Advertisement
Guest User

Untitled

a guest
Oct 8th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Prevent Creative from placing and breaking blocks and changing gamemode outside their region in Creative
  2. on gamemode change to creative:
  3. if player has permission "skript.creative.block.bypass":
  4. message "&aYou bypassed the Creative block for Survival 5.0." to player
  5. stop
  6. set {_region} to location of player
  7. if player is owner of region at {_region}:
  8. stop
  9. wait 10 ticks
  10. play BLOCK NOTE BASS at player with pitch 0.5
  11. message "&cCreative is only allowed within your own claim." to player
  12. set gamemode of player to survival
  13. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement