本篇教程由作者设定未经允许禁止转载。

配置文件地址:config/weaponmaster-common.toml

此教程为1.20.1,其他版本不确定是否可用

//#常用配置设置
#Common config settings
//[常见]
[common]
//#武器的最高级别。
#Max level of weapons.
//#范围:>1
#Range: > 1
//最大级别=10
maxLevel = 10
//#死亡时武器是否仍在背包中。
#Should weapons remain in inventory on death.
//是
keepOnDeath = true

~~~~~~~~~~~~~~~~~~~~剑-类-武-器~~~~~~~~~~~~~~~~~~~~

//基础伤害。
#Base Damage of sword weapons.
//#范围:>1
#Range: > 1
剑伤害最小值=7
swordDamageMin = 7
//最大伤害。
#Max Damage of sword weapons.
//#范围:>1
#Range: > 1
//最大伤害=16
swordDamageMax = 16
//基础攻击速度。
#Base Attack Speed of sword weapons.
//#范围:0.0~1.7976931348623157E308
#Range: 0.0 ~ 1.7976931348623157E308
//基础攻速=1.6
swordSpeedMin = 1.6
//最大攻击速度。
#Max Attack Speed of sword weapons.
//#范围:0.0~1.7976931348623157E308
#Range: 0.0 ~ 1.7976931348623157E308
//最大攻击速度=3.0
swordSpeedMax = 3.0
//基础耐久度。
#Base Durability of sword weapons.
//#范围:>1
#Range: > 1
//基础耐久度=250
swordDurabilityMin = 250
//#最大耐久度
#Max Durability of sword weapons.
//#范围:>1
#Range: > 1
//最大耐久度=2000
swordDurabilityMax = 2000

~~~~~~~~~~~~~~~~~~~~西-洋-剑~~~~~~~~~~~~~~~~~~~~

//基础伤害。
#Base Damage of rapier weapons.
#范围:>1
#Range: > 1
//基础伤害。=7
rapierDamageMin = 7
//最大伤害
#Max Damage of rapier weapons.
//#范围:>1
#Range: > 1
//最大伤害=16
rapierDamageMax = 16
//基础攻击速度
#Base Attack Speed of rapier weapons.
//#范围:0.0~1.7976931348623157E308
#Range: 0.0 ~ 1.7976931348623157E308
//基础攻击速度=1.8
rapierSpeedMin = 1.8
//最大攻击速度
#Max Attack Speed of rapier weapons.
//#范围:0.0~1.7976931348623157E308
#Range: 0.0 ~ 1.7976931348623157E308
//最大攻击速度=4.0
rapierSpeedMax = 4.0
//#基础耐久度
#Base Durability of rapier weapons.
//#范围:>1
#Range: > 1
//基础耐久度=300
rapierDurabilityMin = 300
//最大耐久度
#Max Durability of rapier weapons.
//#范围:>1
#Range: > 1
//最大耐久度=2500
rapierDurabilityMax = 2500

~~~~~~~~~~~~~~~~~~~~镰-刀-武-器~~~~~~~~~~~~~~~~~~~~

//基础伤害
#Base Damage of scythe weapons.
//#范围:>1
#Range: > 1
//基础伤害
scytheDamageMin = 9
#Max Damage of scythe weapons.
//#范围:>1
#Range: > 1
//最大伤害
scytheDamageMax = 22
//基础攻击速度
#Base Attack Speed of scythe weapons.
//#范围:0.0~1.7976931348623157E308
#Range: 0.0 ~ 1.7976931348623157E308
//基础攻击速度=0.8
scytheSpeedMin = 0.8
//最大攻击速度
#Max Attack Speed of scythe weapons.
//#范围:0.0~1.7976931348623157E308
#Range: 0.0 ~ 1.7976931348623157E308
//最大攻击速度=1.6
scytheSpeedMax = 1.6
//基础耐久度
#Base Durability of scythe weapons.
//#范围:>1
#Range: > 1
//基础耐久度=250
scytheDurabilityMin = 250
//最大耐久度
#Max Durability of scythe weapons.
//#范围:>1
#Range: > 1
//最大耐久度=2000
scytheDurabilityMax = 2000

~~~~~~~~~~~~~~~~~~~~长-柄-武-器~~~~~~~~~~~~~~~~~~~~

//#基地伤害。
#Base Damage of polearm weapons.
//#范围:>1
#Range: > 1
//基础伤害
polearmDamageMin = 9
//最大伤害
#Max Damage of polearm weapons.
//#范围:>1
#Range: > 1
//最大伤害=28
polearmDamageMax = 28
//基础攻击速度。
#Base Attack Speed of polearm weapons.
//#范围:0.0~1.7976931348623157E308
#Range: 0.0 ~ 1.7976931348623157E308
//极臂速度最小=0.8
polearmSpeedMin = 0.8
//最大攻击速度
#Max Attack Speed of polearm weapons.
//#范围:0.0~1.7976931348623157E308
#Range: 0.0 ~ 1.7976931348623157E308
//最大攻击速度=1.6
polearmSpeedMax = 1.6
//基础耐久度
#Base Durability of polearm weapons.
//#范围:>1
#Range: > 1
//基础耐久度=300
polearmDurabilityMin = 300
//最大耐久度
#Max Durability of polearm weapons.
//#范围:>1
#Range: > 1
//最大耐久度=2500
polearmDurabilityMax = 2500