Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:extrafireworks:commands [2021/06/26 02:19] – [Show] phoenix616plugin:extrafireworks:commands [2021/11/10 15:26] – [Available for "custom" Effects] Add intro text phoenix616
Line 92: Line 92:
  
 Changes the count of some particles in some effects. Changes the count of some particles in some effects.
 +
 +### Available for "custom" Effects
 +
 +By using `custom` in the effect name you can directly display [[plugin:extrafireworks:config#custom|custom effects]] without having to set them up in the config beforehand.
 +
 +#### image
 +The image in the images folder on which the custom effect is based on.
 +
 +#### scale
 +The scale of the image (blocks per pixel)
 +
 +#### density
 +How many particles should be used to display one pixel
 +
 +#### transparent
 +Whether the effect should display dark color as transparent. (`true`/`false`)
 +
 +#### sounds
 +Specify custom sounds to play at he explosion location when the effect gets displayed. See [this page](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html) for available sounds. They should mostly match Vanilla sound names with underscores `_` instead of dots `.`
 +
 +Can be multiple and omit the category or volume or pitch and uses the following syntax: `<sound>[,<category>][,<volume>[,<pitch>]]`