Skip to Content
Vip Shop⚙️ Configuration

Configuration

This script is incredibly easy to configure, it’s all done in-game and saves to your database in real-time. Below is settings we thought would be best configured via the config file.

You may edit this file to your desire /server/config.lua.

Config = Config or {} Config.Hotkey = 'F7' Config.PrintDebug = false Config.Blur = true Config.Webhook = { enabled = true, url = 'https://discord.com/api/webhooks/{guild_id}/{webhook_id}', -- Replace {guild_id} and {webhook_id} with the actual values } Config.Vehicle = { allowTestDrive = true, testDriveTime = 30, -- Time in seconds for test drive defaultGarage = 'pillboxgarage', -- Default garage where purchased vehicles spawn defaultFuel = 100, -- Default fuel level (0-100) } Config.Shop = {} Config.Shop.Label = 'VIP Shop' Config.Shop.CurrencySymbol = '$' -- $ or € or £ or ¥ Config.Watermark = true