Advertisement
Hipopotofobia

Shocky

Oct 2nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # The enchant identifier must be unique.
  2. identifier: Shocky
  3.  
  4. # The max level for this enchant.
  5. max-level: 5
  6.  
  7. # The group of this enchant. Configure the groups in the groups.yml file.
  8. group: ELITE
  9.  
  10. # Description
  11. description:
  12. - "A chance of forming an explosion while mining"
  13.  
  14. # What items this enchant can be applied to.
  15. item-whitelist:
  16. - "PICKAXES"
  17.  
  18. # For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials
  19. effects:
  20. SPAWN_TNT:
  21. # The trigger that will fire this effect.
  22. trigger: BLOCK_BREAK
  23. fuse: 0
  24. amount: "{random(low=0, up={level})}"
  25. # Chance of the effect firing.
  26. chance: "5 * {level}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement