Advertisement
imesh97

Improved Unbreaking Anvil skript

Jul 15th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. # This stops all anvils from breaking!
  2. # Made by ChavitaHD
  3. # For ParallaxMC Prison
  4. # IP: Play.ParallaxMC.Com
  5. # Need help? Add me on Skype: ChavitaHD
  6.  
  7. options:
  8.  
  9. # Here is the option to support this in only specific worlds. To add worlds, make sure you have double quotes around the world name. Also remember that the word "or" seperates them. As an example below, it's set as: "world_prison" or "worldnamehere"
  10. WORLD: "world_prison" or "worldnamehere"
  11.  
  12. # I don't recommend you edit this unless you know what you're doing. I added 1 extra line that allows the skript to work only in the specific world(s). Make sure to add some more above ^
  13.  
  14. on right click:
  15. if player is in {@WORLD}:
  16. event-block is anvil:
  17. set event-block to anvil
  18. stop
  19. else:
  20. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement