Commands and Permissions
The main command of EmakiForge is /emakiforge, with /eforge and /ef as aliases. Commands open the forge GUI, open the recipe book, list recipes, reload configuration, and print debug information.
The root command requires emakiforge.use (default true). Additional subcommand permissions are listed below.
| Command | Permission | Description |
|---|---|---|
/ef help | Root permission only | Show command help. Running the root command with no arguments also shows help. |
/ef forge | Root permission only | Open the forge GUI. Players only. |
/ef book | emakiforge.book or emakiforge.admin | Open the recipe book. Players only. |
/ef list recipe | emakiforge.admin | List loaded recipes with display names. recipes is also accepted, but tab completion only suggests recipe. |
/ef reload | emakiforge.reload or emakiforge.admin | Reload config, language, GUI templates, and recipes. |
/ef debug stats | emakiforge.debug or emakiforge.admin | Print runtime metrics and the recipe load report (status is equivalent). |
/ef debug <player|module|...> | emakiforge.debug or emakiforge.admin | Delegate to the CoreLib debug command. |
Available debug submodules: recipe, forge, gui, script, pdc.
Permissions
| Permission | Default | Description |
|---|---|---|
emakiforge.use | true | Allows use of the root command and forge GUI. |
emakiforge.book | true | Allows opening the recipe book. |
emakiforge.reload | op | Allows reloading configuration. |
emakiforge.debug | op | Allows debug output. |
emakiforge.admin | op | Allows administrative operations. |