Ir para conteúdo
  • 0

Estou fazendo um skript de /punir. E presiso de ajuda para transferir um argumento para outro comando.


DinossauroBugado

Pergunta

Spoiler

Aqui esta o codigo principal

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punindo.%player%} to arg-1
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&7&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]

Spoiler

Oque eu estou tentando colocar

command /tempmutetempo {@punindo.player}:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de Tempban"
        wait 5 ticks
        open chest with 5 row named "&9&lTempBan" to player
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&7&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a redstone block named "&4&lVoltar para o menu anterior" with lore "&4Clique aqui para voltar ao menu anterior" to close then run [make player execute command "punir %punindo.player%"]

Por favor me ajudem :<

Link para o comentário
Compartilhar em outros sites

10 respostass a esta questão

Posts Recomendados

  • 0

Você precisa criar um argumento com o nome do player no primeiro comando (por exemplo: {punido.%player}, e deixar essa variável como false, por padrão, e quando o player levar mute, fazer essa variável ser true.

No segundo comando, você irá checar se a variável é true, e deixará o command /tempmutetempo {@punindo.player}: somente como  command /tempmutetempo <text>, em seguida checará se a variável {punido.%player%} é verdadeira nesse segundo comando.

Link para o comentário
Compartilhar em outros sites

  • 0
18 minutos atrás, imJuliano disse:

Você precisa criar um argumento com o nome do player no primeiro comando (por exemplo: {punido.%player}, e deixar essa variável como false, por padrão, e quando o player levar mute, fazer essa variável ser true.

 No segundo comando, você irá checar se a variável é true, e deixará o command /tempmutetempo {@punindo.player}: somente como  command /tempmutetempo <text>, em seguida checará se a variável {punido.%player%} é verdadeira nesse segundo comando.

O comando /tempmute nao reconhece o argumento

Spoiler

on player join:
    set {punido.%player%} to false

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punido.%player%} to true
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&7&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]
        
        
        

command /tempmutetempo [<text>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        if {punido.%player%} is true:
            send "{@tag} &8Abrindo menu de Tempban"
            wait 5 ticks
            open chest with 5 row named "&9&lTempBan" to player
            format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 20 of player with a white stained glass named "&f&lFlood" to close then run [make player execute command "tempmute %arg-1% 15m Flood."]
            format slot 21 of player with a light gray stained glass named "&7&lDivulgacao sem Permissao" to close then run [make player execute command "tempmute %arg-1% 15m Divulgacao Sem Permissao."]
            format slot 23 of player with a gray stained glass named "&8&lXingou Outro Player" to close then run [make player execute command "say uau"]
            format slot 24 of player with a black stained glass named "&0&lParticipou de Briga" to close then run [make player execute command "banonoff"]
            format slot 22 of player with a redstone block named "&4&lVoltar para o menu anterior" with lore "&4Clique aqui para voltar ao menu anterior" to close then run [make player execute command "punir %arg-1%"]
            format slot 31 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 13 of player with a black stained glass pane named "{@nomeadm}" to close

 

Link para o comentário
Compartilhar em outros sites

  • 0
1 hora atrás, AdminPlayerBr196 disse:

O comando /tempmute nao reconhece o argumento

  Mostrar conteúdo oculto

on player join:
    set {punido.%player%} to false

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punido.%player%} to true
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&7&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]
        
        
        

command /tempmutetempo [<text>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        if {punido.%player%} is true:
            send "{@tag} &8Abrindo menu de Tempban"
            wait 5 ticks
            open chest with 5 row named "&9&lTempBan" to player
            format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 20 of player with a white stained glass named "&f&lFlood" to close then run [make player execute command "tempmute %arg-1% 15m Flood."]
            format slot 21 of player with a light gray stained glass named "&7&lDivulgacao sem Permissao" to close then run [make player execute command "tempmute %arg-1% 15m Divulgacao Sem Permissao."]
            format slot 23 of player with a gray stained glass named "&8&lXingou Outro Player" to close then run [make player execute command "say uau"]
            format slot 24 of player with a black stained glass named "&0&lParticipou de Briga" to close then run [make player execute command "banonoff"]
            format slot 22 of player with a redstone block named "&4&lVoltar para o menu anterior" with lore "&4Clique aqui para voltar ao menu anterior" to close then run [make player execute command "punir %arg-1%"]
            format slot 31 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 13 of player with a black stained glass pane named "{@nomeadm}" to close

 

vo tentar arrumar aq pra te mandar

Link para o comentário
Compartilhar em outros sites

  • 0
1 hora atrás, AdminPlayerBr196 disse:

O comando /tempmute nao reconhece o argumento

  Ocultar conteúdo

on player join:
    set {punido.%player%} to false

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punido.%player%} to true
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&7&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]
        
        
        

command /tempmutetempo [<text>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        if {punido.%player%} is true:
            send "{@tag} &8Abrindo menu de Tempban"
            wait 5 ticks
            open chest with 5 row named "&9&lTempBan" to player
            format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 20 of player with a white stained glass named "&f&lFlood" to close then run [make player execute command "tempmute %arg-1% 15m Flood."]
            format slot 21 of player with a light gray stained glass named "&7&lDivulgacao sem Permissao" to close then run [make player execute command "tempmute %arg-1% 15m Divulgacao Sem Permissao."]
            format slot 23 of player with a gray stained glass named "&8&lXingou Outro Player" to close then run [make player execute command "say uau"]
            format slot 24 of player with a black stained glass named "&0&lParticipou de Briga" to close then run [make player execute command "banonoff"]
            format slot 22 of player with a redstone block named "&4&lVoltar para o menu anterior" with lore "&4Clique aqui para voltar ao menu anterior" to close then run [make player execute command "punir %arg-1%"]
            format slot 31 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 13 of player with a black stained glass pane named "{@nomeadm}" to close

 

cara como vc quer q seu {@nomeadm} funcione sem o options 

Link para o comentário
Compartilhar em outros sites

  • 0
1 hora atrás, AdminPlayerBr196 disse:

O comando /tempmute nao reconhece o argumento

  Mostrar conteúdo oculto

on player join:
    set {punido.%player%} to false

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punido.%player%} to true
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&7&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]
        
        
        

command /tempmutetempo [<text>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        if {punido.%player%} is true:
            send "{@tag} &8Abrindo menu de Tempban"
            wait 5 ticks
            open chest with 5 row named "&9&lTempBan" to player
            format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 20 of player with a white stained glass named "&f&lFlood" to close then run [make player execute command "tempmute %arg-1% 15m Flood."]
            format slot 21 of player with a light gray stained glass named "&7&lDivulgacao sem Permissao" to close then run [make player execute command "tempmute %arg-1% 15m Divulgacao Sem Permissao."]
            format slot 23 of player with a gray stained glass named "&8&lXingou Outro Player" to close then run [make player execute command "say uau"]
            format slot 24 of player with a black stained glass named "&0&lParticipou de Briga" to close then run [make player execute command "banonoff"]
            format slot 22 of player with a redstone block named "&4&lVoltar para o menu anterior" with lore "&4Clique aqui para voltar ao menu anterior" to close then run [make player execute command "punir %arg-1%"]
            format slot 31 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 13 of player with a black stained glass pane named "{@nomeadm}" to close

 

eu fiz um negosinho ai ve se vai funfar

 

options:
    nomeadm: &f%Player%
on player join:
    set {punido.%player%} to false

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punido.%player%} to true
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&7&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]
        
        
        

command /tempmutetempo [<text>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        if {punido.%player%} is true:
            send "{@tag} &8Abrindo menu de Tempban"
            wait 5 ticks
            open chest with 5 row named "&9&lTempBan" to player
            format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close

Link para o comentário
Compartilhar em outros sites

  • 0
1 hora atrás, AdminPlayerBr196 disse:

O comando /tempmute nao reconhece o argumento

  Mostrar conteúdo oculto

on player join:
    set {punido.%player%} to false

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punido.%player%} to true
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&7&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]
        
        
        

command /tempmutetempo [<text>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        if {punido.%player%} is true:
            send "{@tag} &8Abrindo menu de Tempban"
            wait 5 ticks
            open chest with 5 row named "&9&lTempBan" to player
            format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 20 of player with a white stained glass named "&f&lFlood" to close then run [make player execute command "tempmute %arg-1% 15m Flood."]
            format slot 21 of player with a light gray stained glass named "&7&lDivulgacao sem Permissao" to close then run [make player execute command "tempmute %arg-1% 15m Divulgacao Sem Permissao."]
            format slot 23 of player with a gray stained glass named "&8&lXingou Outro Player" to close then run [make player execute command "say uau"]
            format slot 24 of player with a black stained glass named "&0&lParticipou de Briga" to close then run [make player execute command "banonoff"]
            format slot 22 of player with a redstone block named "&4&lVoltar para o menu anterior" with lore "&4Clique aqui para voltar ao menu anterior" to close then run [make player execute command "punir %arg-1%"]
            format slot 31 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 13 of player with a black stained glass pane named "{@nomeadm}" to close

 

Quebrei um pouco a cabeca mas consegui resolver, se alguem tiver o mesmo problema, vou colocar o codigo aqui.  Se alguem ver q tem algum bug por favor me avisar kk.

Spoiler

on player join:
    set {punido.%player%} to false

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punindo.%player%} to arg-1
        set {punido.%player%} to true
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&f&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]
    
    

command /tempmutetempo:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        if {punido.%player%} is true:
            send "{@tag} &8Abrindo menu de Tempban"
            wait 5 ticks
            open chest with 5 row named "&9&lTempBan" to player
            format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 20 of player with a white stained glass named "&f&lFlood" to close then run [make player execute command "tempmute %{punindo.%player%}% 15m Flood."]
            format slot 21 of player with a light gray stained glass named "&7&lDivulgacao sem Permissao" to close then run [make player execute command "tempmute %{punindo.%player%}% 15m Divulgacao Sem Permissao."]
            format slot 23 of player with a gray stained glass named "&8&lXingou Outro Player" to close then run [make player execute command "say uau"]
            format slot 24 of player with a black stained glass named "&0&lParticipou de Briga" to close then run [make player execute command "banonoff"]
            format slot 22 of player with a redstone block named "&4&lVoltar para o menu anterior" with lore "&4Clique aqui para voltar ao menu anterior" to close then run [make player execute command "punir %{punindo.%player%}%"]
            format slot 31 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 13 of player with a black stained glass pane named "{@nomeadm}" to close

 

Link para o comentário
Compartilhar em outros sites

  • 0
Agora, AdminPlayerBr196 disse:

Quebrei um pouco a cabeca mas consegui resolver, se alguem tiver o mesmo problema, vou colocar o codigo aqui.  Se alguem ver q tem algum bug por favor me avisar kk.

  Mostrar conteúdo oculto

on player join:
    set {punido.%player%} to false

command /punir [<player>]:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        send "{@tag} &8Abrindo menu de punicoes"
        wait 5 ticks
        open chest with 5 row named "{@nomeadm}" to player
        set {punindo.%player%} to arg-1
        set {punido.%player%} to true
        format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
        format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
        format slot 19 of player with a white wool named "&f&lTemp mute" with lore "&7Clique aqui para dar um temp mute no Player" to close then run [make player execute command "tempmutetempo"]
        format slot 21 of player with a yellow wool named "&e&lMute" with lore "&eClique aqui para dar um mute no Player" to close then run [make player execute command "muteonoff"]
        format slot 23 of player with a orange wool named "&c&lKick" with lore "&cClique aqui para dar um kick no Player" to close then run [make player execute command "kickmotivo"]
        format slot 25 of player with a red wool named "&4&lBan" with lore "&4Clique aqui para dar um banimento no Player" to close then run [make player execute command "banonoff"]
        format slot 22 of player with a orange stained glass named "&6&lWarn" with lore "&6Clique aqui para dar um aviso no Player" to close then run [make player execute command "warncolocaoutira"]
    
    

command /tempmutetempo:
    permission: reverse.admin
    permission message: {@semperm}
    trigger:
        if {punido.%player%} is true:
            send "{@tag} &8Abrindo menu de Tempban"
            wait 5 ticks
            open chest with 5 row named "&9&lTempBan" to player
            format slot 0 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 1 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 2 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 3 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 4 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 5 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 6 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 7 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 8 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 9 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 17 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 18 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 26 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 27 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 35 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 36 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 37 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 38 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 39 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 40 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 41 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 42 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 43 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 44 of player with a light blue stained glass pane named "{@nomeadm}" to close
            format slot 20 of player with a white stained glass named "&f&lFlood" to close then run [make player execute command "tempmute %{punindo.%player%}% 15m Flood."]
            format slot 21 of player with a light gray stained glass named "&7&lDivulgacao sem Permissao" to close then run [make player execute command "tempmute %{punindo.%player%}% 15m Divulgacao Sem Permissao."]
            format slot 23 of player with a gray stained glass named "&8&lXingou Outro Player" to close then run [make player execute command "say uau"]
            format slot 24 of player with a black stained glass named "&0&lParticipou de Briga" to close then run [make player execute command "banonoff"]
            format slot 22 of player with a redstone block named "&4&lVoltar para o menu anterior" with lore "&4Clique aqui para voltar ao menu anterior" to close then run [make player execute command "punir %{punindo.%player%}%"]
            format slot 31 of player with a black stained glass pane named "{@nomeadm}" to close
            format slot 13 of player with a black stained glass pane named "{@nomeadm}" to close

 

blz 

 

Link para o comentário
Compartilhar em outros sites

  • 0

@thyago1 Eu tenho o options, so q ele ta la em cima

Spoiler

options:
    semperm : &9&lReverse &7&lAdmin &8&l>> &cSem permissão.
    offline : &9&lReverse &7&lAdmin &8&l>> &cJogador offline.
    prefix : &9&lReverse &7&lAdmin &8&l>>        
    nomeadm: &9&lReverse &7&lAdmin

 

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...