Skip to content

Commands & Permissions

Commands

Root command: /ecooking (alias /ec)

SubcommandParametersDescription
helpDisplay help information
reloadReload configuration, language, and recipe directories
inspect handInspect the CoreLib source identifier of the main-hand item

Command Examples

bash
# View help
/ecooking help

# Reload all configuration and recipes
/ecooking reload

# Inspect the source identifier of the held item
/ecooking inspect hand

Permissions

Admin Permissions

Permission NodeDescriptionDefault
emakicooking.useBasic usage permissiontrue
emakicooking.reloadReload configurationop
emakicooking.inspectInspect item sourceop
emakicooking.adminAdmin permission (includes all above)op

Station Permissions

Each station has independent usage permissions, broken down by specific operations:

Permission NodeDescriptionDefault
emakicooking.station.chopping_board.useUse chopping board (place/retrieve ingredients)true
emakicooking.station.chopping_board.cutCut on the chopping boardtrue
emakicooking.station.wok.useUse wok (place ingredients)true
emakicooking.station.wok.stirStirtrue
emakicooking.station.wok.serveServetrue
emakicooking.station.grinder.useUse grindertrue
emakicooking.station.steamer.useUse steamertrue

Tip

The emakicooking.admin permission bypasses all station permission checks. Recipe-level permissions are controlled separately through the permission field in recipe files.

Released under the GPL-3.0 License