Advertisement
Guest User

Untitled

a guest
Mar 4th, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. MobTotemUse:
  2. Conditions:
  3. # - hasaura MobTotemUseCD castinstead MobTotemUseCDM
  4. Skills:
  5. - aura{auraname=MobTotemUseCD;d=6000} @self
  6. - consumeHeldItem{amount=1} @self
  7. - message{m="&a&lYou just used a &e&l[ &d&lMob Totem &e&l]&a&l!"} @self
  8. - skill{s=MobTotemUseSpawn} @self
  9. MobTotemUseSpawn:
  10. Conditions:
  11. Skills:
  12. - summon{type=MobTotem;amount=1} @targetLocation
  13.  
  14.  
  15. MobTotemUseCDM:
  16. Skills:
  17. - message{m="&f❖ &aYou cant use &e&l[ &d&lMob Totem &e&l] &ajust yet!"} @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement