Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. on break:
  2. if event-block is stone:
  3. execute console command "/scoreboard players add %player% |MiningPoint| 1"
  4. if event-block is coal ore:
  5. execute console command "/scoreboard players add %player% |MiningPoint| 2"
  6. if event-block is iron ore:
  7. execute console command "/scoreboard players add %player% |MiningPoint| 4"
  8. if event-block is gold ore:
  9. execute console command "/scoreboard players add %player% |MiningPoint| 6"
  10. if event-block is lapis ore:
  11. execute console command "/scoreboard players add %player% |MiningPoint| 7"
  12. if event-block is redstone ore:
  13. execute console command "/scoreboard players add %player% |MiningPoint| 8"
  14. if event-block is diamond ore:
  15. execute console command "/scoreboard players add %player% |MiningPoint| 10"
  16. if event-block is obsidian:
  17. execute console command "/scoreboard players add %player% |MiningPoint| 12"
  18. if event-block is emerald ore:
  19. execute console command "/scoreboard players add %player% |MiningPoint| 15"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement