Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {admin.%player%} = 0
- command /admin:
- permission: {@pA}
- permission message: {@pmsg}
- trigger:
- if {admin.%player%} is 0:
- apply invisibility 5 to the player for 50 minutes
- set the player's tablist name to " "
- set slot 4 of player to clock named "&cSair do modo admin &7(Clique aqui)"
- send "{@pr} &cVocê entrou no modo admin!"
- set {admin.%player%} to 1
- if {admin.%player%} is 1:
- remove invisibility from player
- clear player's inventory
- set the player's tablist name to "%player%"
- send "{@pr} &cVocê saiu do modo admin!"
- set {admin.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment