๐Envi Restaurants
Full restaurant simulation with cooking, menus, employees, hygiene, and inspections
Envi-Restaurants is a full restaurant simulation.
Core systems include:
storage and delivery stashes
employee permissions and management
menu pricing and customer ordering
furniture ordering and placement
pot cooking with recipe discovery
hygiene, pests, and inspections
Start the required resources
Start these before envi-restaurants:
Register the packaged items
The database tables are created automatically.
You still need to add the packaged inventory items for your framework.
Restart and create your first restaurant
Use /restaurantsadmin after the resource is running.
Use Quick Start for the first full setup flow.
Where you edit things
Most server owners will work in:
config/food_categories.lua
config/furniture_store.lua
modules_editable/**/*.lua
Use Configuration Info for the important config blocks.
Docs in this section
Troubleshooting
Station flow problems usually come from station config or job restrictions.
Missing props usually means envi-cooking-props is not started correctly.
Placement issues usually mean envi-zone-tool or permissions are not ready.
Optional boss computer add-on
If you use the boss computer add-on, start it after:
What it adds:
funds and transaction logs
management apps through Envi-Computer
Common checks:
if the boss UI is blank, check the packaged web/build/ files
if balances look wrong, check the base restaurant data flow first
use documented lifecycle exports when syncing restaurant data from other resources
Use the resource exports instead of internal events.
Core exports include restaurant balance, ledger, furniture, menu, stats, hygiene, pests, and inspection helpers.