For the complete documentation index, see llms.txt. This page is also available as Markdown.

⌨️命令与权限

主命令:/enchantmentreform 别名:/er/enchants

附魔图鉴

/enchantmentreform gui

打开配置的附魔图鉴。

权限:

enchantmentreform.gui

此权限默认授予所有玩家。

自定义属性图鉴

/enchantmentreform attributegui

显示玩家的自定义属性基础值、最终值、范围和 modifier。

权限:enchantmentreform.attributegui(所有玩家)。

管理自定义属性

/enchantmentreform setattribute <玩家> <属性> <值>
/enchantmentreform addattribute <玩家> <属性> <增量>
/enchantmentreform addattributemodifier <玩家> <属性> <modifier-id> <amount> <operation>
/enchantmentreform setattributemodifier <玩家> <属性> <modifier-id> <amount> <operation>

前两个指令修改基础值。Modifier operation 包括 ADD_VALUEADD_MULTIPLIED_BASEADD_MULTIPLIED_TOTAL。四个管理权限都默认授予服务器管理员,权限节点为 enchantmentreform. 加对应指令名。

重载运行时文件

重载当前实现中可在运行时安全更新的配置、语言、菜单和能力状态。

权限:

此权限默认授予服务器管理员。

生成 ItemFormat

把玩家主手物品转换为 ItemFormat,并写入 plugins/EnchantmentReform/generated-item-format.yml。再次执行该指令会覆盖此文件。

权限:

此权限默认授予服务器管理员,并且指令必须由玩家执行。

绕过权限

权限
用途
默认值

enchantmentreform.bypass.protection

允许受支持的方块能力绕过保护插件检查。

OP

enchantmentreform.bypass.economy

绕过 cost_price 等受支持的经济或物品费用。

OP

示例

控制台可以执行 reload;GUI 命令必须由玩家执行。

最后更新于