grantygames

Untitled

Jul 6th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. variables:
  2. {admin.%player%} = 0
  3. # ----------------------------------------------------------------------------
  4. # Modo admin
  5. # ----------------------------------------------------------------------------
  6. command /admin:
  7. permission: {@pA}
  8. permission message: {@pmsg}
  9. trigger:
  10. if {admin.%player%} is 0:
  11. apply invisibility 5 to the player for 50 minutes
  12. set the player's tablist name to " "
  13. set slot 4 of player to clock named "&cSair do modo admin &7(Clique aqui)"
  14. send "{@pr} &cVocê entrou no modo admin!"
  15. set {admin.%player%} to 1
  16. if {admin.%player%} is 1:
  17. remove invisibility from player
  18. clear player's inventory
  19. set the player's tablist name to "%player%"
  20. send "{@pr} &cVocê saiu do modo admin!"
  21. set {admin.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment