Skip to content

Commands and Permissions

All EmakiForge commands are accessed through the root command /emakiforge (aliases /eforge, /ef).

Command List

CommandArgumentsDescriptionPermission
/ef helpDisplay help informationNone
/ef forge<recipeID>Open the forging interface for the specified recipeemakiforge.use
/ef bookOpen the recipe book interfaceemakiforge.book
/ef reloadReload all configuration and resource filesemakiforge.reload
/ef list recipeList all loaded recipesemakiforge.admin

Command Details

/ef forge <recipeID>

Opens the forging GUI for the specified recipe. Players need to place blueprints and materials into the corresponding slots, then click the confirm button to execute forging.

/ef book

Opens the recipe book interface, displaying all recipes the player has permission to view. Supports pagination browsing.

/ef reload

Reloads the following resources:

  • config.yml main configuration
  • lang/ language files
  • gui/ GUI configurations
  • recipes/ recipe files
  • blueprints/ blueprint files
  • materials/ material files

Permission Nodes

Permission NodeDescriptionDefault
emakiforge.useAllow using forging functionalitytrue
emakiforge.bookAllow opening the recipe booktrue
emakiforge.reloadAllow reloading configurationop
emakiforge.adminAdmin permission (includes list viewing, etc.)op

Tip

Recipe-level permissions can be configured individually in recipe files via the permission field, or more granular control can be achieved using type: permission conditions in conditions.

Released under the GPL-3.0 License