Advertisement
zuhir__

Spec

Feb 17th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. command spec [<player>]:
  2. permission: spectate.mod.use
  3. permission message: &fComando Sconosciuto. /command per la lista dei comandi.
  4. executable by: players
  5. trigger:
  6. if arg-1 is set:
  7. if arg-1 is online:
  8. send "&6Stai spectando %arg-1%." to player
  9. wait 1 second
  10. set player's gamemode to survival
  11. set player's fly mode to true
  12. wait 3 tick
  13. teleport player to arg-1
  14. else:
  15. send "&cGiocatore offline." to player
  16. else:
  17. send "&6Usa /spec <giocatore>" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement