Advertisement
Diamond_Cat

mcMMO - Experience.yml

Sep 22nd, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. #
  2. # Experience configuration
  3. # Last updated on 1.5.10-b${BUILD_NUMBER}
  4. #
  5. # Configure the experience formula and experience settings here.
  6. #
  7. #####
  8. #
  9. # Settings for XP formula
  10. ###
  11. Experience_Formula:
  12. # Valid values are: LINEAR and EXPONENTIAL
  13. # If an invalid value is entered, this will reset to the default setting, which is LINEAR
  14. # LINEAR: base + (level * multiplier)
  15. # EXPONENTIAL: multiplier * level ^ exponent + base
  16. Curve: LINEAR
  17. # If invalid values are entered mcMMO will not start and print an error in the console
  18. Linear_Values:
  19. base: 1020
  20. multiplier: 20
  21. Exponential_Values:
  22. multiplier: 0.1
  23. exponent: 1.8
  24. base: 2000
  25. # Cumulative experience curves will use a players power level instead of their skill level,
  26. # players with high power levels will have to gain a lot more experience to reach the next level in every skill.
  27. Cumulative_Curve: false
  28. # Experience gained in every skill will get multiplied by this value. 1.0 by default, 2.0 means two times as much
  29. Multiplier:
  30. Global: 1.0
  31. PVP: 1.0
  32. # Experience gained from mobs not naturally spawned will get multiplied by this value. 0 by default.
  33. Mobspawners:
  34. Multiplier: 0.1
  35. Breeding:
  36. Multiplier: 1.0
  37. # Experience gained will get divided by these values. 1.0 by default, 2.0 means two times less XP gained.
  38. Modifier:
  39. Swords: 1.0
  40. Taming: 1.0
  41. Acrobatics: 1.2
  42. Excavation: 1.2
  43. Herbalism: 1.0
  44. Unarmed: 1.1
  45. Woodcutting: 1.2
  46. Mining: 1.5
  47. Archery: 1.0
  48. Axes: 1.0
  49. Repair: 1.2
  50. Fishing: 1.2
  51. Alchemy: 1.0
  52. # XP earned by players with the permission mcmmo.perks.xp.customboost.<skillname> will get multiplied
  53. # with 1.25 by default, resulting in a 25% XP boost
  54. Custom_XP_Perk:
  55. Boost: 1.25
  56. #
  57. # Settings for Diminished Returns
  58. ###
  59. Diminished_Returns:
  60. Enabled: false
  61. # Limit the amount of experience a player can earn:
  62. # Threshold (amount of experience) per Time_Interval (in minutes)
  63. Threshold:
  64. Swords: 20000
  65. Taming: 20000
  66. Acrobatics: 20000
  67. Excavation: 20000
  68. Herbalism: 20000
  69. Unarmed: 20000
  70. Woodcutting: 20000
  71. Mining: 20000
  72. Archery: 20000
  73. Axes: 20000
  74. Repair: 20000
  75. Fishing: 20000
  76. Alchemy: 20000
  77. Time_Interval: 10
  78. #
  79. # Settings for XP conversion with '/mcconvert experience'
  80. ###
  81. Conversion:
  82. # Old experience will get divided by this modifier
  83. Exp_Modifier: 1
  84. #
  85. # Settings for XP distribution
  86. ###
  87. Experience:
  88. PVP:
  89. Rewards: true
  90. Acrobatics:
  91. Dodge: 120
  92. Roll: 80
  93. Fall: 120
  94. # FeatherFall_Multiplier: Multiply Acrobatics XP by this value when wearing boots with the Feather Fall enchant
  95. FeatherFall_Multiplier: 2.0
  96. Alchemy:
  97. # Alchemy potion stages are based on the number of ingredients added
  98. # Potion_Stage_1 represents a base potion
  99. # Potion_Stage_2 represents a base potion with one ingredient
  100. # Potion_Stage_3 represents a base potion with one ingredient and one amplifier
  101. # Potion_Stage_4 represents a base potion with one ingredient and two amplifiers
  102. # Potion_Stage_5 represents a base potion with one ingredient where the amplifiers are swapped
  103. Potion_Stage_1: 15
  104. Potion_Stage_2: 30
  105. Potion_Stage_3: 60
  106. Potion_Stage_4: 120
  107. Potion_Stage_5: 0
  108. Archery:
  109. Distance_Multiplier: 0.025
  110. Fishing:
  111. Raw_Fish: 800
  112. Raw_Salmon: 800
  113. Clownfish: 800
  114. Pufferfish: 800
  115. Shake: 50
  116. Excavation:
  117. Clay: 40
  118. Dirt: 40
  119. Coarse_Dirt: 40
  120. Podzol: 40
  121. Grass: 40
  122. Gravel: 40
  123. Mycel: 40
  124. Sand: 40
  125. Red_Sand: 40
  126. Snow: 20
  127. Snow_Block: 40
  128. Soul_Sand: 40
  129. Woodcutting:
  130. Acacia: 90
  131. Birch: 90
  132. Dark_Oak: 90
  133. Generic: 70
  134. Jungle: 100
  135. Redwood: 80
  136. Huge_Mushroom_1: 70
  137. Huge_Mushroom_2: 70
  138. Herbalism:
  139. Allium: 300
  140. Azure_Bluet: 150
  141. Beetroot_Block_Ripe: 50
  142. Blue_Orchid: 150
  143. Brown_Mushroom: 150
  144. Cactus: 30
  145. Carrot_Ripe: 50
  146. Chorus_Flower: 25
  147. Chorus_Plant: 1
  148. Cocoa_Ripe: 30
  149. Crops_Ripe: 50
  150. Dead_Bush: 30
  151. Lilac: 50
  152. Melon_Block: 20
  153. Nether_Warts_Ripe: 50
  154. Orange_Tulip: 150
  155. Oxeye_Daisy: 150
  156. Peony: 50
  157. Pink_Tulip: 150
  158. Poppy: 100
  159. Potato_Ripe: 50
  160. Pumpkin: 20
  161. Red_Mushroom: 150
  162. Red_Tulip: 150
  163. Rose_Bush: 50
  164. Small_Fern: 10
  165. Small_Grass: 10
  166. Sugar_Cane_Block: 30
  167. Sunflower: 50
  168. Tall_Grass: 50
  169. Tall_Fern: 50
  170. Vine: 10
  171. Water_Lily: 100
  172. White_Tulip: 150
  173. Yellow_Flower: 100
  174. Mining:
  175. Coal_Ore: 100
  176. Diamond_Ore: 750
  177. Emerald_Ore: 1000
  178. End_Bricks: 200
  179. Ender_Stone: 80
  180. Glowstone: 30
  181. Gold_Ore: 350
  182. Hard_Clay: 30
  183. Iron_Ore: 250
  184. Lapis_Ore: 400
  185. Mossy_Cobblestone: 30
  186. Netherrack: 30
  187. Obsidian: 150
  188. Packed_Ice: 50
  189. Quartz_Ore: 100
  190. Redstone_Ore: 150
  191. Sandstone: 30
  192. Stained_Clay|*: 50
  193. Stone|*: 30
  194. Red_Sandstone: 100
  195. Prismarine: 70
  196. Purpur_Block: 200
  197. Purpur_Pillar: 250
  198. Purpur_Slab: 150
  199. Purpur_Stairs: 250
  200. Stained_Clay: 50
  201. Stone: 30
  202. Nether_Brick: 50
  203. Repair:
  204. Base: 1000.0
  205. Wood: 0.4
  206. Stone: 1.1
  207. Iron: 2.2
  208. Gold: 0.25
  209. Diamond: 4.0
  210. Leather: 1.4
  211. String: 1.6
  212. Other: 1.5
  213. Smelting:
  214. Coal_Ore: 10
  215. Diamond_Ore: 75
  216. Emerald_Ore: 100
  217. Gold_Ore: 35
  218. Iron_Ore: 25
  219. Lapis_Ore: 40
  220. Quartz_Ore: 25
  221. Redstone_Ore: 15
  222. Taming:
  223. Animal_Taming:
  224. Wolf: 250
  225. Ocelot: 500
  226. Horse: 1000
  227. Donkey: 1000
  228. Mule: 1000
  229. Skeleton_Horse: 1000
  230. Zombie_Horse: 1000
  231. Combat:
  232. Multiplier:
  233. Animals: 1.0
  234. Creeper: 4.0
  235. Skeleton: 3.0
  236. Spider: 2.0
  237. Giant: 4.0
  238. Zombie: 2.0
  239. Slime: 2.0
  240. Ghast: 3.0
  241. Pig_Zombie: 3.0
  242. Enderman: 1.0
  243. Cave_Spider: 3.0
  244. Silverfish: 3.0
  245. Blaze: 3.0
  246. Magma_Cube: 2.0
  247. Ender_Dragon: 0.0
  248. Wither: 1.0
  249. Witch: 1.0
  250. Iron_Golem: 2.0
  251. Wither_Skeleton: 4.0
  252. Endermite: 2.0
  253. Guardian: 3.0
  254. Elder_Guardian: 4.0
  255. Shulker: 2.0
  256. Donkey: 1.0
  257. Mule: 1.0
  258. Horse: 1.0
  259. Zombie_Villager: 2.0
  260. Skeleton_Horse: 1.0
  261. Zombie_Horse: 1.0
  262. Husk: 3.0
  263. Evoker: 3.0
  264. Polar_Bear: 1.0
  265. Llama: 1.0
  266. Vindicator: 3.0
  267. Stray: 2.0
  268. Rabbit: 1.0
  269. Chicken: 1.0
  270. Bat: 1.0
  271. Mushroom_Cow: 1.0
  272. Cow: 1.0
  273. Sheep: 1.0
  274. Pig: 1.0
  275. Squid: 1.0
  276. Ocelot: 1.0
  277. Villager: 1.0
  278. Snowman: 0.0
  279. Parrot: 1.0
  280. Illusioner: 3.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement