Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. options:
  2. P: &5[&0Zellion&5]&c
  3. Perm: sk.op
  4. EX: execute console command
  5. EP: execute player command
  6. give: give the player
  7. equip: equip the player
  8.  
  9. variables:
  10. {arena} = false
  11.  
  12. command /pvparena [<text>]:
  13. permission: {@Perm}
  14. trigger:
  15. if arg-1 is "enable" or "on"
  16. set {arena} to true
  17. broadcast "{@P} That arena has been enabled!"
  18. if arg-1 is "disable" or "off"
  19. set {arena} to false
  20. broadcast "{@P} The Arena has been disabled!"
  21.  
  22.  
  23. command /arena:
  24. trigger:
  25. execute console command "/warp p%a random integer between 1 and 20% %player%"
  26. {@give} "Iron sword of sharpness 1"
  27. {@give} "Bow of Infinity 1 and Power 1"
  28. {@equip} "Iron Chestplate of Protection 1"
  29. {@equip} "Iron Helmet of Protection 1"
  30. {@equip} "Iron Leggings of Protection 1"
  31. {@equip} "Iron boots of Protection 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement