Advertisement
Guest User

Config

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