lNockl

Versão 0.1

Aug 20th, 2016
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Join/leave/
  2. on join:
  3.     set join message to "&7[&a+&7]&e %player% &9entrou no Servidor"
  4.     send player title "&e&lTHEHIGHCRAFT" with subtitle "&aNetWork" for 4 seconds
  5.     teleport player to {lobby.main}
  6.    
  7. on quit:
  8.     set quit message to "&7[&c-&7]&e %player% &9Saiu do Servidor"
  9.    
  10. on join:
  11.     set slot 0 of player to compass named "&bServidores"
  12.    
  13. on teleport:
  14.     wait 2 ticks
  15.     send player title "&e&lTHEHIGHCRAFT" with subtitle "&fServidor: &a%world of player%" for 3 seconds
  16.    
  17.    
  18. #/youtuber
  19. command /youtuber:
  20.     aliases: /yt
  21.     trigger:
  22.         send "&7- &ePara Ser Youtuber voce precisa de 1000+"
  23.         send "&7- &ee se inscrever no canal Abaixo"
  24.         send "&ewww.youtube.com/filipenock"
  25.  
  26. #/lobby    
  27. command /setlobby:
  28.     trigger:
  29.         if player has permission "lobby.admin":
  30.             set {lobby.loc} to location of player
  31.             send "&bLobby setado para %location of player%"
  32.         else:
  33.             send "&cVoce nao tem permissao para este comando"
  34.            
  35. command /lobby:
  36.     trigger:
  37.         if {lobby.loc} is set:
  38.             send "&c&lTELEPORTANDO EM 3 SEGUNDOS"
  39.             wait 1 second
  40.             send "&c&lTELEPORTANDO EM 2 SEGUNDOS"
  41.             wait 1 second
  42.             send "&c&lTELEPORTANDO EM 1 SEGUNDOS"
  43.             wait 1 second
  44.             teleport player to {lobby.loc}
  45.             send "&eVoce voltou para o Lobby"
  46.         else:
  47.             send "&cLobby nao setado por favor set Imediatamente"
Advertisement
Add Comment
Please, Sign In to add comment