Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.85 KB | None | 0 0
  1. #
  2. # mcMMO configuration
  3. # Last updated on 1.5.00-b3547
  4. #
  5. #####
  6. #
  7. # Settings for mcMMO in general
  8. ###
  9. General:
  10. Locale: Pl
  11. MOTD_Enabled: true
  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. Power_Level_Cap: 0
  22. # Should mcMMO print out debug messages?
  23. Verbose_Logging: false
  24. # Should mcMMO over-write configs to update, or make new ones ending in .new?
  25. Config_Update_Overwrite: true
  26. # Play level-up sounds
  27. LevelUp_Sounds: true
  28. #
  29. # Settings for the mcMMO scoreboards
  30. ###
  31. Scoreboard:
  32. # Display player's power levels below their names?
  33. Power_Level_Tags: false
  34. # Allow players to use "/mcscoreboard keep" to keep the scoreboard up
  35. Allow_Keep: true
  36. # Add some more color on the board :-)
  37. Rainbows: false
  38. # Settings for each type of scoreboard
  39. # Print: Should the command output be printed in chat?
  40. # Board: Should the command output be displayed in the scoreboard sidebar?
  41. # Display_Time: Amount of time (seconds) to display in the sidebar before clearing.
  42. # To display permanently, use "/mcscoreboard keep" or set to -1
  43. Types:
  44. # Settings for /mcrank
  45. # The sub-options (Print, Board, Display_Time) are the same for each type.
  46. Rank:
  47. Print: false
  48. Board: true
  49. Display_Time: 15
  50. # Settings for /mctop
  51. Top:
  52. Print: true
  53. Board: true
  54. Display_Time: 30
  55. # Settings for /mcstats
  56. Stats:
  57. Print: false
  58. Board: true
  59. Display_Time: 15
  60. # Settings for /inspect
  61. Inspect:
  62. Print: false
  63. Board: false
  64. Display_Time: 20
  65. # Settings for /mccooldown
  66. Cooldown:
  67. Print: false
  68. Board: false
  69. Display_Time: 41
  70. # Settings for /<skillname> (e.g. /mining, /unarmed)
  71. # No "print" option is given here; the information will always be displayed in chat.
  72. # It should also be noted that this display is pretty dang cool.
  73. Skill:
  74. Board: true
  75. Display_Time: 30
  76. # Should the board be shown when a player levels up, and for how long?
  77. # It is recommended to NOT have LevelUp_Time be -1, as this may confuse players.
  78. LevelUp_Board: true
  79. LevelUp_Time: 5
  80. Mob_Healthbar:
  81. # Display_Type: Default display for mob health bars - HEARTS, BAR, or DISABLED
  82. # Display_Time: Amount of time (in seconds) to display. To display permanently, set to -1
  83. Display_Type: HEARTS
  84. Display_Time: 3
  85. Database_Purging:
  86. # Amount of time (in hours) to wait between database purging
  87. # To only run at server start, set to 0
  88. # To never run, set to -1
  89. Purge_Interval: -1
  90. # Any user who hasn't connected in this many months will be purged from the database
  91. # To never purge old users, set to -1
  92. Old_User_Cutoff: 6
  93. #
  94. # Settings for Backups
  95. # Allow mcMMO to create zip backups for config files and flatfile data on shutdown.
  96. ###
  97. Backups:
  98. Enabled: true
  99. Keep:
  100. Last_24_Hours: true
  101. Daily_Last_Week: true
  102. Weekly_Past_Months: true
  103. #
  104. # Settings for using a mySQL database
  105. ###
  106. MySQL:
  107. Enabled: false
  108. Database:
  109. User_Name: UserName
  110. User_Password: UserPassword
  111. Name: DataBaseName
  112. TablePrefix: mcmmo_
  113. Server:
  114. Port: 3306
  115. Address: localhost
  116. #
  117. # Settings for Hardcore mode
  118. # Players will not lose stats when their level is below the Level_Threshold
  119. ###
  120. Hardcore:
  121. Death_Stat_Loss:
  122. Penalty_Percentage: 10.0
  123. Level_Threshold: 0
  124. Enabled:
  125. Acrobatics: true
  126. Alchemy: false
  127. Archery: false
  128. Axes: false
  129. Excavation: false
  130. Fishing: false
  131. Herbalism: false
  132. Mining: false
  133. Repair: false
  134. Swords: false
  135. Taming: false
  136. Unarmed: false
  137. Woodcutting: false
  138. Vampirism:
  139. Leech_Percentage: 5.0
  140. Level_Threshold: 0
  141. Enabled:
  142. Acrobatics: false
  143. Alchemy: false
  144. Archery: false
  145. Axes: false
  146. Excavation: false
  147. Fishing: false
  148. Herbalism: false
  149. Mining: false
  150. Repair: false
  151. Swords: false
  152. Taming: false
  153. Unarmed: false
  154. Woodcutting: false
  155. #
  156. # Settings for SMP Mods
  157. ###
  158. Mods:
  159. Tool_Mods_Enabled: false
  160. Armor_Mods_Enabled: false
  161. Block_Mods_Enabled: false
  162. Entity_Mods_Enabled: false
  163. #
  164. # Settings for mcMMO items
  165. ###
  166. Items:
  167. Chimaera_Wing:
  168. Enabled: false
  169. Cooldown: 240
  170. Warmup: 5
  171. RecentlyHurt_Cooldown: 60
  172. Prevent_Use_Underground: false
  173. Use_Cost: 1
  174. Recipe_Cost: 5
  175. Item_Name: FEATHER
  176. Sound_Enabled: false
  177. #
  178. # Settings for Parties
  179. ###
  180. Party:
  181. # Amount of time (in hours) to wait between automatically kicking old party members
  182. # To only run at server start, set to 0
  183. # To never kick old users, set to -1
  184. AutoKick_Interval: 12
  185. # Any user who hasn't connected in this many days will get kicked from their party
  186. Old_Party_Member_Cutoff: 7
  187. # Settings for party share modes
  188. Sharing:
  189. ExpShare_bonus_base: 1.1
  190. ExpShare_bonus_increase: 1.05
  191. ExpShare_bonus_cap: 1.5
  192. Range: 75.0
  193. # Party members level up their party by earning individual experience
  194. # Newly created parties will not immediately have access to all the party features
  195. # and have to level up the party a bit before they can use them.
  196. Leveling:
  197. Level_Cap: 10
  198. # Uses the regular XP formula but is multiplied by <amount of party members> + <Xp_Curve_Modifier>
  199. Xp_Curve_Modifier: 3
  200. Near_Members_Needed: false
  201. Inform_All_Party_Members_On_LevelUp: false
  202. Chat_UnlockLevel: 1
  203. Teleport_UnlockLevel: 2
  204. Alliance_UnlockLevel: 5
  205. ItemShare_UnlockLevel: 8
  206. XpShare_UnlockLevel: 10
  207. #
  208. # Settings for Abilities
  209. ###
  210. Abilities:
  211. Enabled: true
  212. Messages: true
  213. Activation:
  214. Only_Activate_When_Sneaking: false
  215. Cooldowns:
  216. Berserk: 240
  217. Blast_Mining: 240
  218. Giga_Drill_Breaker: 240
  219. Green_Terra: 240
  220. Serrated_Strikes: 240
  221. Skull_Splitter: 240
  222. Super_Breaker: 240
  223. Tree_Feller: 240
  224. Max_Seconds:
  225. Berserk: 0
  226. Blast_Mining: 0
  227. Giga_Drill_Breaker: 0
  228. Green_Terra: 0
  229. Serrated_Strikes: 0
  230. Skull_Splitter: 0
  231. Super_Breaker: 0
  232. Tree_Feller: 0
  233. Limits:
  234. Tree_Feller_Threshold: 500
  235. Tools:
  236. # Use more tool durability while using abilities. Set Durability_Loss to 0 to disable the extra durability damage.
  237. Durability_Loss: 1
  238. #
  239. # Settings for Skills
  240. # Level cap of 0 for no limit
  241. ###
  242. Skills:
  243. Acrobatics:
  244. Enabled_For_PVP: true
  245. Enabled_For_PVE: true
  246. Prevent_AFK_Leveling: true
  247. Max_Tries_At_Same_Location: 3
  248. Prevent_Dodge_Lightning: false
  249. # Prevent earning Acrobatics XP a few seconds after teleporting
  250. XP_After_Teleport_Cooldown: 5
  251. Level_Cap: 0
  252. Alchemy:
  253. # Allow Hoppers to transfer ingredients and brew Rank 1 Alchemy potions
  254. Enabled_for_Hoppers: true
  255. # Prevent Hoppers from transferring ingredients into Brewing Stands
  256. Prevent_Hopper_Transfer: false
  257. Level_Cap: 0
  258. Archery:
  259. Enabled_For_PVP: true
  260. Enabled_For_PVE: true
  261. Level_Cap: 0
  262. Axes:
  263. Enabled_For_PVP: false
  264. Enabled_For_PVE: false
  265. Level_Cap: 0
  266. Excavation:
  267. Level_Cap: 0
  268. Fishing:
  269. Level_Cap: 0
  270. Drops_Enabled: true
  271. Override_Vanilla_Treasures: true
  272. # Always catch fish, even when treasure is found
  273. Extra_Fish: false
  274. Herbalism:
  275. Level_Cap: 0
  276. Prevent_AFK_Leveling: true
  277. Mining:
  278. Level_Cap: 0
  279. Detonator_Name: FLINT_AND_STEEL
  280. Repair:
  281. Level_Cap: 0
  282. Anvil_Messages: false
  283. Anvil_Placed_Sounds: false
  284. Anvil_Use_Sounds: false
  285. Anvil_Material: IRON_BLOCK
  286. Salvage_Anvil_Material: GOLD_BLOCK
  287. Salvage_tools: false
  288. Salvage_armor: false
  289. # Ask for a confirmation when a player tries to repair an enchanted item
  290. Confirm_Required: true
  291. Smelting:
  292. Level_Cap: 0
  293. Swords:
  294. Enabled_For_PVP: false
  295. Enabled_For_PVE: false
  296. Level_Cap: 0
  297. Taming:
  298. Enabled_For_PVP: true
  299. Enabled_For_PVE: true
  300. Level_Cap: 0
  301. Call_Of_The_Wild:
  302. # Item_Material: Material of the item needed to summon the pet
  303. # Item_Amount: Amount of items required to summon the pet
  304. # Summon_Amount: Amount of pets to summon when using Call Of The Wild
  305. Wolf:
  306. Item_Material: BONE
  307. Item_Amount: 10
  308. Summon_Amount: 1
  309. Ocelot:
  310. Item_Material: RAW_FISH
  311. Item_Amount: 10
  312. Summon_Amount: 1
  313. Horse:
  314. Item_Material: APPLE
  315. Item_Amount: 10
  316. Summon_Amount: 1
  317. # Range to check for nearby pets when using Call Of The Wild, 0 will disable the check
  318. Range: 40.0
  319. Unarmed:
  320. Enabled_For_PVP: false
  321. Enabled_For_PVE: false
  322. Level_Cap: 0
  323. Block_Cracker:
  324. SmoothBrick_To_CrackedBrick: false
  325. Woodcutting:
  326. Tree_Feller_Sounds: false
  327. Level_Cap: 0
  328. #
  329. # Settings for Double Drops
  330. ###
  331. Double_Drops:
  332. Herbalism:
  333. Brown_Mushroom: true
  334. Cactus: true
  335. Carrot: true
  336. Cocoa: true
  337. Crops: true
  338. Melon_Block: true
  339. Nether_Warts: true
  340. Potato: true
  341. Pumpkin: true
  342. Red_Mushroom: true
  343. Red_Rose: true
  344. Sugar_Cane_Block: true
  345. Vine: true
  346. Water_Lily: true
  347. Yellow_Flower: true
  348. Mining:
  349. Coal_Ore: false
  350. Diamond_Ore: false
  351. Emerald_Ore: false
  352. Ender_Stone: false
  353. Glowstone: false
  354. Gold_Ore: false
  355. Iron_Ore: false
  356. Lapis_Ore: false
  357. Mossy_Cobblestone: false
  358. Netherrack: false
  359. Obsidian: false
  360. Quartz_Ore: true
  361. Redstone_Ore: false
  362. Sandstone: false
  363. Stone: true
  364. Woodcutting:
  365. Acacia: true
  366. Birch: true
  367. Dark_Oak: true
  368. Generic: true
  369. Jungle: true
  370. Redwood: true
  371. #
  372. # Settings for commands
  373. ###
  374. Commands:
  375. Generic:
  376. # If true, when using partial names in commands mcMMO will try to look for a match from
  377. # the offline players. Enabling this might slow the server down if there are a lot of offline players.
  378. Match_OfflinePlayers: false
  379. Database:
  380. # Database command cooldown in milliseconds, cannot be changed below the default value. (1750)
  381. # Prevents players from spamming /mctop or /mcrank
  382. Player_Cooldown: 1750
  383. mcmmo:
  384. Donate_Message: true
  385. inspect:
  386. Max_Distance: 30.0
  387. ptp:
  388. Cooldown: 120
  389. Warmup: 5
  390. RecentlyHurt_Cooldown: 60
  391. Accept_Required: true
  392. Request_Timeout: 300
  393. # If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
  394. # to teleport to, from, or within any given world.
  395. World_Based_Permissions: false
  396. partychat:
  397. Chat_Prefix_Format: '[[GREEN]]([[WHITE]]{0}[[GREEN]])'
  398. Use_Display_Names: true
  399. Chat_Prefix_Format_Ally: '[[GREEN]](A)[[RESET]]'
  400. adminchat:
  401. Chat_Prefix_Format: '[[AQUA]][[[WHITE]]{0}[[AQUA]]]'
  402. Use_Display_Names: true
  403. #
  404. # Settings for particles
  405. ###
  406. Particles:
  407. # These settings determine if fireworks should get launched when a player activates/deactivates an ability
  408. Ability_Activation: true
  409. Ability_Deactivation: true
  410. # Determines if the fireworks should be a large ball or a small one
  411. LargeFireworks: true
  412. # Use particle effect when these abilities trigger
  413. Dodge: true
  414. Bleed: true
  415. Greater_Impact: true
  416. # These settings determine if fireworks should get launched when a player levels-up,
  417. # this will happen by default for every 100 levels.
  418. LevelUp_Enabled: true
  419. LevelUp_Tier: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement