Advertisement
jmarler

Untitled

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