Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin:extrafireworks:config [2020/12/28 11:17] – phoenix616 | plugin:extrafireworks:config [2022/12/11 22:17] (current) – Add debug config entry phoenix616 | ||
---|---|---|---|
Line 4: | Line 4: | ||
The default values are always compatible for the latest version, if you need to set the plugin up with an older version (currently only necessary for 1.12 and 1.13) then please take a look at these [default configs](https:// | The default values are always compatible for the latest version, if you need to set the plugin up with an older version (currently only necessary for 1.12 and 1.13) then please take a look at these [default configs](https:// | ||
+ | |||
+ | ## debug | ||
+ | Log some more debug information | ||
+ | |||
+ | // | ||
## language | ## language | ||
Line 30: | Line 35: | ||
Where to download skins from when only the skull owner name is known. Use `%name%` as the placeholder for the name. | Where to download skins from when only the skull owner name is known. Use `%name%` as the placeholder for the name. | ||
- | // | + | // |
#### uuid | #### uuid | ||
Where to download skins from when the skull owner uuid is known. Use `%uuid%` as the placeholder for the name. | Where to download skins from when the skull owner uuid is known. Use `%uuid%` as the placeholder for the name. | ||
- | // | + | // |
#### texture | #### texture | ||
Line 156: | Line 161: | ||
#### colors | #### colors | ||
The color the effect should have, forces the particle to redstone. Set to an empty string if you don't want a color. E.g. if you want only a red outline use `colors: " | The color the effect should have, forces the particle to redstone. Set to an empty string if you don't want a color. E.g. if you want only a red outline use `colors: " | ||
+ | |||
+ | #### sounds | ||
+ | Specify custom sounds to play at the explosion location when the effect gets displayed. See [this list](https:// | ||
+ | |||
+ | Defining a custom sound will not play the normal explosion sound if the firework doesn' | ||
+ | |||
+ | Can be multiple and omit the category or volume or pitch and uses the following syntax: `< | ||
#### allow | #### allow | ||
Line 184: | Line 196: | ||
particle: " | particle: " | ||
colors: "" | colors: "" | ||
+ | sounds: | ||
+ | - " | ||
allow: | allow: | ||
box: true | box: true |