Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1.  
  2. # Display options
  3. name: Mining
  4.  
  5. # Experience given to the main level
  6. # when leveling up this profession
  7. experience:
  8. base: 20
  9. per-level: 3
  10.  
  11. # This part of the config is ONLY for custom mining.
  12. # Custom Mining must be setup in config.yml and it
  13. # will render any block not referenced in here as unminable.
  14. # If you do not wish to use custom mining it is recommended
  15. # to follow the format in woodcutting.yml for experience and
  16. # configure drop tables with MMOItems.
  17. # Block Regen is currently only possible using custom mining.
  18. on-mine:
  19. diamond:
  20. material: DIAMOND_ORE
  21. vanilla-drops: true
  22. triggers:
  23. - 'exp{profession=mining;amount=40-44}'
  24. - 'money{operation=give;amount=18-22}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement