Configuration

Configuration is split into multiple files for better organization:

configs/shared.lua

Core settings including debug mode, language, and progression.

  • Config.Language: Set the locale (default 'en').

  • Config.UseCommand: Enable/disable the /houserobberytablet command.

  • Config.Levels: Define XP thresholds and titles for the progression system.

configs/server.lua

Server-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

Discord webhook configuration for logging activities (Mission Start, Item Sell, House Entry, etc.).

Last updated