Integrations
Supported frameworks, inventories, garages, and where to change them.
Use electus_admin/config/config.lua for the integration switches.
| Integration | Supported values | Change it here |
|---|---|---|
| Framework | auto, esx, qb, qbx | Config.Framework |
| Inventory | auto, esx, ox_inventory, qs-inventory, core_inventory, qb-inventory, codem_inventory | Config.Inventory |
| Garage | auto, esx_garage, qb-garages, jg-advancedgarages, cd_garage, op-garages | Config.Garage |
Adapter files
| Area | Files |
|---|---|
| Framework logic | electus_admin/client/frameworks/* and electus_admin/server/frameworks/* |
| Inventory logic | electus_admin/server/inventories/* |
| Garage logic | electus_admin/server/garages/* |
| Auto-detection | electus_admin/shared/auto_config.lua |
auto tries to detect the running framework, inventory, or garage resource. If detection does not match your server, set the value manually in config/config.lua.