twogz

Untitled

Jul 14th, 2017
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. on break:
  2. cancel event
  3. if event-block is coal ore:
  4. set event-block to stone
  5. drop coal item at block above event-block
  6. wait 5 seconds
  7. set event-block to coal ore
  8.  
  9. if event-block is iron ore:
  10. set event-block to stone
  11. drop iron ingot at block above event-block
  12. wait 10 seconds
  13. set event-block to iron ore
  14.  
  15. if event-block is gold ore:
  16. set event-block to stone
  17. drop gold ingot at block above event-block
  18. wait 15 seconds
  19. set event-block to gold ore
  20.  
  21. if event-block is diamond ore:
  22. set event-block to stone
  23. drop diamond at block above event-block
  24. wait 15 seconds
  25. set event-block to diamond ore
  26.  
  27. if event-block is emerald ore:
  28. set event-block to stone
  29. drop emerald at block above event-block
  30. wait 5 seconds
  31. set event-block to emerald ore
  32.  
  33. on join:
  34. wait 0.4 ticks
  35. loop 1000 times:
  36. message " "
  37. message "&e&l &nKillzone&r &7(Version beta-0.0.1)"
  38. message "&r "
  39. message "&7 Updates and New Content:"
  40. message "&f - Added Alchemist"
  41. message "&f - Update 2.0 released"
  42. message " "
  43.  
  44. on first join:
  45. give wood sword to player
  46. give wood pickaxe to player
  47. equip player with leather chestplate
  48.  
  49. on place:
  50. if player does not have permission "admin.build":
  51. cancel event
Add Comment
Please, Sign In to add comment