Configuration Guide
Quasar Admin Menu includes a wide range of customization options. Below are the most important configuration entries to ensure proper functionality:
Discord Integration
1
2
General Configuration
Entity & Environment Controls
Weather System Compatibility
Framework Detection
Quasar Admin Menu automatically detects your framework — QBCore or ESX — and configures itself accordingly.
On runtime:
If
qb-core
is running and exportsGetCoreObject
, the system initializes for QBCoreIf
es_extended
is detected via import orgetSharedObject
, it initializes for ESXIf none is detected, the asset will fall back to
'other'
mode with limited features
The detection log will confirm the selected framework during startup.
Last updated