Commands & Permissions
All EmakiStrengthen commands are accessed through the root command /emakistrengthen (alias /estrengthen).
Command List
| Command | Parameters | Description | Permission |
|---|---|---|---|
/estrengthen help | — | Display help information | None |
/estrengthen open | [recipeID] | Open the enhancement GUI (optionally specify a recipe) | emakistrengthen.use |
/estrengthen reload | — | Reload all configuration and resource files | emakistrengthen.reload |
/estrengthen inspect | <player> | View the enhancement status of a player's held equipment | emakistrengthen.admin |
/estrengthen refresh | <player> | Refresh the enhancement layer display for all equipment in a player's inventory | emakistrengthen.admin |
/estrengthen setstar | <player> <star> | Set the star level of a player's held equipment | emakistrengthen.admin |
/estrengthen clearstate | <player> | Clear all enhancement data from a player's held equipment | emakistrengthen.admin |
/estrengthen clearcrack | <player> | Clear the crack state from a player's held equipment | emakistrengthen.admin |
/estrengthen givecatalyst | <player> <catalystID> [amount] | Give a player enhancement catalyst items | emakistrengthen.admin |
Command Details
/estrengthen open [recipeID]
Opens the enhancement GUI. If a recipe ID is specified, that recipe is used directly; otherwise, the recipe is automatically matched after placing equipment.
/estrengthen reload
Reloads the following resources:
config.ymlmain configurationlang/language filesgui/GUI configurationrecipes/recipe files
/estrengthen inspect <player>
Views detailed enhancement information for the specified player's held equipment, including:
- Current star level
- Temper level
- Crack level
- Cumulative success/failure count
- Recipe ID used
- Last enhancement time
/estrengthen setstar <player> <star>
Directly sets the equipment's star level. This command will:
- Update
current_starin PDC - Rebuild structured_presentation based on the target star level
- Re-write the stats and attributes for the corresponding star level
- Reset temper level to 0
/estrengthen clearstate <player>
Completely clears all enhancement data from the equipment, including star level, temper, crack, audit records, etc. The equipment will be restored to its un-enhanced state.
Note
The clearstate operation is irreversible. Please confirm the target is correct before executing.
/estrengthen clearcrack <player>
Only clears the equipment's crack state (crack_level reset to 0) without affecting star level or other data.
/estrengthen givecatalyst <player> <catalystID> [amount]
Gives the player the specified enhancement catalyst item. Catalysts can be enhancement stones, protection items, etc. The default amount is 1.
Permission Nodes
| Permission Node | Description | Default |
|---|---|---|
emakistrengthen.use | Allow use of enhancement features | true |
emakistrengthen.reload | Allow configuration reload | op |
emakistrengthen.admin | Admin permission (includes inspect, refresh, setstar, clearstate, clearcrack, givecatalyst) | op |
Tip
The emakistrengthen.admin permission includes access to all admin commands. For more granular permission control, you can configure individual sub-commands through a permissions plugin (such as LuckPerms).