CoreEngineWIKI
ESC
NavigateEnter OpenESC Close

Stations

Virtual workstations without a block nearby: individually per command or collected in the /stations hub GUI. All interfaces work identically to their physical block version.

Commands #

CommandSyntaxPermissionDefaultDescription
/stations/stations (alias /workstations)stations.usetrueHub GUI with all stations
/workbench/workbench (alias /craft, /wb)util.workbenchtrueCrafting table
/anvil/anvilutil.anviltrueAnvil
/smithingtable/smithingtable (alias /smithing)stations.smithingtrueSmithing table
/loom/loomstations.loomtrueLoom
/stonecutter/stonecutterstations.stonecuttertrueStonecutter
/cartographytable/cartographytable (alias /cartography)stations.cartographytrueCartography table
/grindstone/grindstonestations.grindstonetrueGrindstone
/enchantingtable/enchantingtable (alias /enchant, /enchanting)stations.enchantingtrueEnchanting table

Additional permissions #

PermissionDefaultDescription
stations.workbenchtrueWorkbench button in the hub GUI
stations.anviltrueAnvil button in the hub GUI
ℹ️

Note: Buttons in the hub GUI are disabled when their permission is missing. /workbench and /anvil check util.workbench/util.anvil as standalone commands, but stations.workbench/stations.anvil inside the hub GUI, independently of each other.

💡

Tip: Since all permissions default to true, block individual stations by actively revoking the permission via LuckPerms.

Configuration (modules/stations.yml) #

YAML
# Enables or disables the stations module with all commands and the hub GUI.
enabled: true

stations:
  # Second, equivalent switch; kept when disabling.
  enabled: true

Complete example config #

YAML
enabled: true

stations:
  enabled: true