注意:1.12配置文件在.minecraft/config/hardcorequesting.cfg - # 配置文件
- general {
- # 是否允许每一位组员都能获得奖励.当玩家加入一个队伍后,如果任务完成,在true模式下每一位玩家都能获得一次奖励.为false时,只允许其中一位玩家获得奖励
- B:"All in party get rewards"=true
- # 是否允许玩家在进入世界时获得任务书
- B:"Enable spawn with book"=false
- # 是否允许玩家在死亡后保留任务书
- B:"Lose quest book upon death"=true
- # Use this to specify NBT tags that should be ignored when comparing items with NBT subset
- S:"NBT Subset Tags to Filter" <
- RepairCost
- >
- ##########################################################################################################
- # hardcore settings
- #--------------------------------------------------------------------------------------------------------#
- # Settings related to hardcore mode
- ##########################################################################################################
- "hardcore settings" {
- # 玩家开始游戏时有多少条命 最少1条命 最多256条命
- I:"Default lives"=3
- # 是否开启红心腐烂计时
- B:"Enable rot timer"=false
- # 红心腐烂的时间(单位s) 最少1(s) 最多2147483647(s)
- I:"Heart Rot Timer in Seconds"=120
- # 玩家可获得额外生命的最大值 最少0 最多256
- I:"Maximum lives obtainable"=20
- }
- ##########################################################################################################
- # server start settings
- #--------------------------------------------------------------------------------------------------------#
- # Settings related to server start & modes
- ##########################################################################################################
- "server start settings" {
- # If set to true, new worlds will automatically activate Hardcore mode
- B:"Auto-start hardcore mode"=false
- # 是否自动激活任务模式
- B:"Auto-start questing mode"=true
- # 是否允许将请求从服务器发送到与其连接的所有客户端
- B:"Enable server sync"=false
- }
- ##########################################################################################################
- # 奖励设置
- #--------------------------------------------------------------------------------------------------------#
- # 与奖励袋和奖励袋等级相关的设置
- ##########################################################################################################
- "loot settings" {
- # Always display the tier name, instead of the individual bag's name, when opening a reward bag.
- B:"Always use tier name for reward titles"=false
- # Set to true to display an interface with the contents of the reward bag when you open it.
- B:"Display reward interface"=true
- }
- ##########################################################################################################
- # 界面设置
- #--------------------------------------------------------------------------------------------------------#
- # 与界面相关的设置
- ##########################################################################################################
- "interface settings" {
- ##########################################################################################################
- # quest set colours
- #--------------------------------------------------------------------------------------------------------#
- # Colour settings for quest set rendering
- ##########################################################################################################
- "quest set colours" {
- # 使用HTML格式,例如: #ffffff
- S:"Set is complete, unselected"=#10a010
- # 使用HTML格式,例如: #ffffff
- S:"Set is completed, selected"=#40bb40
- # 使用HTML格式,例如: #ffffff
- S:"Set is currently disabled"=#dddddd
- # 使用HTML格式,例如: #ffffff
- S:"Set is incomplete, selected"=#aaaaaa
- # 使用HTML格式,例如: #ffffff
- S:"Set is incomplete, unselected"=#666666
- }
- ##########################################################################################################
- # quest colours
- #--------------------------------------------------------------------------------------------------------#
- # Colour settings for quests
- ##########################################################################################################
- "quest colours" {
- # Use the HTML format with alpha, e.g: #55FFFFFF
- S:"Quest is available"=#554286f4
- # Use the HTML format with alpha, e.g.: #55FFFFFF
- S:"Quest is completed and not repeatable"=#FFFFFFFF
- # Use the HTML format with alpha, e.g.: #55FFFFFF
- S:"Quest is completed but repeatable"=#FFFFFFCC
- # Use the HTML format with alpha, e.g.: #55FFFFFF
- S:"Quest is not accessible"=#FF888888
- # Set to true to disable the default colour pulse and use the colour specified above
- B:"Use single colour for available quest"=false
- }
- }
- ##########################################################################################################
- # message settings
- #--------------------------------------------------------------------------------------------------------#
- # Settings related to messages sent from the server
- ##########################################################################################################
- "message settings" {
- # Set to false to prevent the 'use /hqm op instead' message when operators use '/hqm edit' instead.
- B:"Enable OP command reminder"=true
- # Set to true to enable sending a status message if Hardcore Questing mode is off
- B:"Enable hardcore mode status message"=false
- }
- ##########################################################################################################
- # editing settings
- #--------------------------------------------------------------------------------------------------------#
- # Settings related to edit mode
- ##########################################################################################################
- "editing settings" {
- # Set to true to automatically enable edit mode when entering worlds in single-player. Has no effect in multiplayer.
- B:"Enable edit mode by default"=false
- # Hotkeys used in the book, one entry per line(Format: [key]:[mode]
- S:Hotkeys <
- D:delete
- N:create
- M:move
- INSERT:create
- R:rename
- DELETE:delete
- SPACE:normal
- S:swap
- S:swap_select
- >
- # Set to true to save work-in-progress quests in the default folder of the configuration
- B:"Save quests in default folder"=true
- }
- }
复制代码
|