Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 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: 50
  10.  
  11. #on-mine:
  12. # EMERALD_ORE:
  13. # drop-table:
  14. # items:
  15. # - 'vanilla{type=EMERALD} 1 1-9'
  16. # vanilla-drops: false
  17. # regen:
  18. # time: 2000
  19. # temp-block: STONE
  20. # triggers:
  21. # - 'exp{profession=mining;amount=32}'
  22. #
  23. # DIAMOND_ORE:
  24. # # Refer to drop-tables.yml
  25. # # The drop table used by the block.
  26. # drop-table:
  27. # items:
  28. # - 'vanilla{type=DIAMOND} 1 1-3'
  29. # # - 'mmoitem{type=material;id=RARE_DIAMOND} .1 1-3'
  30. # # - 'droptable{id=other-drop-table} .1'
  31. # # Triggers when destroying the block, can
  32. # # be used to give exp to a player!
  33. # triggers:
  34. # - 'exp{profession=mining;amount=20}'
  35. # # Set to false if you want to disable vanila drops.
  36. # vanilla-drops: false
  37. # regen:
  38. # # Ticks the block takes to appear again
  39. # time: 2000
  40. # # The temporary block which shows
  41. # # during the block regen time.
  42. # #
  43. # # !! Warning !!
  44. # # When using the temp-block option, make sure you choose
  45. # # one temp block and don't use it anywhere else in the
  46. # # configuration so that block regens do not affect each other
  47. # temp-block: STONE
  48. # IRON_ORE:
  49. # drop-table:
  50. # items:
  51. # - 'vanilla{type=IRON_ORE} 1 10-13'
  52. # triggers:
  53. # - 'exp{profession=mining;amount=5'
  54. # vanilla-drops: true
  55.  
  56. exp-sources:
  57. - 'mineblock{type=EMERALD_ORE;amount=10-20}'
  58. - 'mineblock{type=DIAMOND_ORE;amount=60}'
  59. - 'mineblock{type=IRON_ORE;amount=2-5}'
  60. - 'mineblock{type=GOLD_ORE;amount=4-7}'
  61. - 'mineblock{type=COAL_ORE;amount=2-3}'
  62. - 'mineblock{type=LAPIS_ORE;amount=3-5}'
  63. - 'mineblock{type=REDSTONE_ORE;amount=3-5}'
  64. - 'mineblock{type=STONE;amount=0-1}'
  65. - 'mineblock{type=nether_quartz_ore;amount=2-4}'
  66.  
  67. triggers:
  68. level-up-mining:
  69. - 'command{format="mmocore admin attribute-points give %player% 1"}'
  70. - 'command{format="eco give %player% 5000"}'
  71. #level-up-mining-10:
  72. #- mmoitem{type=TOOL;id=SUPER_PICKAXE;amount=1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement