Advertisement
Guest User

Untitled

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