Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 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. on-mine:
  12. EMERALD_ORE:
  13. triggers:
  14. - 'exp{profession=mining;amount=40-44}'
  15. - 'money{operation=give;amount=20}'
  16. DIAMOND_ORE:
  17. triggers:
  18. - 'exp{profession=mining;amount=90-100}'
  19. - 'money{operation=give;amount=25}'
  20. GOLD_ORE:
  21. triggers:
  22. - 'exp{profession=mining;amount=90-100}'
  23. - 'money{operation=give;amount=6.50}'
  24. REDSTONE_ORE:
  25. triggers:
  26. - 'exp{profession=mining;amount=2-4}'
  27. - 'money{operation=give;amount=3}'
  28. LAPIS_ORE:
  29. triggers:
  30. - 'exp{profession=mining;amount=10-14}'
  31. - 'money{operation=give;amount=6}'
  32. IRON_ORE:
  33. triggers:
  34. - 'exp{profession=mining;amount=10-14}'
  35. - 'money{operation=give;amount=6}'
  36. COAL_ORE:
  37. triggers:
  38. - 'exp{profession=mining;amount=1-3}'
  39. - 'money{operation=give;amount=2.25}'
  40. STONE:
  41. triggers:
  42. - 'exp{profession=mining;amount=.1}'
  43. - 'money{operation=give;amount=.25}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement