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 #
| Command | Syntax | Permission | Default | Description |
|---|---|---|---|---|
/stations | /stations (alias /workstations) | stations. | true | Hub GUI with all stations |
/workbench | /workbench (alias /craft, /wb) | util. | true | Crafting table |
/anvil | /anvil | util. | true | Anvil |
/smithingtable | /smithingtable (alias /smithing) | stations. | true | Smithing table |
/loom | /loom | stations. | true | Loom |
/stonecutter | /stonecutter | stations. | true | Stonecutter |
/cartographytable | /cartographytable (alias /cartography) | stations. | true | Cartography table |
/grindstone | /grindstone | stations. | true | Grindstone |
/enchantingtable | /enchantingtable (alias /enchant, /enchanting) | stations. | true | Enchanting table |
Additional permissions #
| Permission | Default | Description |
|---|---|---|
stations. | true | Workbench button in the hub GUI |
stations. | true | Anvil button in the hub GUI |
Note: Buttons in the hub GUI are disabled when their permission is missing. /workbench and /anvil check util./util. as standalone commands, but stations./stations. 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: trueComplete example config #
YAML
enabled: true
stations:
enabled: true