配置文件在"~~~\config\eplus.cfg"。

# Configuration file

// 黑名单相关
blacklist {
    # A blacklist of enchantments that are not available in E+. Format is just enchantmentid. [default: [Ljava.lang.String;@42084411]
    S:blacklistedEnchantments <
     >

    # A blacklist of items that can't be enchanted with this mod. Format is itemid#meta [default: [Ljava.lang.String;@39d0e26c]
    S:blacklistedItems <
     >
}


general {

    // 用于附魔的基本成本
    # The base cost to use for the enchantment formula.  [range: 1 ~ 1024, default: 45]
    I:baseCost=45
    
    // 计算附魔成本时使用的数字。0.30=原始成本的30%。1.5=原始成本的150%。
    # A number used when calculated enchantment cost. This number is treated as a % based factor. 0.30 = 30% of the original cost. 1.5 = 150% of the original cost. [range: 0.0 ~ 1024.0, default: 1.0]
    S:costFactor=1.0

    // 祛除诅咒附魔需要的经验倍数。默认情况下高出3倍。
    # A factor used to make curse enchantments like vanishing cost more to apply. By default they cost 3X more. [range: 0.0 ~ 1024.0, default: 3.0]
    S:curseFactor=3.0

    //一个书架所能给予的能量。
    # The amount of enchantment power a floating book should give. Bookshelfs have 1 power. [range: 0.0 ~ 1024.0, default: 1.0]
    S:floatingBookPower=1.0

    // 宝藏魔法(如经验修补)附魔成本更高的倍数。默认情况下高出4倍。
    # A factor used to make treasure enchantments like mending cost more to apply. By default they cost 4X more. [range: 0.0 ~ 1024.0, default: 4.0]
    S:treasureFactor=2.0
}