barsConfig

circle-info

Here your find our Config Preview

Configuration

All configuration is done through files in the shared/ directory. The system uses two main configuration files.

Configuration Files

File
Purpose
Editable

shared/config.lua

Main system settings

✅ Yes

shared/locale.lua

Language and text customization

✅ Yes

circle-exclamation

Basic Settings

Access Controls

Configure how players access the coin shop:

Config.Keybind = {
    enabled = true,           -- Enable/disable keybind
    key = "F10",             -- Key to open shop
    mapper = "keyboard"       -- Input type
}

Config.Command = 'coinshop'   -- Chat command to open shop

Notification System

ESX Notification

QBCore Notification

Mythic Notify Integration

Database Configuration

ESX Configuration

QBCore Configuration

Hourly Rewards

Configure automatic coin distribution:

VIP System

Configure VIP memberships:

VIP Packages

Configure VIP packages available for purchase:

Tebex Integration

Configure coin packages for real money purchases:

circle-info

The tebexCommand should match the command you set up in your Tebex store for each package.

Voting System

Configure server voting rewards:

Vehicle Configuration

Rental Vehicles

Configure vehicles available for 7-day rental:

Purchase Vehicles

Configure vehicles available for permanent purchase:

Item Shop Configuration

Configure items available for purchase:

Mystery Cases Configuration

Configure lootbox cases:

Case Reward Types

Type
Description
Example

coin

Gives coins to player

{ type = 'coin', item = 'Cue Coins', count = 50 }

item

Gives inventory item

{ type = 'item', item = 'lockpick', count = 3 }

car

Gives vehicle

{ type = 'car', item = 't20', count = 1 }

Money Conversion Packs

Configure coin-to-cash conversion:

Test Drive System

Configure vehicle test drives:

Image Path Configuration

Configure how the system loads item and vehicle images:

ox_inventory Integration

QBCore Inventory Integration

Animation Settings

Configure case opening animations:

Localization

Configure language and currency settings in shared/locale.lua:

Configuration Examples

High Economy Server

Roleplay Focused Server

circle-check
circle-info

Framework Detection: The system automatically detects whether you're using ESX or QBCore and adapts the configuration accordingly.

Last updated