Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Join/leave/
- on join:
- set join message to "&7[&a+&7]&e %player% &9entrou no Servidor"
- send player title "&e&lTHEHIGHCRAFT" with subtitle "&aNetWork" for 4 seconds
- teleport player to {lobby.main}
- on quit:
- set quit message to "&7[&c-&7]&e %player% &9Saiu do Servidor"
- on join:
- set slot 0 of player to compass named "&bServidores"
- on teleport:
- wait 2 ticks
- send player title "&e&lTHEHIGHCRAFT" with subtitle "&fServidor: &a%world of player%" for 3 seconds
- #/youtuber
- command /youtuber:
- aliases: /yt
- trigger:
- send "&7- &ePara Ser Youtuber voce precisa de 1000+"
- send "&7- &ee se inscrever no canal Abaixo"
- send "&ewww.youtube.com/filipenock"
- #/lobby
- command /setlobby:
- trigger:
- if player has permission "lobby.admin":
- set {lobby.loc} to location of player
- send "&bLobby setado para %location of player%"
- else:
- send "&cVoce nao tem permissao para este comando"
- command /lobby:
- trigger:
- if {lobby.loc} is set:
- send "&c&lTELEPORTANDO EM 3 SEGUNDOS"
- wait 1 second
- send "&c&lTELEPORTANDO EM 2 SEGUNDOS"
- wait 1 second
- send "&c&lTELEPORTANDO EM 1 SEGUNDOS"
- wait 1 second
- teleport player to {lobby.loc}
- send "&eVoce voltou para o Lobby"
- else:
- send "&cLobby nao setado por favor set Imediatamente"
Advertisement
Add Comment
Please, Sign In to add comment