Advertisement
Savanis

Untitled

Nov 9th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. Command /CC:
  2. trigger:
  3. if the player has permission "Chat.Clear":
  4. Loop 5000 times:
  5. broadcast ""
  6. else:
  7. kill the player
  8. send "&cNo permission. &4YOUR NOT AN ADMIN"
  9. Command /Door:
  10. permission: "Door.Perms"
  11. trigger:
  12. make console execute command "/fill 554 130 -535 554 135 -535 minecraft:stone_bricks"
  13. make console execute command "/fill 546 130 -535 546 135 -535 stone_bricks"
  14. make console execute command "/fill 540 131 -535 540 135 -535 stone_bricks"
  15. Command /ShutDoor:
  16. permission: "Door.Perms"
  17. Trigger:
  18. make console execute command "/fill 554 130 -535 554 135 -535 air"
  19. make console execute command "/fill 546 130 -535 546 135 -535 air"
  20. make console execute command "/fill 540 131 -535 540 135 -535 air"
  21. Set {Door} to true
  22. Command /S1:
  23. permission: "Door.Perms"
  24. trigger:
  25. make console execute command "/clone 534 130 -546 536 132 -546 535 131 -534"
  26. wait 5 ticks
  27. make console execute command "/clone 534 130 -544 536 132 -544 535 131 -534"
  28. wait 5 ticks
  29. make console execute command "/clone 534 130 -542 536 132 -542 535 131 -534"
  30. Command /Admin:
  31. trigger:
  32. if the player has permission "Admin.Gui":
  33. Open virtual chest with 4 rows named "&4Admin menu":
  34. format gui slot 0 of player with coal named "&cLink Discord" to run:
  35. broadcast "&cBroadcast: &6Join our discord server &4[Coming soon]"
  36. format gui slot 0 of player with iron bars named "&cShut solitary cell 1" to run
  37. make console execute command "/S1"
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. #Pepe_Sad_Frog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement