Advertisement
Savanis

Untitled

Nov 9th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 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 inventory with size 5 to player
  34. format gui slot 0 of player with coal named "&cLink Discord" to run:
  35. cancel event
  36. broadcast "&cBroadcast: &6Join our discord server &4[Coming soon]"
  37. format gui slot 1 of player with stone called "&cClose Solitary" 1 to run:
  38. cancel event
  39. make console execute command "/S1"
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. #Pepe_Sad_Frog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement