Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /arena:
- trigger:
- send "Isso é apenas um teste."
- set {arena.%player%} to 1
- command /sair:
- trigger:
- send "Isso é mais um teste"
- set {arena.%player%} to 0
- on command:
- if {arena.%player%} is 1:
- if command is "/sair":
- stop
- else:
- cancel event
- send "&cEsse comando esta bloqueado digite /sair."
Advertisement
Add Comment
Please, Sign In to add comment