protection保护
fire_protection火焰保护
blast_protection爆炸保护
projectile_protection弹射物保护
feather_falling摔落缓冲
respiration水下呼吸
aqua_affinity水下速掘
thorns荆棘
depth_strider深海探索者
frost_walker冰霜行者
binding_curse绑定诅咒
soul_speed灵魂疾行
swift_sneak迅捷潜行
sharpness锋利
smite亡灵杀手
bane_of_arthropods节肢杀手
knockback击退
fire_aspect火焰附加
looting抢夺
sweeping横扫之刃
power力量
punch冲击
flame火矢
infinity无限
multishot多重射击
quick_charge快速装填
piercing穿透
impaling穿刺
riptide激流
loyalty忠诚
channeling引雷
efficiency效率
silk_touch精准采集
unbreaking耐久
fortune时运
mending经验修补
vanishing_curse消失诅咒
luck_of_the_sea海之眷顾
lure诱饵
density致密
breach破甲
wind_burst风爆
/enchant <玩家> <英文ID> [等级]
示例:/enchant @s sharpness 5(给手持物品附魔锋利V)
/give <玩家> <物品> 1 0 {ench:[{id:<ID>,lvl:<等级>}]}
示例:/give @s diamond_sword 1 0 {ench:[{id:"sharpness",lvl:10}]}(获得一把锋利X的钻石剑)
/give <玩家> <物品> 1 0 {ench:[{id:"<附魔ID1>",lvl:<等级1>},{id:"<附魔ID2>",lvl:<等级2>},...]}
示例:钻石剑 + 锋利V + 抢夺III + 耐久III
/give @s diamond_sword 1 0 {ench:[{id:"sharpness",lvl:5},{id:"looting",lvl:3},{id:"unbreaking",lvl:3}]}
附魔ID必须用英文双引号括起来("sharpness")
多个附魔之间用逗号分隔
最后一个附魔后面不加逗号
等级可以超过原版上限(如 lvl:100),但实际效果有软上限
下一期出可定位结构的 ID(即 /locate structure 命令中使用的 ID)
下期见喵~