Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.42 KB | None | 0 0
  1. #
  2. # mcMMO configuration
  3. # Last updated on 2.1.101-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: true
  16. Locale: en_US
  17. AprilFoolsEvent: true
  18. MOTD_Enabled: true
  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: false
  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: false
  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: false
  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. Database:
  150. User_Name: UserName
  151. User_Password: UserPassword
  152. Name: DataBaseName
  153. TablePrefix: mcmmo_
  154. # This setting is the max simultaneous mysql connections allowed at a time, needs to be
  155. # high enough to support multiple player logins in quick succession
  156. MaxConnections:
  157. Misc: 30
  158. Load: 30
  159. Save: 30
  160. # This setting is the max size of the pool of cached connections that we hold available
  161. # at any given time
  162. MaxPoolSize:
  163. Misc: 10
  164. Load: 20
  165. Save: 20
  166. Server:
  167. SSL: true
  168. Port: 3306
  169. Address: localhost
  170.  
  171. #
  172. # Settings for Hardcore mode
  173. # Players will not lose stats when their level is below the Level_Threshold
  174. ###
  175. Hardcore:
  176. Death_Stat_Loss:
  177. Penalty_Percentage: 75.0
  178. Level_Threshold: 0
  179. Enabled:
  180. Acrobatics: false
  181. Alchemy: false
  182. Archery: false
  183. Axes: false
  184. Excavation: false
  185. Fishing: false
  186. Herbalism: false
  187. Mining: false
  188. Repair: false
  189. Swords: false
  190. Taming: false
  191. Unarmed: false
  192. Woodcutting: false
  193. Vampirism:
  194. Leech_Percentage: 5.0
  195. Level_Threshold: 0
  196. Enabled:
  197. Acrobatics: false
  198. Alchemy: false
  199. Archery: false
  200. Axes: false
  201. Excavation: false
  202. Fishing: false
  203. Herbalism: false
  204. Mining: false
  205. Repair: false
  206. Swords: false
  207. Taming: false
  208. Unarmed: false
  209. Woodcutting: false
  210.  
  211. #
  212. # Settings for SMP Mods
  213. ###
  214. Mods:
  215. Tool_Mods_Enabled: false
  216. Armor_Mods_Enabled: false
  217. Block_Mods_Enabled: false
  218. Entity_Mods_Enabled: false
  219.  
  220. #
  221. # Settings for mcMMO items
  222. ###
  223. Items:
  224. Chimaera_Wing:
  225. Enabled: true
  226. Cooldown: 240
  227. Warmup: 5
  228. RecentlyHurt_Cooldown: 60
  229. Prevent_Use_Underground: true
  230. # Attempt to use the bed spawn, if one is available
  231. Use_Bed_Spawn: true
  232. Use_Cost: 1
  233. Recipe_Cost: 5
  234. Item_Name: FEATHER
  235. Sound_Enabled: true
  236. Flux_Pickaxe:
  237. Sound_Enabled: true
  238.  
  239. #
  240. # Settings for Parties
  241. ###
  242. Party:
  243. # Enable Hurting other players in the same party
  244. FriendlyFire: false
  245. # Maximum size for a party, -1 for infinite
  246. MaxSize: -1
  247. # Amount of time (in hours) to wait between automatically kicking old party members
  248. # To only run at server start, set to 0
  249. # To never kick old users, set to -1
  250. AutoKick_Interval: 12
  251. # Any user who hasn't connected in this many days will get kicked from their party
  252. Old_Party_Member_Cutoff: 7
  253.  
  254. # Settings for party share modes
  255. Sharing:
  256. ExpShare_bonus_base: 1.1
  257. ExpShare_bonus_increase: 1.05
  258. ExpShare_bonus_cap: 1.5
  259. Range: 75.0
  260.  
  261. # Party members level up their party by earning individual experience
  262. # Newly created parties will not immediately have access to all the party features
  263. # and have to level up the party a bit before they can use them.
  264. Leveling:
  265. Level_Cap: 10
  266.  
  267. # Uses the regular XP formula but is multiplied by <amount of party members> + <Xp_Curve_Modifier>
  268. Xp_Curve_Modifier: 3
  269. Near_Members_Needed: false
  270. Inform_All_Party_Members_On_LevelUp: false
  271.  
  272. Chat_UnlockLevel: 1
  273. Teleport_UnlockLevel: 2
  274. Alliance_UnlockLevel: 5
  275. ItemShare_UnlockLevel: 8
  276. XpShare_UnlockLevel: 10
  277.  
  278. #
  279. # Settings for Abilities
  280. ###
  281. Abilities:
  282. Enabled: true
  283. Messages: true
  284. Activation:
  285. Only_Activate_When_Sneaking: false
  286. Cooldowns:
  287. Berserk: 240
  288. Blast_Mining: 60
  289. Giga_Drill_Breaker: 240
  290. Green_Terra: 240
  291. Serrated_Strikes: 240
  292. Skull_Splitter: 240
  293. Super_Breaker: 240
  294. Tree_Feller: 240
  295. Max_Seconds:
  296. Berserk: 0
  297. Blast_Mining: 0
  298. Giga_Drill_Breaker: 0
  299. Green_Terra: 0
  300. Serrated_Strikes: 0
  301. Skull_Splitter: 0
  302. Super_Breaker: 0
  303. Tree_Feller: 0
  304. Limits:
  305. Tree_Feller_Threshold: 500
  306. Tools:
  307. # Use more tool durability while using abilities. Set Durability_Loss to 0 to disable the extra durability damage.
  308. Durability_Loss: 1
  309.  
  310. #
  311. # Settings for Skills
  312. # Level cap of 0 for no limit
  313. ###
  314. Skills:
  315. Acrobatics:
  316. Enabled_For_PVP: true
  317. Enabled_For_PVE: true
  318. Prevent_Dodge_Lightning: false
  319. # Prevent earning Acrobatics XP a few seconds after teleporting
  320. XP_After_Teleport_Cooldown: 5
  321. Level_Cap: 0
  322. Alchemy:
  323. # Allow Hoppers to transfer ingredients and brew Rank 1 Alchemy potions
  324. Enabled_for_Hoppers: true
  325. # Prevent Hoppers from transferring ingredients into Brewing Stands
  326. Prevent_Hopper_Transfer_Ingredients: false
  327. # Prevent Hoppers from transferring bottles into Brewing Stands
  328. Prevent_Hopper_Transfer_Bottles: false
  329. Level_Cap: 0
  330. Archery:
  331. Enabled_For_PVP: true
  332. Enabled_For_PVE: true
  333. Level_Cap: 0
  334. Axes:
  335. Enabled_For_PVP: true
  336. Enabled_For_PVE: true
  337. Level_Cap: 0
  338. Ability_Activation_Level_Gate: 10
  339. Excavation:
  340. Level_Cap: 0
  341. Ability_Activation_Level_Gate: 10
  342. Fishing:
  343. Level_Cap: 0
  344. Drops_Enabled: true
  345. Override_Vanilla_Treasures: true
  346. # Always catch fish, even when treasure is found
  347. Extra_Fish: false
  348. Lure_Modifier: 4.0
  349. Herbalism:
  350. Level_Cap: 0
  351. Prevent_AFK_Leveling: true
  352. Mining:
  353. Level_Cap: 0
  354. Detonator_Name: FLINT_AND_STEEL
  355. Ability_Activation_Level_Gate: 10
  356. Repair:
  357. Level_Cap: 0
  358. Anvil_Messages: true
  359. Anvil_Placed_Sounds: true
  360. Anvil_Use_Sounds: true
  361. Anvil_Material: IRON_BLOCK
  362. # Ask for a confirmation when a player tries to repair an enchanted item
  363. Confirm_Required: true
  364. Salvage:
  365. Level_Cap: 0
  366. Anvil_Messages: true
  367. Anvil_Placed_Sounds: true
  368. Anvil_Use_Sounds: true
  369. Anvil_Material: GOLD_BLOCK
  370. # Ask for a confirmation when a player tries to salvage an enchanted item
  371. Confirm_Required: true
  372. Smelting:
  373. Level_Cap: 0
  374. Swords:
  375. Enabled_For_PVP: true
  376. Enabled_For_PVE: true
  377. Level_Cap: 0
  378. Ability_Activation_Level_Gate: 10
  379. Taming:
  380. Enabled_For_PVP: true
  381. Enabled_For_PVE: true
  382. Level_Cap: 0
  383. Call_Of_The_Wild:
  384. # Item_Material: Material of the item needed to summon the pet
  385. # Item_Amount: Amount of items required to summon the pet
  386. # Summon_Amount: Amount of pets to summon when using Call Of The Wild
  387. # Summon_Length: Pets despawn when their summon life length expires
  388. # Summon_Max_Amount: Maximum amount of pets that can be summoned at the same time
  389. Wolf:
  390. Item_Material: BONE
  391. Item_Amount: 10
  392. Summon_Amount: 1
  393. Summon_Length: 240
  394. Per_Player_Limit: 2
  395. Ocelot:
  396. Item_Material: COD
  397. Item_Amount: 10
  398. Summon_Amount: 1
  399. Summon_Length: 240
  400. Per_Player_Limit: 1
  401. Horse:
  402. Item_Material: APPLE
  403. Item_Amount: 10
  404. Summon_Amount: 1
  405. Summon_Length: 240
  406. Per_Player_Limit: 1
  407. Unarmed:
  408. Enabled_For_PVP: true
  409. Enabled_For_PVE: true
  410. Level_Cap: 0
  411. Ability_Activation_Level_Gate: 10
  412. Block_Cracker:
  413. SmoothBrick_To_CrackedBrick: true
  414. # When using Unarmed, picked up items will automatically get moved to a free slot instead of going in the slot
  415. # of your hand. Should item pickup be disabled when your entire inventory - except for your hand - is full?
  416. Item_Pickup_Disabled_Full_Inventory: true
  417. # Any attacks made without a tool, i.e. with one's open hand, a block, etc., will count as unarmed.
  418. Items_As_Unarmed: false
  419. Woodcutting:
  420. Tree_Feller_Sounds: true
  421. Level_Cap: 0
  422. Ability_Activation_Level_Gate: 10
  423.  
  424. #
  425. # Settings for Double Drops
  426. ###
  427. Bonus_Drops:
  428. Herbalism:
  429. Chorus_Fruit: true
  430. Chorus_Plant: true
  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