Framework & Database
Auto-detection settings for framework and database driver.
Framework
| Option | Default | Description |
|---|---|---|
Config.Framework | "auto" | Framework detection mode |
Available values: "esx", "qb", "qbox", "standalone", "auto"
Database
| Option | Default | Description |
|---|---|---|
Config.Database | "auto" | Database driver selection |
Available values: "oxmysql", "mysql-async", "ghmattimysql", "auto"
Permissions
Admin Groups
Groups with full admin access (approve/reject events, manage categories and creators):
lua
Config.AdminGroups = {
["superadmin"] = true,
["admin"] = true,
["god"] = true,
}
Creator Groups
Groups that can create events (in addition to database-registered creators):
lua
Config.CreatorGroups = {
["creator"] = true,
["event_creator"] = true,
}
