fleft17

Untitled

May 4th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. command /autopvp <text>:
  2. usage: /autopvp <on:off>
  3. trigger:
  4. if arg 1 is "on":
  5. set {AutoPVP.%player%} to true
  6. message "&7&l[&9Favonius&7&l]&r&e AutoPVP on!" to the player
  7. if arg 1 is "off":
  8. set {AutoPVP.%player%} to false
  9. message "&7&l[&9Favonius&7&l]&r&e AutoPVP off!" to the player
  10.  
  11.  
  12. on player respawning:
  13. wait 1 second
  14. {PVPArena} is true
  15. {AutoPVP.%player%} is true
  16. make player execute command "/arena"
Advertisement
Add Comment
Please, Sign In to add comment