Advertisement
zGhol

Untitled

Jan 11th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. on join:
  2. set {ToggleLigado.%player%} to true
  3. stop
  4.  
  5. command /chat global:
  6. trigger:
  7. if {ToggleLigado.%player%} is true:
  8. set {ToggleDesligado.%player%} to false
  9. set {ToggleLigado.%player%} to true
  10. open chest with 3 row named "&6Toggle" to player
  11. format slot 13 of player with a Green Stained Glass Pane named "&a&lLigado" with lore "&aLigado" to run [make player execute command "/tdesligado"]
  12. stop
  13. else:
  14. if {ToggleDesligado.%player%} is true:
  15. set {ToggleLigado.%player%} to false
  16. set {ToggleDesligado.%player%} to true
  17. open chest with 3 row named "&6Toggle" to player
  18. format slot 13 of player with a Red Stained Glass Pane named "&c&lDesligado" with lore "&cDesligado" to run [make player execute command "/tligado"]
  19. stop
  20.  
  21. command /tligado:
  22. trigger:
  23. if {ToggleDeligado.%player%} is true:
  24. format slot 13 of player with a Green Stained Glass Pane named "&a&lLigado" with lore "&aLigado" to close
  25. set {ToggleDesligado.%player%} to false
  26. set {ToggleLigado.%player%} to true
  27. open chest with 3 row named "&6Toggle" to player
  28. format slot 13 of player with a Green Stained Glass Pane named "&a&lLigado" with lore "&aLigado" to run [make player execute command "/tdesligado"]
  29. stop
  30.  
  31. command /tdesligado:
  32. trigger:
  33. if {ToggleLigado.%player%} is true:
  34. format slot 13 of player with a Red Stained Glass Pane named "&c&lDesligado" with lore "&cDesligado" to close
  35. set {ToggleLigado.%player%} to false
  36. set {ToggleDesligado.%player%} to true
  37. open chest with 3 row named "&6Toggle" to player
  38. format slot 13 of player with a Red Stained Glass Pane named "&c&lDesligado" with lore "&cDesligado" to run [make player execute command "/tligado"]
  39. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement