- #
- # mcMMO configuration
- # Last updated on 2.1.125-b${BUILD_NUMBER}
- # 汉化: Fu_Meng
- # 部分内容并非直译,根据我的使用经验,翻译为更容易理解的中文说明
- # 部分原版没有注释的内容添加注释
- #####
- #
- # mcMMO 的一般设置
- ###
- General:
- # 启用该选项,mcMMO的升级比例使用1-1000的等级模式
- # 启用此模式后,配置中的技能等级要求,技能等级加成等所有内容需求X10
- # 此项设置纯粹是外观上的变化,保留了mcMMO旧版的机制。
- # 简单来说就是 开了技能效果慢需要到1000级 关了要100级。
- RetroMode:
- Enabled: true
- # 语言文件
- Locale: en_US
- # 愚人节活动
- AprilFoolsEvent: true
- # MOTD信息 - 直白点就是玩家进服时,mcMMO版本以及mcMMO多倍经验事件的提示
- MOTD_Enabled: true
- # 活动公告
- EventBroadcasts: true
- EventInfoOnPlayerJoin: true
- AdminNotifications: true
- # 成功加载个人数据后向玩家发送信息
- Show_Profile_Loaded: false
- # 保存玩家数据的时间间隔(时间单位:分钟)
- Save_Interval: 10
- # 是否允许mcMMO匿名传输基本的使用情况
- Stats_Tracking: true
- # 是否允许mcMMO检查版本更新
- Update_Check: true
- Prefer_Beta: false
- Power_Level_Cap: 0
- # 如果你降低技能的最高等级上限,mcMMO是否应截断等级
- TruncateSkills: true
- # mcMMO是否应输出调试信息?
- Verbose_Logging: false
- # mcMMO在更新时应覆盖配置以更新,还是制作以 .new 结尾的新配置?
- Config_Update_Overwrite: true
- # 升级时播放声音
- LevelUp_Sounds: true
- # This should fix blocks being broken client side, but not server-side.
- # Enable to refresh the chunks around a player at the end of Super Breaker,
- # Giga Drill Breaker, and Berserk. Resource intensive for larger servers.
- Refresh_Chunks: false
- #
- # mcMMO记分板设置
- ###
- Scoreboard:
- # 设置为true启用计分板
- UseScoreboards: false
- # 在名字下方显示玩家的技能等级?
- Power_Level_Tags: false
- # 是否允许玩家使用 "/mcscoreboard keep" 命令保持记分板常驻
- Allow_Keep: true
- # 登陆后自动提示 /mcstats scoreboard
- Show_Stats_After_Login: false
- # 展示 5 次记分板提示. 仅在每个登陆会话中提示1次提示.
- # 设置为0,不再显示提示.
- Tips_Amount: 5
- # 在计分板上添加更多颜色 :-)
- Rainbows: false
- # 显示技能名?
- Ability_Names: true
- # 各种计分板的设置
- # Print: 命令输出是否在聊天栏中显示?
- # Board: 命令输出是否在记分板侧栏中显示?
- # Display_Time: 清楚前在侧栏中显示的时间(单位:秒).
- # 若需要永久显示,请使用 "/mcscoreboard keep" 或设置时间为 -1
- Types:
- # /mcrank 的设置
- # 各种类型的子设置 (Print, Board, Display_Time) 都一样.
- Rank:
- Print: false
- Board: true
- Display_Time: 15
- # /mctop 的设置
- Top:
- Print: true
- Board: true
- Display_Time: 15
- # /mcstats 的设置
- Stats:
- Print: false
- Board: true
- Display_Time: 15
- # /inspect 的设置
- Inspect:
- Print: false
- Board: true
- Display_Time: 20
- # /mccooldown 的设置
- Cooldown:
- Print: true
- Board: true
- Display_Time: 41
- # /<技能名> 的设置 (e.g. /mining, /unarmed,使用中文可使用/剑术,/挖矿)
- # 这类没有 "print" 设置; 该信息只能在聊天栏中显示.
- # 这种显示方式非常酷.
- Skill:
- Board: true
- Display_Time: 30
- # 玩家升级时应显示计分板吗?持续多长时间?
- # 建议不要将 LevelUp_Time 设置为-1 这可能会使玩家感到困惑.
- LevelUp_Board: true
- LevelUp_Time: 5
- Mob_Healthbar:
- # Enabled: 是否启用该功能
- # Display_Type: 玩家或生物生命栏显示类型,可用类型 - HEARTS, BAR, DISABLED
- # Display_Time: 显示时间(单位:秒). 若需要永久显示, 设置为 -1
- Enabled: true
- Display_Type: HEARTS
- Display_Time: 3
- Database_Purging:
- # 数据库清除的时间间隔(单位:小时)
- # 若要仅在服务器启动时运行, 设置为 0
- # 若不需要运行,设置为 -1
- Purge_Interval: -1
- # 多长时间为连接服务器的用户数据将从数据库中删除数据(单位:月)
- # 若不删除旧用户,设置为 -1
- Old_User_Cutoff: 6
- #
- # 备份设置
- # 允许mcMMO在卸载时为配置文件和数据文件创建zip备份
- ###
- Backups:
- Enabled: true
- Keep:
- Last_24_Hours: true
- Daily_Last_Week: true
- Weekly_Past_Months: true
- #
- # 使用MySQL数据库的设置
- ###
- MySQL:
- Enabled: false
- Debug: false
- Database:
- User_Name: UserName
- User_Password: UserPassword
- Name: DataBaseName
- TablePrefix: mcmmo_
- # 此设置时一次连接mysql的最大同时连接数,
- # 需要足够高以支持快速连续的多个玩家登陆
- MaxConnections:
- Misc: 30
- Load: 30
- Save: 30
- # 此设置时在任何给定时间保持可用的缓存连接池的
- # 最大大小
- MaxPoolSize:
- Misc: 10
- Load: 20
- Save: 20
- Server:
- SSL: true
- Port: 3306
- Address: localhost
- #
- # 硬核模式设置
- # 玩家的等级低于 Level_Threshold 时不会损失等级
- ###
- Hardcore:
- Death_Stat_Loss:
- Penalty_Percentage: 75.0
- Level_Threshold: 0
- Enabled:
- Acrobatics: false
- Alchemy: false
- Archery: false
- Axes: false
- Excavation: false
- Fishing: false
- Herbalism: false
- Mining: false
- Repair: false
- Swords: false
- Taming: false
- Unarmed: false
- Woodcutting: false
- Vampirism:
- Leech_Percentage: 5.0
- Level_Threshold: 0
- Enabled:
- Acrobatics: false
- Alchemy: false
- Archery: false
- Axes: false
- Excavation: false
- Fishing: false
- Herbalism: false
- Mining: false
- Repair: false
- Swords: false
- Taming: false
- Unarmed: false
- Woodcutting: false
- #
- # SMP 模式设置
- ###
- Mods:
- Tool_Mods_Enabled: false
- Armor_Mods_Enabled: false
- Block_Mods_Enabled: false
- Entity_Mods_Enabled: false
- #
- # mcMMO 物品设置
- ###
- Items:
- Chimaera_Wing:
- Enabled: true
- Cooldown: 240
- Warmup: 5
- RecentlyHurt_Cooldown: 60
- Prevent_Use_Underground: true
- # Attempt to use the bed spawn, if one is available
- Use_Bed_Spawn: true
- Use_Cost: 1
- Recipe_Cost: 5
- Item_Name: FEATHER
- Sound_Enabled: true
- Flux_Pickaxe:
- Sound_Enabled: true
- #
- # 队伍设置
- ###
- Party:
- # 启用队友伤害
- FriendlyFire: false
- # 队伍最大人数,无限设置为-1
- MaxSize: -1
- # 自动踢出旧队伍成员的时间(单位:小时)
- # 仅在服务器启动时运行, 设置为 0
- # 不运行, 设置为 -1
- AutoKick_Interval: 12
- # 多少天为连接的用户将被提示队伍
- Old_Party_Member_Cutoff: 7
- # 队伍共享模式设置
- Sharing:
- ExpShare_bonus_base: 1.1
- ExpShare_bonus_increase: 1.05
- ExpShare_bonus_cap: 1.5
- Range: 75.0
- # 队员通过累计个人经验来提升队伍等级
- # 新创建的队伍不能立即使用队伍的所有功能
- # 必须升级队伍,才能使用全部功能.
- Leveling:
- Level_Cap: 10
- # 使用常规XP公式 但会乘以 <队伍成员人数> + <Xp_Curve_Modifier>
- Xp_Curve_Modifier: 3
- Near_Members_Needed: false
- Inform_All_Party_Members_On_LevelUp: false
- Chat_UnlockLevel: 1
- Teleport_UnlockLevel: 2
- Alliance_UnlockLevel: 5
- ItemShare_UnlockLevel: 8
- XpShare_UnlockLevel: 10
- #
- # 技能设置
- ###
- Abilities:
- Enabled: true
- Messages: true
- Activation:
- Only_Activate_When_Sneaking: false
- Cooldowns:
- Berserk: 240
- Blast_Mining: 60
- Giga_Drill_Breaker: 240
- Green_Terra: 240
- Serrated_Strikes: 240
- Skull_Splitter: 240
- Super_Breaker: 240
- Tree_Feller: 240
- Max_Seconds:
- Berserk: 0
- Blast_Mining: 0
- Giga_Drill_Breaker: 0
- Green_Terra: 0
- Serrated_Strikes: 0
- Skull_Splitter: 0
- Super_Breaker: 0
- Tree_Feller: 0
- Limits:
- Tree_Feller_Threshold: 500
- Tools:
- # 在发动能力时将损耗更多的工具耐久值. 设置 Durability_Loss 为0 以禁用额外的耐久值损耗.
- Durability_Loss: 1
- #
- # 技能设置
- # 等级上限(Level_Cap)设置为 0 为无限
- ###
- Skills:
- Acrobatics:
- Enabled_For_PVP: true
- Enabled_For_PVE: true
- Prevent_Dodge_Lightning: false
- # 防止玩家在传送后多久内无法获取杂技经验
- XP_After_Teleport_Cooldown: 5
- Level_Cap: 0
- Alchemy:
- # 允许漏斗转移材料并酿造 Rank 1 炼金术技能药水
- Enabled_for_Hoppers: true
- # 防止漏斗将材料转移到酿造台内
- Prevent_Hopper_Transfer_Ingredients: false
- # 防止漏斗将玻璃瓶转移到酿造台内
- Prevent_Hopper_Transfer_Bottles: false
- Level_Cap: 0
- Archery:
- Enabled_For_PVP: true
- Enabled_For_PVE: true
- Level_Cap: 0
- Axes:
- Enabled_For_PVP: true
- Enabled_For_PVE: true
- Level_Cap: 0
- Ability_Activation_Level_Gate: 10
- Excavation:
- Level_Cap: 0
- Ability_Activation_Level_Gate: 10
- Fishing:
- Level_Cap: 0
- Drops_Enabled: true
- Override_Vanilla_Treasures: true
- # 即使发现宝藏,也一定钓到鱼
- Extra_Fish: false
- Lure_Modifier: 4.0
- Herbalism:
- Level_Cap: 0
- Prevent_AFK_Leveling: true
- Mining:
- Level_Cap: 0
- Detonator_Name: FLINT_AND_STEEL
- Ability_Activation_Level_Gate: 10
- Repair:
- Level_Cap: 0
- Anvil_Messages: true
- Anvil_Placed_Sounds: true
- Anvil_Use_Sounds: true
- Anvil_Material: IRON_BLOCK
- # 当玩家试图修复附魔物品时,发送确认提示
- Confirm_Required: true
- Salvage:
- Level_Cap: 0
- Anvil_Messages: true
- Anvil_Placed_Sounds: true
- Anvil_Use_Sounds: true
- Anvil_Material: GOLD_BLOCK
- # 当玩家分解附魔物品时,发送确认提示
- Confirm_Required: true
- Smelting:
- Level_Cap: 0
- Swords:
- Enabled_For_PVP: true
- Enabled_For_PVE: true
- Level_Cap: 0
- Ability_Activation_Level_Gate: 10
- Taming:
- Enabled_For_PVP: true
- Enabled_For_PVE: true
- Level_Cap: 0
- Call_Of_The_Wild:
- # Item_Material: 召唤宠物所需要的材料
- # Item_Amount: 召唤宠物所需要的物品数量
- # Summon_Amount: 使用“野性呼唤”时需要召唤的宠物数量
- # Summon_Length: 当召唤的宠物寿命耗尽时,宠物将自动消失
- # Summon_Max_Amount: 可同时召唤的宠物数量上限
- Wolf:
- Item_Material: BONE
- Item_Amount: 10
- Summon_Amount: 1
- Summon_Length: 240
- Per_Player_Limit: 2
- Ocelot:
- Item_Material: COD
- Item_Amount: 10
- Summon_Amount: 1
- Summon_Length: 240
- Per_Player_Limit: 1
- Horse:
- Item_Material: APPLE
- Item_Amount: 10
- Summon_Amount: 1
- Summon_Length: 240
- Per_Player_Limit: 1
- Unarmed:
- Enabled_For_PVP: true
- Enabled_For_PVE: true
- Level_Cap: 0
- Ability_Activation_Level_Gate: 10
- Block_Cracker:
- SmoothBrick_To_CrackedBrick: true
- # 使用“格斗”技能时, 拾取的物品将自动移至可用的槽,而不是移入你手中
- # 当你的除了手以外的整个背包都已满,是否禁用该功能?
- Item_Pickup_Disabled_Full_Inventory: true
- # 在没有工具的情况下,即,使用空手、方块、物品等进行攻击时,都被视为“格斗”技能.
- Items_As_Unarmed: false
- Woodcutting:
- Tree_Feller_Sounds: true
- Level_Cap: 0
- Ability_Activation_Level_Gate: 10
- #
- # 双倍掉落设置
- ###
- Bonus_Drops:
- Herbalism:
- Bamboo_Sapling: true
- Crimson_Fungus: true
- Warped_Fungus: true
- Chorus_Fruit: true
- Chorus_Plant: true
- Beetroots: true
- Beetroot: true
- Brown_Mushroom: true
- Cactus: true
- Carrots: true
- Carrot: true
- Cocoa: true
- Cocoa_Beans: true
- Wheat: true
- Melon: true
- Melon_Slice: true
- Nether_Wart: true
- Potatoes: true
- Potato: true
- Pumpkin: true
- Red_Mushroom: true
- Sugar_Cane: true
- Vine: true
- Lily_Pad: true
- Red_Tulip: true
- White_Tulip: true
- Pink_Tulip: true
- Orange_Tulip: true
- Dandelion: true
- Poppy: true
- Blue_Orchid: true
- Allium: true
- Azure_Bluet: true
- Oxeye_Daisy: true
- Sunflower: true
- Lilac: true
- Rose_Bush: true
- Peony: true
- Lily_Of_The_Valley: true
- Mining:
- Warped_Nylium: true
- Crimson_Nylium: true
- Ancient_Debris: true
- Netherite_Scrap: true
- Andesite: true
- Diorite: true
- Granite: true
- Coal_Ore: true
- Coal: true
- Diamond_Ore: true
- Diamond: true
- Emerald_Ore: true
- Emerald: true
- End_Stone: true
- Glowstone: true
- Glowstone_Dust: true
- Gold_Ore: true
- Gold_Nugget: true
- Iron_Ore: true
- Iron_Ingot: true
- Lapis_Ore: true
- Lapis_Lazuli: true
- Mossy_Cobblestone: true
- Netherrack: true
- Obsidian: true
- Nether_Quartz_Ore: true
- Nether_Quartz: true
- Redstone_Ore: true
- Redstone: true
- Sandstone: true
- Stone: true
- Cobblestone: true
- Woodcutting:
- Shroomlight: true
- Crimson_Stem: true
- Warped_Stem: true
- Crimson_Roots: true
- Warped_Roots: true
- Acacia_Wood: true
- Acacia_Log: true
- Birch_Wood: true
- Birch_Log: true
- Dark_Oak_Wood: true
- Dark_Oak_Log: true
- Oak_Wood: true
- Oak_Log: true
- Jungle_Wood: true
- Jungle_Log: true
- Spruce_Wood: true
- Spruce_Log: true
- #
- # 命令设置
- ###
- Commands:
- Skills:
- # 关闭此选项可阻止 mcMMO 发送 URL 连接,就是技能下面的WIKI之类的东西
- URL_Links: true
- Generic:
- # 设置为 true, 则在命令使用中含有玩家名字时,mcMMO将尝试从离弦的玩家中查找匹配项
- # 如果有很多的离线玩家,启用此项降降低服务器的速度.
- Match_OfflinePlayers: false
- Database:
- # 数据库相关命令冷却时间(单位:毫秒), 不能低于默认的值. (1750)
- # 以防止玩家发送垃圾信息 比如 /mctop 或 /mcrank
- Player_Cooldown: 1750
- mcmmo:
- Donate_Message: true
- inspect:
- Max_Distance: 30.0
- ptp:
- Cooldown: 120
- Warmup: 5
- RecentlyHurt_Cooldown: 60
- Accept_Required: true
- Request_Timeout: 300
- # 如果设置为 true,则要求玩家具有 mcmmo.commands.ptp.world.[世界名] 权限
- # 才能在任意给定的世界使用传送相关.
- World_Based_Permissions: false
- partychat:
- Chat_Prefix_Format: '[[GREEN]]([[WHITE]]{0}[[GREEN]])'
- Use_Display_Names: true
- Chat_Prefix_Format_Ally: '[[GREEN]](A)[[RESET]]'
- adminchat:
- Chat_Prefix_Format: '[[AQUA]][[[WHITE]]{0}[[AQUA]]]'
- Use_Display_Names: true
- #
- # 粒子效果设置
- ###
- Particles:
- # 这些设置玩家激活/结束能力时是否释放烟花
- Ability_Activation: false
- Ability_Deactivation: false
- # 设置烟花时大球型还是小球型
- LargeFireworks: true
- # 当这些能力触发时使用粒子效果
- Bleed: true
- Dodge: true
- Flux: true
- Greater_Impact: true
- Call_of_the_Wild: true
- # 在玩家升级时是或否释放烟花,
- # 默认情况下每 100 等级释放一次.
- LevelUp_Enabled: true
- LevelUp_Tier: 100
- #
- # 声音设置
- ###
- Sounds:
- # 控制声音音量. 1.0 为最大值, 0 为关闭
- MasterVolume: 1.0
-
复制代码 |