Advertisement
floz1n

Arena

Apr 2nd, 2020
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. on command "arena 1 ":
  2. if sender is a player:
  3. set {_esperar3} to difference between {Entrar.Delay3.%player%} and now
  4. if {_esperar3} is less than 5 minutes:
  5. cancel event
  6. send "&cVocê acabou de entrar em um arena, aguarde para usar esse comando novamente."
  7. else:
  8. if player is wearing all iron armour:
  9. teleport player to {arenafps}
  10. set {Entrar.Delay3.%player%} to now
  11. else:
  12. send "&cVocê precisa estar usando um set de IRON para entrar nessa arena."
  13. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement