habbu_way

Untitled

Dec 20th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. command /toggle12:
  2. trigger:
  3. if {ToggleLigado.%player%} is true:
  4. send "&8&lConfigurações >> &fAbrindo as configurações..."
  5. wait 5 seconds
  6. open chest with 3 row named "Configurações" to player
  7. 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"]
  8. set {ToggleDesligado.%player%} to false
  9. stop
  10. if {ToggleDesligado.%player%} is true:
  11. open chest with 3 row named "Configurações" to player
  12. 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"]
  13. set {ToggleLigado.%player%} to false
  14. stop
  15.  
  16. command /toggled:
  17. trigger:
  18. if {ToggleLigado.%player%} is true:
  19. open chest with 3 row named "Configurações" to player
  20. 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"]
  21. set {ToggleLigado.%player%} to false
  22. set {ToggleDesligado.%player%} to true
  23. stop
  24.  
  25. command /togglel:
  26. trigger:
  27. if {ToggleDesligado.%player%} is true:
  28. open chest with 3 row named "Configurações" to player
  29. 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"]
  30. set {ToggleLigado.%player%} to true
  31. set {ToggleDesligado.%player%} to false
  32. stop
Advertisement
Add Comment
Please, Sign In to add comment