genya

Untitled

Sep 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. command /mode [<text>]:
  2. permission: skript.admin
  3. trigger:
  4. if arg-1 is set:
  5. if arg-1 is "vs":
  6. hide player to all players
  7. stop
  8. if arg-1 is "default":
  9. reveal player to all players
  10. stop
  11. if arg-1 is "admin":
  12. set player's display name to "&8[&6Admin&8] &c%player%"
  13. set player's tab list name to "&8[&6Admin&8] &c%player%"
  14. stop
  15. if arg-1 is "mod":
  16. set player's display name to "&8[&3Mod&8] &c%player%"
  17. set player's tab list name to "&8[&3Mod&8] &c%player%"
  18. stop
  19. if arg-1 is "reset":
  20. set player's display name to "&f%player%"
  21. set player's tab list name to "&f%player%"
Add Comment
Please, Sign In to add comment