Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Command /UHCHeal <text>:
  2. permission: UHCHeal.UHCHeal
  3. usage: /UHCHeal <help/heal>
  4. trigger:
  5. if arg-1 is "help":
  6. message "Use /UHCHeal heal to heal, feed, butcher and clear inventories!"
  7. message "Do not use this if you have given players starter items!"
  8. if arg-1 is "heal":
  9. command "/heal *"
  10. command "/feed *"
  11. command "/ci *"
  12. loop 50 times:
  13. make player execute command "/killall hostile"
  14. loop 20 times:
  15. message " "
  16. message "Healed, fed, and cleared the inventory of all players. Butchered 50 times."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement