Advertisement
Savanis

Untitled

Nov 9th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 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 1 second
  27. make console execute command "/clone 534 130 -544 536 132 -544 535 131 -534"
  28. wait 1 second
  29. make console execute command "/clone 534 130 -542 536 132 -542 535 131 -534"
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. #Pepe_Sad_Frog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement