Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. command /pvp:
  2. trigger:
  3. equip player with all iron armor
  4. give an iron sword to the player
  5. make console execute command "/give %player% bow 1 infinity"
  6. give 1 golden apple to the player
  7. give 1 arrows to the player
  8. make player execute command "/warp pvp%random integer from 1 to 25%"
  9. command /autopvp <text=toggle>:
  10. trigger:
  11. if {auto} is false
  12. set {auto} to true
  13. message "&9Auto-PVP Enabled"
  14. else:
  15. set {auto} to false
  16. message "&9Auto-PVP Disabled"
  17. command /leavepvp:
  18. trigger:
  19. set {auto} to false
  20. message "&9Teleporting to spawn!"
  21. wait 2 seconds
  22. make console execute command "/heal %player%"
  23. make console execute command "/ci %player%"
  24. make console execute command "/warp spawn %player%"
  25.  
  26. on respawn:
  27. {auto} is true
  28. make player execute command "/pvp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement