๐Ÿ”Envi Restaurants

Full restaurant simulation with cooking, menus, employees, hygiene, and inspections


Prerequisites

circle-info
  • A working FiveM Server

  • Basic understanding of FiveM server setup and resource management

  • Followed the FIRST STEPS (READ FIRST) guide

  • An up-to-date version of ox_lib

  • envi-bridge

  • envi-cooking-props

  • envi-zone-tool


What this adds

Envi-Restaurants is a full restaurant simulation.

Core systems include:

  • 8 kitchen station types

  • 5-stage cooking visuals

  • 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

Install

1

Review the basics

Read Compatibility and FIRST STEPS (READ FIRST) first.

2

Start the required resources

Start these before envi-restaurants:

  • ox_lib

  • envi-bridge

  • envi-cooking-props

  • envi-zone-tool

3

Register the packaged items

The database tables are created automatically.

You still need to add the packaged inventory items for your framework.

4

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/shared.lua

  • config/ingredients.lua

  • config/food_categories.lua

  • config/cups.lua

  • config/stations/*.lua

  • config/furniture_store.lua

  • config/localworkers.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:

  1. ox_lib

  2. envi-bridge

  3. envi-computer

  4. envi-restaurants

What it adds:

  • payroll tools

  • 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

For developers

Use the resource exports instead of internal events.

Core exports include restaurant balance, ledger, furniture, menu, stats, hygiene, pests, and inspection helpers.

Last updated