Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1.  
  2. #---------------------------#
  3. # Vanish #
  4. # #
  5. # Criador: RonaldoPT #
  6. # Versão: 1.0 #
  7. # Postado: Gamer's Board #
  8. #---------------------------#
  9.  
  10. # ApukPlayer que editou
  11.  
  12. variables:
  13. {invisivel.%player%} = false
  14.  
  15. options:
  16. Prefixo: &8[&eRPVanish&8]
  17. Permissao: rpvanish.admin
  18. SemPermissao: &cSem permissão.
  19.  
  20. command /vanish:
  21. aliases: /v,/vn,/vns
  22. permission: {@Permissao}
  23. permission message: {@Prefixo} {@SemPermissao}
  24. trigger:
  25. if {invisivel.%player%} is false:
  26. set {invisivel.%player%} to true
  27. hide the player from all players
  28. send "{@Prefixo} &aAgora estás invissivel para todos os jogadores."
  29. stop
  30. if {invisivel.%player%} is true:
  31. set {invisivel.%player%} to false
  32. hide the player from all players
  33. send "{@Prefixo} &aNão estás mais invissivel."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement