Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /autopvp <text>:
- usage: /autopvp <on:off>
- trigger:
- if arg 1 is "on":
- set {AutoPVP.%player%} to true
- message "&7&l[&9Favonius&7&l]&r&e AutoPVP on!" to the player
- if arg 1 is "off":
- set {AutoPVP.%player%} to false
- message "&7&l[&9Favonius&7&l]&r&e AutoPVP off!" to the player
- on player respawning:
- wait 1 second
- {PVPArena} is true
- {AutoPVP.%player%} is true
- make player execute command "/arena"
Advertisement
Add Comment
Please, Sign In to add comment