本教程中使用该颜色注释

文件路径:config/oreexcavation.cfg


# Configuration file


general {

    # Allow players to use shape mining [default: true]

    #允许玩家更改挖掘形状    建议开启

    B:"Allow Shapes"=true


    # Allows the undo command to overwrite replacables like fluids [default: true]

    #不清楚,应该是用指令撤销操作

    B:"Allow Undo Replacables"=true


    # Use alternate check for tool validity (e.g. swords on webs) [default: false]

    #交替检测工具是否有效,不大友善    建议关闭

    B:"Alt Tools"=false


    # Skips spawning drops in world adding them directly to your inventory [default: false]

    #挖掘的物品直接进入玩家背包    建议开启

    B:"Auto Pickup"=false


    # Blocks blacklisted from being excavated [default: ]

    #黑名单,列入黑名单的方块将不会被连锁

    S:"Block Blacklist" <

     >


    # Amount of exaustion per block excavated [range: 0.0 ~ 3.4028235E38, default: 0.1]

    #挖掘一个方块消耗的饱食度,为零则不会消耗    依据个人需求设置

    S:Exaustion=0.1


    # Experience cost per block excavated [range: 0 ~ 2147483647, default: 0]

    #挖掘一个方块消耗的经验值    依据个人需求设置

    I:Experience=0


    # The default game stage required to unlock excavations (requires gamestages to be installed) [default: ]

    #若安装了Game Stage模组,则使连锁功能需要到达指定Stage才能解锁

    S:"Game Stage"=


    # Ignores whether or not the held tool is valid [default: false]

    #忽略工具是否有效,为true则空手可连锁挖掘不掉落物品的方块    建议关闭

    B:"Ignore Tool"=false


    # Inverts the block blacklist to function as a whitelist [default: false]

    #将方块黑名单转换为白名单

    B:"Invert Block Blacklist"=false


    # Inverts the tool blacklist to function as a whitelist [default: false]

    #将工具黑名单转换为白名单

    B:"Invert Tool Blacklist"=false


    # The maximum number of blocks that can be excavated at once [range: 1 ~ 2147483647, default: 128]

    #一次性可挖掘的最大方块数,最大值为2147483647    依据个人需求设置

    I:Limit=128


    # How many excavations should be kept in undo history (may lead to exploits or instability) [range: 0 ~ 2147483647, default: 3]

    #可撤销的步数,多了容易崩溃    依据个人需求设置

    I:"Max Undos"=3


    # Excavation mode (-1 Disabled, 0 = Keybind, 1 = Sneak, 2 = Always) [range: -1 ~ 2, default: 0]

    #挖掘模式,-1禁用连锁,0按下热键连锁,1按下热键不连锁,2总是连锁    依据个人需求设置

    I:Mode=0


    # Allows players to cancel excavation by releasing the keys [default: true]

    #允许玩家放开热键停止连锁    建议开启

    B:"Must Hold"=true


    # Limit excavation to standard tool types (Picks, Shoves, Axes & Shears) [default: false]

    #挖掘工具限制为原版工具    建议关闭

    B:"Only Standard Types"=false


    # Allow excavation with an open hand [default: true]

    #空手连锁,关闭则空手不连锁    建议开启

    B:"Open Hand"=true


    # How far from the origin an excavation can travel [range: 1 ~ 2147483647, default: 16]

    #挖掘范围    依据个人需求设置

    I:Range=16


    # The default game stage required to unlock shape mining (requires gamestages to be installed) [default: ]

    #若安装了Game Stage模组,则需要到达指定Stage才能更改连锁范围

    S:"Shape Stage"=


    # How many blocks per tick can be excavated [range: 1 ~ 2147483647, default: 64]

    #一tick挖掘的方块数量    依据个人需求设置

    I:Speed=64


    # Temporarily reduces excavation speed if TPS begins to slow down [default: true]

    #当帧数降低时,降低挖掘速度    建议开启

    B:"TPS Guard"=true


    # Tools blacklisted from excavating [default: ]

    #工具黑名单    依据个人需求添加

    S:"Tool Blacklist" <

     >


    # Use the side of the block hit to determine shape mining direction [default: true]

    #挖掘形状受挖掘方块的面影响    建议开启

    B:"Use Side Hit"=true

}