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

⌨️Commands & Permissions

Main command: /enchantmentreform Aliases: /er, /enchants

Enchantment catalogue

/enchantmentreform gui

Opens the configured enchantment catalogue.

Permission:

enchantmentreform.gui

The permission defaults to all players.

Custom attribute catalogue

/enchantmentreform attributegui

Shows the player's custom-attribute base values, final values, ranges, and modifiers.

Permission: enchantmentreform.attributegui (all players).

Manage custom attributes

/enchantmentreform setattribute <player> <attribute> <value>
/enchantmentreform addattribute <player> <attribute> <delta>
/enchantmentreform addattributemodifier <player> <attribute> <modifier-id> <amount> <operation>
/enchantmentreform setattributemodifier <player> <attribute> <modifier-id> <amount> <operation>

The first two commands change the base value. Modifier operations are ADD_VALUE, ADD_MULTIPLIED_BASE, and ADD_MULTIPLIED_TOTAL. All four management permissions default to operators and use the command name after enchantmentreform..

Reload runtime files

Reloads runtime-safe configuration, language, menu, and power state handled by the current implementation.

Permission:

The permission defaults to operators.

Generate ItemFormat

Converts the item in the player's main hand to ItemFormat and writes it to plugins/EnchantmentReform/generated-item-format.yml. Running the command again overwrites that file.

Permission:

The permission defaults to operators, and the command must be run by a player.

Bypass permissions

Permission
Purpose
Default

enchantmentreform.bypass.protection

Allows supported block abilities to bypass protection-plugin checks.

OP

enchantmentreform.bypass.economy

Bypasses supported economy/item costs such as cost_price.

OP

Examples

The console may run reload; the GUI command requires a player.

Last updated