config.yml 16 KB

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