Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. options:
  2. p:&6Change &cMine
  3. pc:&cCONTROL PANEL
  4.  
  5.  
  6. command /controlpanel:
  7. permission: skript.dashboard
  8. permission message:&cInsufficient Permissions
  9. trigger:
  10. open virtual chest inventory with size 3 named "{@pc}" to player
  11. format gui slot 0 of player with white stained glass named "&b"
  12. format gui slot 1 of player with white stained glass named "&b"
  13. format gui slot 2 of player with white stained glass named "&b"
  14. format gui slot 3 of player with white stained glass named "&b"
  15. format gui slot 4 of player with white stained glass named "&b"
  16. format gui slot 5 of player with white stained glass named "&b"
  17. format gui slot 6 of player with white stained glass named "&b"
  18. format gui slot 7 of player with white stained glass named "&b"
  19. format gui slot 8 of player with white stained glass named "&b"
  20. format gui slot 9 of player with white stained glass named "&b"
  21. format gui slot 11 of player with white stained glass named "&b"
  22. format gui slot 10 of player with redstone repeater named "&cOptions Settings:" to run:
  23. open virtual chest inventory with size 5 named "&cOptions Settings" to player
  24. format gui slot 0 of player with water bucket named "&eAnnounceAdvancements" to run:
  25. execute command "gamerule announceadvancements true"
  26. send "{@pc} &6AnnounceAdvancements added as a gamerule!"
  27. format gui slot 0 of player with lava bucket named "&eAnnounceAdvancements" to run:
  28. execute command "gamerule announceadvancement false"
  29. send "{@pc} &6AnnounceAdvancements removed as a gamerule!"
  30. format gui slot 0 of player with water bucket named "&eAnnounceAdvancements"
  31. format gui slot 1 of player with water bucket named "&eCommandBlockOutput" to run:
  32. execute command "gamerule CommandBlockOutput true"
  33. send "{@pc} &6CommandBlockOutput Added as a gamerule!"
  34. format gui slot 1 of player with lava bucket named "&eCommandBlockOutput" to run:
  35. execute command "gamerule commandblockoutput false"
  36. send "{@pc} &6CommandBlockOutput removed as a gamerule!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement