Advertisement
Guest User

Untitled

a guest
May 26th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.19 KB | None | 0 0
  1. #
  2. # mcMMO configuration
  3. # Last updated on 1.4.05-b1870
  4. #
  5. #####
  6. #
  7. # Settings for mcMMO in general
  8. ###
  9. General:
  10. Locale: en_US
  11. MOTD_Enabled: false
  12. # Amount of time (in minutes) to wait between saves of player information
  13. Save_Interval: 10
  14. # Allow mcMMO to report on basic anonymous usage
  15. Stats_Tracking: true
  16. # Allow mcMMO to check if a new version is available
  17. Update_Check: true
  18. Prefer_Beta: false
  19. # Allow mcMMO to inform other plugins of damage being dealt
  20. Event_Callback: true
  21. # Allow mcMMO to create zip backups for flatfile data on shutdown.
  22. Generate_Backups: true
  23. Power_Level_Cap: 0
  24. # Should mcMMO print out debug messages?
  25. Verbose_Logging: false
  26. # Should mcMMO over-write configs to update, or make new ones ending in .new?
  27. Config_Update_Overwrite: true
  28. Database_Purging:
  29. # Amount of time (in hours) to wait between database purging
  30. # To only run at server start, set to 0
  31. # To never run, set to -1
  32. Purge_Interval: -1
  33. # Any user who hasn't connected in this many months will be purged from the database
  34. # To never purge old users, set to -1
  35. Old_User_Cutoff: 6
  36. #
  37. # Settings for using a mySQL database
  38. ###
  39. MySQL:
  40. Enabled: false
  41. Database:
  42. User_Name: UserName
  43. User_Password: UserPassword
  44. Name: DataBaseName
  45. TablePrefix: mcmmo_
  46. Server:
  47. Port: 3306
  48. Address: localhost
  49. #
  50. # Settings for Hardcore mode
  51. ###
  52. Hardcore:
  53. Enabled: false
  54. Death_Stat_Loss_Penalty_Percentage: 75
  55. Vampirism: false
  56. Vampirism_Stat_Leech_Percentage: 5
  57. #
  58. # Settings for SMP Mods
  59. ###
  60. Mods:
  61. Tool_Mods_Enabled: false
  62. Armor_Mods_Enabled: false
  63. Block_Mods_Enabled: false
  64. Entity_Mods_Enabled: false
  65. #
  66. # Settings for mcMMO items
  67. ###
  68. Items:
  69. Chimaera_Wing:
  70. Enabled: true
  71. Cooldown: 240
  72. Warmup: 5
  73. Prevent_Use_Underground: true
  74. Use_Cost: 1
  75. Recipe_Cost: 5
  76. Item_ID: 288
  77. #
  78. # Settings for Parties
  79. ###
  80. Party:
  81. # Amount of time (in hours) to wait between automatically kicking old party members
  82. # To only run at server start, set to 0
  83. # To never kick old users, set to -1
  84. AutoKick_Interval: 12
  85. # Any user who hasn't connected in this many days will get kicked from their party
  86. Old_Party_Member_Cutoff: 7
  87. # Settings for party share modes
  88. Sharing:
  89. ExpShare_enabled: true
  90. ExpShare_bonus_base: 1.1
  91. ExpShare_bonus_increase: 1.05
  92. ExpShare_bonus_cap: 1.5
  93. ItemShare_enabled: true
  94. Range: 75.0
  95. #
  96. # Settings for Abilities
  97. ###
  98. Abilities:
  99. Enabled: false
  100. Messages: false
  101. Activation:
  102. Only_Activate_When_Sneaking: false
  103. Cooldowns:
  104. Berserk: 240
  105. Blast_Mining: 60
  106. Giga_Drill_Breaker: 240
  107. Green_Terra: 240
  108. Serrated_Strikes: 240
  109. Skull_Splitter: 240
  110. Super_Breaker: 240
  111. Tree_Feller: 240
  112. Max_Seconds:
  113. Berserk: 0
  114. Blast_Mining: 0
  115. Giga_Drill_Breaker: 0
  116. Green_Terra: 0
  117. Serrated_Strikes: 0
  118. Skull_Splitter: 0
  119. Super_Breaker: 0
  120. Tree_Feller: 0
  121. Limits:
  122. Tree_Feller_Threshold: 500
  123. Tools:
  124. Durability_Loss_Enabled: true
  125. Durability_Loss: 2
  126. #
  127. # Settings for Skills
  128. # Level cap of 0 for no limit
  129. ###
  130. Skills:
  131. Acrobatics:
  132. Enabled_For_PVP: true
  133. Enabled_For_PVE: true
  134. Prevent_AFK_Leveling: true
  135. Prevent_Dodge_Lightning: false
  136. Level_Cap: 0
  137. Archery:
  138. Enabled_For_PVP: true
  139. Enabled_For_PVE: true
  140. Level_Cap: 0
  141. Axes:
  142. Enabled_For_PVP: true
  143. Enabled_For_PVE: true
  144. Level_Cap: 0
  145. Excavation:
  146. Level_Cap: 0
  147. Fishing:
  148. Drops_Enabled: true
  149. Level_Cap: 0
  150. Herbalism:
  151. Level_Cap: 0
  152. Prevent_AFK_Leveling: true
  153. Mining:
  154. Level_Cap: 0
  155. Detonator_ID: 259
  156. Repair:
  157. Level_Cap: 0
  158. Anvil_Messages: true
  159. Anvil_ID: 42
  160. Salvage_Anvil_ID: 41
  161. Salvage_tools: true
  162. Salvage_armor: true
  163. Smelting:
  164. Level_Cap: 0
  165. Swords:
  166. Enabled_For_PVP: true
  167. Enabled_For_PVE: true
  168. Level_Cap: 0
  169. Taming:
  170. Enabled_For_PVP: true
  171. Enabled_For_PVE: true
  172. Level_Cap: 0
  173. Call_Of_The_Wild:
  174. Bones_Required: 10
  175. Fish_Required: 10
  176. Unarmed:
  177. Enabled_For_PVP: false
  178. Enabled_For_PVE: false
  179. Level_Cap: 0
  180. Block_Cracker:
  181. SmoothBrick_To_CrackedBrick: true
  182. Woodcutting:
  183. Level_Cap: 0
  184. #
  185. # Settings for Double Drops
  186. ###
  187. Double_Drops:
  188. Herbalism:
  189. Brown_Mushroom: true
  190. Cactus: true
  191. Carrot: true
  192. Cocoa: true
  193. Crops: true
  194. Melon_Block: true
  195. Nether_Warts: true
  196. Potato: true
  197. Pumpkin: true
  198. Red_Mushroom: true
  199. Red_Rose: true
  200. Sugar_Cane_Block: true
  201. Vine: true
  202. Water_Lily: true
  203. Yellow_Flower: true
  204. Mining:
  205. Coal_Ore: true
  206. Diamond_Ore: true
  207. Emerald_Ore: true
  208. Ender_Stone: true
  209. Glowstone: true
  210. Gold_Ore: true
  211. Iron_Ore: true
  212. Lapis_Ore: true
  213. Mossy_Cobblestone: true
  214. Netherrack: true
  215. Obsidian: true
  216. Quartz_Ore: true
  217. Redstone_Ore: true
  218. Sandstone: true
  219. Stone: true
  220. Woodcutting:
  221. Oak: true
  222. Birch: true
  223. Spruce: true
  224. Jungle: true
  225. #
  226. # Settings for XP distribution
  227. ###
  228. Experience:
  229. Gains:
  230. Mobspawners:
  231. Enabled: true
  232. # Experience gained in every skill will get multiplied by this value. 1.0 by default, 2.0 means two times as much
  233. Multiplier:
  234. PVP: 1.0
  235. Global: 1.0
  236. PVP:
  237. Rewards: true
  238. Formula:
  239. Curve_Modifier: 20
  240. # Experience gained will get divided by these values. 1.0 by default, 2.0 means two times lower
  241. Modifier:
  242. Swords: 1.0
  243. Taming: 1.0
  244. Acrobatics: 1.0
  245. Excavation: 1.0
  246. Herbalism: 1.0
  247. Unarmed: 1.0
  248. Woodcutting: 1.0
  249. Mining: 1.0
  250. Archery: 1.0
  251. Axes: 1.0
  252. Repair: 1.0
  253. Fishing: 1.0
  254. Fishing:
  255. Base: 800
  256. Excavation:
  257. Clay: 40
  258. Dirt: 40
  259. Grass: 40
  260. Gravel: 40
  261. Mycel: 40
  262. Sand: 40
  263. Soul_Sand: 40
  264. Woodcutting:
  265. Oak: 70
  266. Spruce: 80
  267. Birch: 90
  268. Jungle: 100
  269. Huge_Mushroom_Red: 70
  270. Huge_Mushroom_Brown: 70
  271. Herbalism:
  272. Brown_Mushroom: 150
  273. Cactus: 30
  274. Carrot: 50
  275. Cocoa: 30
  276. Crops: 50
  277. Melon_Block: 20
  278. Nether_Warts: 50
  279. Potato: 50
  280. Pumpkin: 20
  281. Red_Mushroom: 150
  282. Red_Rose: 100
  283. Sugar_Cane_Block: 30
  284. Vine: 10
  285. Water_Lily: 100
  286. Yellow_Flower: 100
  287. Mining:
  288. Coal_Ore: 100
  289. Diamond_Ore: 750
  290. Emerald_Ore: 1000
  291. Ender_Stone: 150
  292. Glowstone: 30
  293. Gold_Ore: 350
  294. Iron_Ore: 250
  295. Lapis_Ore: 400
  296. Mossy_Cobblestone: 30
  297. Netherrack: 30
  298. Obsidian: 150
  299. Quartz_Ore: 250
  300. Redstone_Ore: 150
  301. Sandstone: 30
  302. Stone: 30
  303. Smelting:
  304. Coal_Ore: 10
  305. Diamond_Ore: 75
  306. Emerald_Ore: 100
  307. Gold_Ore: 35
  308. Iron_Ore: 25
  309. Lapis_Ore: 40
  310. Quartz_Ore: 25
  311. Redstone_Ore: 15
  312. Taming:
  313. Animal_Taming:
  314. Wolf: 250
  315. Ocelot: 500
  316. Combat:
  317. Multiplier:
  318. Animals: 9.0
  319. Creeper: 15.0
  320. Skeleton: 9.0
  321. Spider: 15.0
  322. Giant: 1.0
  323. Zombie: 9.0
  324. Slime: 6.0
  325. Ghast: 9.0
  326. Pig_Zombie: 12.0
  327. Enderman: 16.0
  328. Cave_Spider: 9.0
  329. Silverfish: 1.0
  330. Blaze: 9.0
  331. Magma_Cube: 1.0
  332. Iron_Golem: 1.0
  333. Wither_Skeleton: 1.0
  334. #
  335. # Settings for commands
  336. ###
  337. Commands:
  338. mcmmo:
  339. Donate_Message: true
  340. ptp:
  341. Cooldown: 30
  342. Confirm_Required: true
  343. Request_Timeout: 300
  344. # If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
  345. # to teleport to, from, or within any given world.
  346. World_Based_Permissions: false
  347. p:
  348. # Allow mcMMO to use player display names in chat instead of their usernames
  349. Use_Display_Names: true
  350. a:
  351. Use_Display_Names: true
  352. #
  353. # Settings for particles
  354. ###
  355. Particles:
  356. # These settings determine if fireworks should get launched when a player activates/deactivates an ability
  357. Ability_Activation: true
  358. Ability_Deactivation: true
  359. # Use particle effect when these abilities trigger
  360. Dodge: true
  361. Bleed: true
  362. Greater_Impact: true
  363. # These settings determine if fireworks should get launched when a player levels-up,
  364. # this will happen by default f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement