Configuration
Configuration is split into multiple files for better organization:
configs/shared.lua
configs/shared.luaCore settings including debug mode, language, and progression.
Config.Language: Set the locale (default 'en').
Config.UseCommand: Enable/disable the
/houserobberytabletcommand.Config.Levels: Define XP thresholds and titles for the progression system.
configs/server.lua
configs/server.luaServer-side settings for locations, loot, and prices.
Config.Houses: List of house coordinates available for robbery.
Config.Loot: Define loot tables, chances, and quantities.
Config.SellPrices: Set the sell price for stolen items at the fence.
Config.FencePed: Coordinates and model for the item buyer.
Config.MissionStartPed: (Optional) Ped configuration if not using the tablet command.
Config.RequiredPolice: Minimum police online to start a mission.
configs/logs.lua
configs/logs.luaDiscord webhook configuration for logging activities (Mission Start, Item Sell, House Entry, etc.).
Last updated