Skip to content

Commands & Permissions

All EmakiStrengthen commands are accessed through the root command /emakistrengthen (alias /estrengthen).

Command List

CommandParametersDescriptionPermission
/estrengthen helpDisplay help informationNone
/estrengthen open[recipeID]Open the enhancement GUI (optionally specify a recipe)emakistrengthen.use
/estrengthen reloadReload all configuration and resource filesemakistrengthen.reload
/estrengthen inspect<player>View the enhancement status of a player's held equipmentemakistrengthen.admin
/estrengthen refresh<player>Refresh the enhancement layer display for all equipment in a player's inventoryemakistrengthen.admin
/estrengthen setstar<player> <star>Set the star level of a player's held equipmentemakistrengthen.admin
/estrengthen clearstate<player>Clear all enhancement data from a player's held equipmentemakistrengthen.admin
/estrengthen clearcrack<player>Clear the crack state from a player's held equipmentemakistrengthen.admin
/estrengthen givecatalyst<player> <catalystID> [amount]Give a player enhancement catalyst itemsemakistrengthen.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.yml main configuration
  • lang/ language files
  • gui/ GUI configuration
  • recipes/ 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_star in 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 NodeDescriptionDefault
emakistrengthen.useAllow use of enhancement featurestrue
emakistrengthen.reloadAllow configuration reloadop
emakistrengthen.adminAdmin 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).

Released under the GPL-3.0 License