Configuration

⚙️ Configuration

All configuration options are located in config.lua.

Framework Settings

Config.Framework = "auto"

Options:

  • "auto" - Automatically detect framework (recommended)

  • "esx" - Force ESX framework

  • "qb" - Force QB-Core framework

  • "qbox" - Force QBox framework

  • "standalone" - Use standalone mode (lb-phone only)

App Settings

Config.DefaultApp = false

Description: Whether the app should be automatically installed for new players.

Config.Name = "Clubby"

Description: Display name of the app in LB Phone.

Debug Settings

Description: Enable debug logging. When true, detailed logs will be printed to the console.

Room Settings

Description: Maximum number of members allowed in a single room.

Recommendations:

  • 8-12 - Optimal for voice chat experience (recommended: 12)

  • 15-20 - Works for larger discussions but may impact performance

Locale Settings

Description: Default language locale for the app.

Available Locales:

  • "en" - English

  • "es" - Spanish

Additional locales can be added by creating new JSON files in the locales/ directory.

Last updated