Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /toggle12:
- trigger:
- if {ToggleLigado.%player%} is true:
- send "&8&lConfigurações >> &fAbrindo as configurações..."
- wait 5 seconds
- open chest with 3 row named "Configurações" to player
- format slot 13 of player with a Lime Stained Glass Pane named "&a&lLigado" with lore "&aEssa Configuração está ligada" to run [make player execute command "/toggled"]
- set {ToggleDesligado.%player%} to false
- stop
- if {ToggleDesligado.%player%} is true:
- open chest with 3 row named "Configurações" to player
- format slot 13 of player with a Red Stained Glass Pane named "&c&lDesligado" with lore "&cEssa Configuração está desligada" to run [make player execute command "/togglel"]
- set {ToggleLigado.%player%} to false
- stop
- command /toggled:
- trigger:
- if {ToggleLigado.%player%} is true:
- open chest with 3 row named "Configurações" to player
- format slot 13 of player with a Red Stained Glass Pane named "&c&lDesligado" with lore "&cEssa Configuração está desligada" to run [make player execute command "/togglel"]
- set {ToggleLigado.%player%} to false
- set {ToggleDesligado.%player%} to true
- stop
- command /togglel:
- trigger:
- if {ToggleDesligado.%player%} is true:
- open chest with 3 row named "Configurações" to player
- format slot 13 of player with a Lime Stained Glass Pane named "&a&lLigado" with lore "&aEssa Configuração está ligada" to run [make player execute command "/togglel"]
- set {ToggleLigado.%player%} to true
- set {ToggleDesligado.%player%} to false
- stop
Advertisement
Add Comment
Please, Sign In to add comment