Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
plugin:extrafireworks:commands [2021/06/26 02:19] – [Show] phoenix616plugin:extrafireworks:commands [2021/11/10 15:24] – Add custom effect info 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
 +
 +#### 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>]]`