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
plugin:extrafireworks:config [2020/12/27 23:24] – ↷ Page moved from wip:extrafireworks:config to plugin:extrafireworks:config phoenix616plugin: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://gist.github.com/Phoenix616/eeec41ce3db5b3fa535341bfaab3ad8b). 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://gist.github.com/Phoenix616/eeec41ce3db5b3fa535341bfaab3ad8b).
 +
 +## debug
 +Log some more debug information
 +
 +//Default:// `true`
  
 ## language ## language
Line 9: Line 14:
  
 //Default:// `en` //Default:// `en`
 +
 +## disable-metrics
 +By default the plugin submits some metrics to [bStats](https://bstats.org/plugin/bukkit/ExtraFireworks/9800) and my own server, this disables that.
 +
 +//Default:// `false`
 +
 +## update-check
 +Whether or not to check for updates. Ingame notifications are controlled by the extrafireworks.updatenotification permission.
 +
 +//Default:// `true`
  
 ---- ----
Line 20: 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.
  
-//Default:// `https://crafatar.com/skins/%name%`+//Default:// `https://minotar.com/skin/%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.
  
-//Default:// `https://crafatar.com/skins/%uuid%`+//Default:// `https://minotar.com/skin/%uuid%`
  
 #### texture #### texture
Line 39: Line 54:
 ---- ----
  
-## transparency-trheshold+## transparency-threshold
 Colors with RGB values below this will be treated as transparent when displaying maps in transparent mode Colors with RGB values below this will be treated as transparent when displaying maps in transparent mode
  
 //Default:// `100` //Default:// `100`
 +
 +## far-away-particles
 +Toggle whether or not particles will be shown to a player even when the explosion happens further away.
 +
 +This might cause client-side lag and maybe server lag with large amounts of fireworks!
 +
 +//Default:// `true`
 +
 +## effect-duration
 +Amount of seconds that certain static effects (text, map, heads, custom) should be displayed for.
 +
 +Setting this to a too high value might cause client/server lag!
 +
 +//Default:// `3.0`
  
 ---- ----
Line 132: 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: "255,0,0"` 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: "255,0,0"`
 +
 +#### sounds
 +Specify custom sounds to play at the explosion location when the effect gets displayed. See [this list](https://minecraft.fandom.com/wiki/Sounds.json#Java_Edition_values) for sounds available in the Vanilla game. (Resource pack sounds are supported too!)
 +
 +Defining a custom sound will not play the normal explosion sound if the firework doesn't have a Vanilla firework effect!
 +
 +Can be multiple and omit the category or volume or pitch and uses the following syntax: `<sound>[,<category>][,<volume>[,<pitch>]]`
  
 #### allow #### allow
Line 160: Line 196:
     particle: "redstone"     particle: "redstone"
     colors: ""     colors: ""
 +    sounds:
 +    - "entity.cow.ambient,master,10,1"
     allow:     allow:
       box: true       box: true