Advertisement
Guest User

Untitled

a guest
Dec 31st, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1.  
  2. options:
  3.  
  4. Perm: equipe.punir #Permissão para punir
  5. SemPerm: &cVoce não tem permissão #Mensagem se não tiver permissão
  6.  
  7. command /punir [<offlineplayer>]:
  8. trigger:
  9. if player has permission "{@Perm}":
  10. if arg 1 is set:
  11. open chest with 4 row named "&ePunir %arg 1%" to player
  12. wait 5 tick
  13. format slot 0 of player with a paper named "&aUso de Macro" with lore "|| &7* Punição Banimento 1 DIA" to close then run [make player execute command "/litebans:tempban %arg 1% 1d Uso de Macro" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  14. format slot 1 of player with a paper named "&aGrifar" with lore "|| &7* Punição Banimento 1 DIA" to close then run [make player execute command "/litebans:tempban %arg 1% 1d Grifou no servidor." and "/litebans:warn %arg 1% Desrespeitou as regras."]
  15. format slot 2 of player with a paper named "&aNegar Tela" with lore "|| &7* Punição Banimento 1 DIA" to close then run [make player execute command "/litebans:tempban %arg 1% 1d Negou Tela" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  16. format slot 3 of player with a paper named "&aOfensa ao servidor" with lore "|| &7* Punição Banimento 4 DIAS" to close then run [make player execute command "/litebans:tempban %arg 1% 4d Ofensa ao servidor" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  17. format slot 4 of player with a paper named "&aAbuso de Bugs" with lore "|| &7* Punição Banimento 4 DIAS" to close then run [make player execute command "/litebans:tempban %arg 1% 4d Abuso de Bugs" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  18. format slot 5 of player with a paper named "&aDivulgação de links" with lore "|| &7* Punição Banimento 1 DIA" to close then run [make player execute command "/litebans:tempban %arg 1% 1d Divulgação" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  19. format slot 6 of player with a paper named "&aTrap" with lore "|| &7* Punição Banimento 3 DIAS" to close then run [make player execute command "/litebans:tempban %arg 1% 3d TRAP" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  20. format slot 7 of player with a paper named "&aUso de HACK" with lore "|| &7* Punição Banimento PERMANENTE" to close then run [make player execute command "/litebans:ban %arg 1% Cliente alternativo" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  21. format slot 8 of player with a paper named "&aDivulgação de Hacker" with lore "|| &7* Punição Banimento 7 DIAS" to close then run [make player execute command "/litebans:tempban %arg 1% 7d Divulgação de Hackers" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  22. format slot 9 of player with a paper named "&aSexo Explicito" with lore "|| &7* Punição Banimento 7 DIAS" to close then run [make player execute command "/litebans:tempban %arg 1% 7d Sexo Explicito" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  23. format slot 10 of player with a paper named "&aPalavras de baixo calão" with lore "|| &7* Punição Mute 1 HORA" to close then run [make player execute command "/litebans:tempmute %arg 1% 1h Palavras de baixo calão" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  24. format slot 11 of player with a paper named "&aOfensa ao Jogador/Staff" with lore "|| &7* Punição Mute 1 HORA" to close then run [make player execute command "/litebans:tempmute %arg 1% 1h Ofensa ao jogador/staff" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  25. format slot 12 of player with a paper named "&aFlood/Spam" with lore "|| &7* Punição Mute 30 Minutos" to close then run [make player execute command "/litebans:tempmute %arg 1% 30m Flood/Spam" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  26. format slot 13 of player with a paper named "&aConotação Sexual" with lore "|| &7* Punição Mute 2 Horas" to close then run [make player execute command "/litebans:tempmute %arg 1% 2h Conotação Sexual" and "/litebans:warn %arg 1% Desrespeitou as regras."]
  27. format slot 27 of player with a paper named "&aMUTE 10 MINUTOS" with lore "|| &7* Punição Mute 10 Minutos" to close then run [make player execute command "/litebans:tempmute %arg 1% 10m Desrespeitou as regras."]
  28. format slot 35 of player with a paper named "&aKICK" with lore "|| &7* Punição KICK" to close then run [make player execute command "/kick %arg 1% Desrespeitou as regras."]
  29. else:
  30. send "&cUse /punir [jogador]"
  31. else:
  32. send "{@SemPerm}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement