sniperwolf1130

perticleset

Jul 8th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. on rightclick with clay:
  2. name of player's tool contains "&dParticleSet":
  3. player has permission "sk.perticle":
  4. wait 1 tick
  5. open chest with 2 rows named "&6PerticleMenu" to player
  6. format slot 2 of player with red dye "<red>flame" to close then run [execute player command "/perticle flame"]
  7. format slot 4 of player with light blue dye "<light blue>bubble" to close then run [execute player command "/perticle bubble"]
  8. format slot 6 of player with gray dye "<gray>enchant" to close then run [execute player command "/perticle enchant]
  9. format slot 17 of player with red stained glass "<red>reset" to close then run [execute player command "/perticle reset"]
  10.  
  11. command /perticle <text>:
  12. permission: sk.perticle
  13. trigger:
  14. if {perticle.%player%} is "not":
  15. stop
  16. else:
Add Comment
Please, Sign In to add comment