Advertisement
Savanis

Untitled

Nov 9th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 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.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. #Pepe_Sad_Frog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement