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 [2021/11/10 15:20] – Add sounds info 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 158: Line 158:
  
 #### sounds #### sounds
-Specify custom sounds to play when the effect gets played. 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 `.`+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! Defining a custom sound will not play the normal explosion sound if the firework doesn't have a Vanilla firework effect!
Line 192: Line 192:
     colors: ""     colors: ""
     sounds:     sounds:
-    - "entity_cow_ambient,master,10,1"+    - "entity.cow.ambient,master,10,1"
     allow:     allow:
       box: true       box: true