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
Last revisionBoth sides next revision
plugin:extrafireworks:config [2020/12/27 23:57] phoenix616plugin:extrafireworks:config [2022/08/07 14:56] – [download] Replace with minotar.com phoenix616
Line 30: Line 30:
 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 49: Line 49:
 ---- ----
  
-## 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 142: Line 156:
 #### 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 170: Line 191:
     particle: "redstone"     particle: "redstone"
     colors: ""     colors: ""
 +    sounds:
 +    - "entity.cow.ambient,master,10,1"
     allow:     allow:
       box: true       box: true