Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #---------------------------#
- # Vanish #
- # #
- # Criador: RonaldoPT #
- # Versão: 1.0 #
- # Postado: Gamer's Board #
- #---------------------------#
- # ApukPlayer que editou
- variables:
- {invisivel.%player%} = false
- options:
- Prefixo: &8[&eRPVanish&8]
- Permissao: rpvanish.admin
- SemPermissao: &cSem permissão.
- command /vanish:
- aliases: /v,/vn,/vns
- permission: {@Permissao}
- permission message: {@Prefixo} {@SemPermissao}
- trigger:
- if {invisivel.%player%} is false:
- set {invisivel.%player%} to true
- hide the player from all players
- send "{@Prefixo} &aAgora estás invissivel para todos os jogadores."
- stop
- if {invisivel.%player%} is true:
- set {invisivel.%player%} to false
- hide the player from all players
- send "{@Prefixo} &aNão estás mais invissivel."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement