Advertisement
Savanis

Untitled

Nov 9th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. #Free Skript @Yo
  2. Command /CC:
  3. trigger:
  4. if the player has permission "Chat.Clear":
  5. Loop 5000 times:
  6. broadcast ""
  7. else:
  8. kill the player
  9. send "&cNo permission. &4YOUR NOT AN ADMIN"
  10. Command /Door:
  11. permission: "Door.Perms"
  12. trigger:
  13. If {Door} is false:
  14. make console execute command "/fill 554 130 -535 554 135 -535 minecraft:stone_bricks"
  15. make console execute command "/fill 546 130 -535 546 135 -535 stone_bricks"
  16. make console execute command "/fill 540 131 -535 540 135 -535 stone_bricks"
  17. else:
  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.  
  22.  
  23.  
  24.  
  25. #Pepe_Sad_Frog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement