SoniaK

MCMMO Config

Feb 27th, 2020
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.48 KB | None | 0 0
  1. #
  2. # mcMMO configuration
  3. # Last updated on 2.1.117-b${BUILD_NUMBER}
  4. #
  5. #####
  6.  
  7. #
  8. # Settings for mcMMO in general
  9. ###
  10. General:
  11. # Turning this on will scale mcMMO around 1-1000 with default scaling factor
  12. # Everything in your config related to skill level requirements, skill level bonuses, etc will be multiplied by 10 when this mode is on
  13. # This change is purely cosmetic, it retains the old feel of mcMMO where you could level up thousands of times
  14. RetroMode:
  15. Enabled: false
  16. Locale: en_US
  17. AprilFoolsEvent: true
  18. MOTD_Enabled: false
  19. EventBroadcasts: true
  20. EventInfoOnPlayerJoin: true
  21. AdminNotifications: true
  22. # Send a message to the player when his profile was successfully loaded
  23. Show_Profile_Loaded: false
  24. # Amount of time (in minutes) to wait between saves of player information
  25. Save_Interval: 10
  26. # Allow mcMMO to report on basic anonymous usage
  27. Stats_Tracking: true
  28. # Allow mcMMO to check if a new version is available
  29. Update_Check: true
  30. Prefer_Beta: false
  31. Power_Level_Cap: 0
  32. # Should mcMMO truncate levels if you lower your max level cap for a skillname
  33. TruncateSkills: true
  34. # Should mcMMO print out debug messages?
  35. Verbose_Logging: false
  36. # Should mcMMO over-write configs to update, or make new ones ending in .new?
  37. Config_Update_Overwrite: true
  38. # Play level-up sounds
  39. LevelUp_Sounds: true
  40.  
  41. # This should fix blocks being broken client side, but not server-side.
  42. # Enable to refresh the chunks around a player at the end of Super Breaker,
  43. # Giga Drill Breaker, and Berserk. Resource intensive for larger servers.
  44. Refresh_Chunks: false
  45.  
  46. #
  47. # Settings for the mcMMO scoreboards
  48. ###
  49. Scoreboard:
  50. # Set this to true to enable scoreboards
  51. UseScoreboards: true
  52. # Display player's power levels below their names?
  53. Power_Level_Tags: false
  54.  
  55. # Allow players to use "/mcscoreboard keep" to keep the scoreboard up
  56. Allow_Keep: true
  57.  
  58. # Show the /mcstats scoreboard automatically after logging in
  59. Show_Stats_After_Login: true
  60.  
  61. # Show scoreboard tips 5 times. Tips are only displayed once for every login session.
  62. # Set to 0 to never show these tips.
  63. Tips_Amount: 5
  64.  
  65. # Add some more color on the board :-)
  66. Rainbows: true
  67.  
  68. # Display ability names?
  69. Ability_Names: true
  70.  
  71. # Settings for each type of scoreboard
  72. # Print: Should the command output be printed in chat?
  73. # Board: Should the command output be displayed in the scoreboard sidebar?
  74. # Display_Time: Amount of time (seconds) to display in the sidebar before clearing.
  75. # To display permanently, use "/mcscoreboard keep" or set to -1
  76. Types:
  77. # Settings for /mcrank
  78. # The sub-options (Print, Board, Display_Time) are the same for each type.
  79. Rank:
  80. Print: false
  81. Board: true
  82. Display_Time: 15
  83. # Settings for /mctop
  84. Top:
  85. Print: true
  86. Board: true
  87. Display_Time: 15
  88. # Settings for /mcstats
  89. Stats:
  90. Print: false
  91. Board: true
  92. Display_Time: 15
  93. # Settings for /inspect
  94. Inspect:
  95. Print: false
  96. Board: true
  97. Display_Time: 20
  98. # Settings for /mccooldown
  99. Cooldown:
  100. Print: true
  101. Board: true
  102. Display_Time: 41
  103. # Settings for /<skillname> (e.g. /mining, /unarmed)
  104. # No "print" option is given here; the information will always be displayed in chat.
  105. # It should also be noted that this display is pretty dang cool.
  106. Skill:
  107. Board: true
  108. Display_Time: 30
  109.  
  110. # Should the board be shown when a player levels up, and for how long?
  111. # It is recommended to NOT have LevelUp_Time be -1, as this may confuse players.
  112. LevelUp_Board: true
  113. LevelUp_Time: 5
  114.  
  115. Mob_Healthbar:
  116. # Enabled: Whether or not the feature is enabled at all
  117. # Display_Type: Per player Default display for mob health bars - HEARTS, BAR, or DISABLED
  118. # Display_Time: Amount of time (in seconds) to display. To display permanently, set to -1
  119. Enabled: true
  120. Display_Type: HEARTS
  121. Display_Time: 3
  122.  
  123. Database_Purging:
  124. # Amount of time (in hours) to wait between database purging
  125. # To only run at server start, set to 0
  126. # To never run, set to -1
  127. Purge_Interval: -1
  128. # Any user who hasn't connected in this many months will be purged from the database
  129. # To never purge old users, set to -1
  130. Old_User_Cutoff: 6
  131.  
  132. #
  133. # Settings for Backups
  134. # Allow mcMMO to create zip backups for config files and flatfile data on shutdown.
  135. ###
  136. Backups:
  137. Enabled: true
  138.  
  139. Keep:
  140. Last_24_Hours: true
  141. Daily_Last_Week: true
  142. Weekly_Past_Months: true
  143.  
  144. #
  145. # Settings for using a mySQL database
  146. ###
  147. MySQL:
  148. Enabled: false
  149. Debug: false
  150. Database:
  151. User_Name: UserName
  152. User_Password: UserPassword
  153. Name: DataBaseName
  154. TablePrefix: mcmmo_
  155. # This setting is the max simultaneous mysql connections allowed at a time, needs to be
  156. # high enough to support multiple player logins in quick succession
  157. MaxConnections:
  158. Misc: 30
  159. Load: 30
  160. Save: 30
  161. # This setting is the max size of the pool of cached connections that we hold available
  162. # at any given time
  163. MaxPoolSize:
  164. Misc: 10
  165. Load: 20
  166. Save: 20
  167. Server:
  168. SSL: true
  169. Port: 3306
  170. Address: localhost
  171.  
  172. #
  173. # Settings for Hardcore mode
  174. # Players will not lose stats when their level is below the Level_Threshold
  175. ###
  176. Hardcore:
  177. Death_Stat_Loss:
  178. Penalty_Percentage: 75.0
  179. Level_Threshold: 0
  180. Enabled:
  181. Acrobatics: false
  182. Alchemy: false
  183. Archery: false
  184. Axes: false
  185. Excavation: false
  186. Fishing: false
  187. Herbalism: false
  188. Mining: false
  189. Repair: false
  190. Swords: false
  191. Taming: false
  192. Unarmed: false
  193. Woodcutting: false
  194. Vampirism:
  195. Leech_Percentage: 5.0
  196. Level_Threshold: 0
  197. Enabled:
  198. Acrobatics: false
  199. Alchemy: false
  200. Archery: false
  201. Axes: false
  202. Excavation: false
  203. Fishing: false
  204. Herbalism: false
  205. Mining: false
  206. Repair: false
  207. Swords: false
  208. Taming: false
  209. Unarmed: false
  210. Woodcutting: false
  211.  
  212. #
  213. # Settings for SMP Mods
  214. ###
  215. Mods:
  216. Tool_Mods_Enabled: false
  217. Armor_Mods_Enabled: false
  218. Block_Mods_Enabled: false
  219. Entity_Mods_Enabled: false
  220.  
  221. #
  222. # Settings for mcMMO items
  223. ###
  224. Items:
  225. Chimaera_Wing:
  226. Enabled: true
  227. Cooldown: 240
  228. Warmup: 5
  229. RecentlyHurt_Cooldown: 60
  230. Prevent_Use_Underground: true
  231. # Attempt to use the bed spawn, if one is available
  232. Use_Bed_Spawn: true
  233. Use_Cost: 1
  234. Recipe_Cost: 5
  235. Item_Name: FEATHER
  236. Sound_Enabled: true
  237. Flux_Pickaxe:
  238. Sound_Enabled: true
  239.  
  240. #
  241. # Settings for Parties
  242. ###
  243. Party:
  244. # Enable Hurting other players in the same party
  245. FriendlyFire: false
  246. # Maximum size for a party, -1 for infinite
  247. MaxSize: -1
  248. # Amount of time (in hours) to wait between automatically kicking old party members
  249. # To only run at server start, set to 0
  250. # To never kick old users, set to -1
  251. AutoKick_Interval: 12
  252. # Any user who hasn't connected in this many days will get kicked from their party
  253. Old_Party_Member_Cutoff: 14
  254.  
  255. # Settings for party share modes
  256. Sharing:
  257. ExpShare_bonus_base: 1.1
  258. ExpShare_bonus_increase: 1.05
  259. ExpShare_bonus_cap: 1.5
  260. Range: 75.0
  261.  
  262. # Party members level up their party by earning individual experience
  263. # Newly created parties will not immediately have access to all the party features
  264. # and have to level up the party a bit before they can use them.
  265. Leveling:
  266. Level_Cap: 10
  267.  
  268. # Uses the regular XP formula but is multiplied by <amount of party members> + <Xp_Curve_Modifier>
  269. Xp_Curve_Modifier: 3
  270. Near_Members_Needed: false
  271. Inform_All_Party_Members_On_LevelUp: false
  272.  
  273. Chat_UnlockLevel: 1
  274. Teleport_UnlockLevel: 2
  275. Alliance_UnlockLevel: 5
  276. ItemShare_UnlockLevel: 8
  277. XpShare_UnlockLevel: 10
  278.  
  279. #
  280. # Settings for Abilities
  281. ###
  282. Abilities:
  283. Enabled: true
  284. Messages: true
  285. Activation:
  286. Only_Activate_When_Sneaking: false
  287. Cooldowns:
  288. Berserk: 240
  289. Blast_Mining: 60
  290. Giga_Drill_Breaker: 240
  291. Green_Terra: 240
  292. Serrated_Strikes: 240
  293. Skull_Splitter: 240
  294. Super_Breaker: 240
  295. Tree_Feller: 240
  296. Max_Seconds:
  297. Berserk: 0
  298. Blast_Mining: 0
  299. Giga_Drill_Breaker: 0
  300. Green_Terra: 0
  301. Serrated_Strikes: 0
  302. Skull_Splitter: 0
  303. Super_Breaker: 0
  304. Tree_Feller: 0
  305. Limits:
  306. Tree_Feller_Threshold: 500
  307. Tools:
  308. # Use more tool durability while using abilities. Set Durability_Loss to 0 to disable the extra durability damage.
  309. Durability_Loss: 1
  310.  
  311. #
  312. # Settings for Skills
  313. # Level cap of 0 for no limit
  314. ###
  315. Skills:
  316. Acrobatics:
  317. Enabled_For_PVP: true
  318. Enabled_For_PVE: true
  319. Prevent_Dodge_Lightning: false
  320. # Prevent earning Acrobatics XP a few seconds after teleporting
  321. XP_After_Teleport_Cooldown: 5
  322. Level_Cap: 0
  323. Alchemy:
  324. # Allow Hoppers to transfer ingredients and brew Rank 1 Alchemy potions
  325. Enabled_for_Hoppers: true
  326. # Prevent Hoppers from transferring ingredients into Brewing Stands
  327. Prevent_Hopper_Transfer_Ingredients: false
  328. # Prevent Hoppers from transferring bottles into Brewing Stands
  329. Prevent_Hopper_Transfer_Bottles: false
  330. Level_Cap: 0
  331. Archery:
  332. Enabled_For_PVP: true
  333. Enabled_For_PVE: true
  334. Level_Cap: 0
  335. Axes:
  336. Enabled_For_PVP: true
  337. Enabled_For_PVE: true
  338. Level_Cap: 0
  339. Ability_Activation_Level_Gate: 10
  340. Excavation:
  341. Level_Cap: 0
  342. Ability_Activation_Level_Gate: 10
  343. Fishing:
  344. Level_Cap: 0
  345. Drops_Enabled: true
  346. Override_Vanilla_Treasures: true
  347. # Always catch fish, even when treasure is found
  348. Extra_Fish: true
  349. Lure_Modifier: 4.0
  350. Herbalism:
  351. Level_Cap: 0
  352. Prevent_AFK_Leveling: true
  353. Mining:
  354. Level_Cap: 0
  355. Detonator_Name: FLINT_AND_STEEL
  356. Ability_Activation_Level_Gate: 10
  357. Repair:
  358. Level_Cap: 0
  359. Anvil_Messages: true
  360. Anvil_Placed_Sounds: true
  361. Anvil_Use_Sounds: true
  362. Anvil_Material: IRON_BLOCK
  363. # Ask for a confirmation when a player tries to repair an enchanted item
  364. Confirm_Required: true
  365. Salvage:
  366. Level_Cap: 0
  367. Anvil_Messages: true
  368. Anvil_Placed_Sounds: true
  369. Anvil_Use_Sounds: true
  370. Anvil_Material: GOLD_BLOCK
  371. # Ask for a confirmation when a player tries to salvage an enchanted item
  372. Confirm_Required: true
  373. Smelting:
  374. Level_Cap: 0
  375. Swords:
  376. Enabled_For_PVP: true
  377. Enabled_For_PVE: true
  378. Level_Cap: 0
  379. Ability_Activation_Level_Gate: 10
  380. Taming:
  381. Enabled_For_PVP: true
  382. Enabled_For_PVE: true
  383. Level_Cap: 0
  384. Call_Of_The_Wild:
  385. # Item_Material: Material of the item needed to summon the pet
  386. # Item_Amount: Amount of items required to summon the pet
  387. # Summon_Amount: Amount of pets to summon when using Call Of The Wild
  388. # Summon_Length: Pets despawn when their summon life length expires
  389. # Summon_Max_Amount: Maximum amount of pets that can be summoned at the same time
  390. Wolf:
  391. Item_Material: BONE
  392. Item_Amount: 10
  393. Summon_Amount: 1
  394. Summon_Length: 240
  395. Per_Player_Limit: 2
  396. Ocelot:
  397. Item_Material: COD
  398. Item_Amount: 10
  399. Summon_Amount: 1
  400. Summon_Length: 240
  401. Per_Player_Limit: 1
  402. Horse:
  403. Item_Material: APPLE
  404. Item_Amount: 10
  405. Summon_Amount: 1
  406. Summon_Length: 240
  407. Per_Player_Limit: 1
  408. Unarmed:
  409. Enabled_For_PVP: true
  410. Enabled_For_PVE: true
  411. Level_Cap: 0
  412. Ability_Activation_Level_Gate: 10
  413. Block_Cracker:
  414. SmoothBrick_To_CrackedBrick: true
  415. # When using Unarmed, picked up items will automatically get moved to a free slot instead of going in the slot
  416. # of your hand. Should item pickup be disabled when your entire inventory - except for your hand - is full?
  417. Item_Pickup_Disabled_Full_Inventory: true
  418. # Any attacks made without a tool, i.e. with one's open hand, a block, etc., will count as unarmed.
  419. Items_As_Unarmed: false
  420. Woodcutting:
  421. Tree_Feller_Sounds: true
  422. Level_Cap: 0
  423. Ability_Activation_Level_Gate: 10
  424.  
  425. #
  426. # Settings for Double Drops
  427. ###
  428. Bonus_Drops:
  429. Herbalism:
  430. Chorus_Fruit: true
  431. Chorus_Plant: true
  432. Beetroots: true
  433. Beetroot: true
  434. Brown_Mushroom: true
  435. Cactus: true
  436. Carrots: true
  437. Carrot: true
  438. Cocoa: true
  439. Cocoa_Beans: true
  440. Wheat: true
  441. Melon: true
  442. Melon_Slice: true
  443. Nether_Wart: true
  444. Potatoes: true
  445. Potato: true
  446. Pumpkin: true
  447. Red_Mushroom: true
  448. Sugar_Cane: true
  449. Vine: true
  450. Lily_Pad: true
  451. Red_Tulip: true
  452. White_Tulip: true
  453. Pink_Tulip: true
  454. Orange_Tulip: true
  455. Dandelion: true
  456. Poppy: true
  457. Blue_Orchid: true
  458. Allium: true
  459. Azure_Bluet: true
  460. Oxeye_Daisy: true
  461. Sunflower: true
  462. Lilac: true
  463. Rose_Bush: true
  464. Peony: true
  465. Lily_Of_The_Valley: true
  466. Mining:
  467. Andesite: true
  468. Diorite: true
  469. Granite: true
  470. Coal_Ore: true
  471. Coal: true
  472. Diamond_Ore: true
  473. Diamond: true
  474. Emerald_Ore: true
  475. Emerald: true
  476. End_Stone: true
  477. Glowstone: true
  478. Glowstone_Dust: true
  479. Gold_Ore: true
  480. Iron_Ore: true
  481. Iron_Ingot: true
  482. Lapis_Ore: true
  483. Lapis_Lazuli: true
  484. Mossy_Cobblestone: true
  485. Netherrack: true
  486. Obsidian: true
  487. Nether_Quartz_Ore: true
  488. Nether_Quartz: true
  489. Redstone_Ore: true
  490. Redstone: true
  491. Sandstone: true
  492. Stone: true
  493. Cobblestone: true
  494. Woodcutting:
  495. Acacia_Wood: true
  496. Acacia_Log: true
  497. Birch_Wood: true
  498. Birch_Log: true
  499. Dark_Oak_Wood: true
  500. Dark_Oak_Log: true
  501. Oak_Wood: true
  502. Oak_Log: true
  503. Jungle_Wood: true
  504. Jungle_Log: true
  505. Spruce_Wood: true
  506. Spruce_Log: true
  507.  
  508. #
  509. # Settings for commands
  510. ###
  511. Commands:
  512. Skills:
  513. # Turn this off to prevent mcMMO URL links from being sent
  514. URL_Links: true
  515. Generic:
  516. # If true, when using partial names in commands mcMMO will try to look for a match from
  517. # the offline players. Enabling this might slow the server down if there are a lot of offline players.
  518. Match_OfflinePlayers: false
  519. Database:
  520. # Database command cooldown in milliseconds, cannot be changed below the default value. (1750)
  521. # Prevents players from spamming /mctop or /mcrank
  522. Player_Cooldown: 1750
  523. mcmmo:
  524. Donate_Message: false
  525. inspect:
  526. Max_Distance: 30.0
  527. ptp:
  528. Cooldown: 120
  529. Warmup: 5
  530. RecentlyHurt_Cooldown: 60
  531. Accept_Required: true
  532. Request_Timeout: 300
  533. # If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
  534. # to teleport to, from, or within any given world.
  535. World_Based_Permissions: false
  536. partychat:
  537. Chat_Prefix_Format: '[[GREEN]]([[WHITE]]{0}[[GREEN]])'
  538. Use_Display_Names: true
  539. Chat_Prefix_Format_Ally: '[[GREEN]](A)[[RESET]]'
  540. adminchat:
  541. Chat_Prefix_Format: '[[YELLOW]][[[RED]]{0}[[YELLOW]]]'
  542. Use_Display_Names: true
  543.  
  544. #
  545. # Settings for particles
  546. ###
  547. Particles:
  548. # These settings determine if fireworks should get launched when a player activates/deactivates an ability
  549. Ability_Activation: true
  550. Ability_Deactivation: true
  551.  
  552. # Determines if the fireworks should be a large ball or a small one
  553. LargeFireworks: true
  554.  
  555. # Use particle effect when these abilities trigger
  556. Bleed: true
  557. Dodge: true
  558. Flux: true
  559. Greater_Impact: true
  560. Call_of_the_Wild: true
  561.  
  562. # These settings determine if fireworks should get launched when a player levels-up,
  563. # this will happen by default for every 100 levels.
  564. LevelUp_Enabled: true
  565. LevelUp_Tier: 100
  566. #
  567. # Settings for sounds
  568. ###
  569. Sounds:
  570. # This setting controls the master volume. 1.0 is Max, 0 would be off
  571. MasterVolume: 1.0
Advertisement
Add Comment
Please, Sign In to add comment