Guest User

Untitled

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