Features
Main gameplay systems included in Prism Restaurant.
Cafe Admin
Cafe Admin is used to manage cafe data, staff, menu items, storages, orders, and local ped order settings.
Managers can only manage their own cafe. Admin permissions can access all cafes depending on the editable framework bridge.
Worker tablet
Workers open the cafe tablet with:
/cafe_tabletThe command requires the cafe_tablet item when Config.BusinessTablet.RequireItemForCommand = true.
The worker must also be inside the cafe zone. Using the tablet item follows the same zone rule.
Cashier access
Cashier target access can open the cafe tablet without requiring the cafe_tablet item.
This is intentional because the cashier target is treated as a trusted cafe access point.
Self-order kiosk
Self-order kiosks let customers place orders directly from a kiosk prop.
Public config controls normal gameplay values such as target distance, interaction distance, spawn distance, success reset delay, and owner release distance.
Internal prop, DUI, screen, and camera calibration are not public config.
Phone restaurant
Phone restaurant integration registers a restaurant app for supported phone systems.
The default supported provider is lb-phone. If lb-phone is not started or not detected, the app will not be registered.
Auto local ped orders
Auto Local Orders create NPC/local delivery-style orders for active cafes.
Orders are generated only when:
- the feature is enabled
- the cafe is open
- the cafe has a zone
- staff are inside the zone
- the cafe has available menu items
- active local orders are below the configured limit
Cooking
Cooking checks ingredients in this order:
- Player inventory
- Cafe ingredient storage or pantry
If the player has part of the recipe and storage has the rest, both are used. If the total is still not enough, cooking fails and the missing ingredients are returned to the UI.
Version checker
Prism Restaurant checks the public version manifest on resource start and prints update information in the server console.
Downloads still come from the CFX portal.