Skip to main content

Shop Settings

Market behavior, UI, interaction, and admin settings

This section

Shop Settings

Global shop behavior, UI configuration, interaction system, and admin permission settings.

General Settings

OptionDefaultDescription
Config.serverLogoDiscord CDN URLServer logo displayed in the shop UI
Config.maxCount500Maximum item count per item in the basket
Config.ProfileImageType"steam"Profile image source ("steam" or "discord")
Config.DefaultImageURLDefault profile image fallback
Config.DiscordBotToken"xxxxxxxxxx"Discord bot token (only when using discord profile)

Interaction Settings

OptionDefaultDescription
Config.InteractionScripts"none"Interaction mode
Config.InteractionDistance10.0Distance to interact with shop
Config.InteractionKey38Key to interact (38 = E)
Config.StreamingDistance50.0Only check shops within this distance

Available interaction modes: "none" (built-in E key), "qb-target", "ox-target"

Default Blip Settings

OptionDefaultDescription
Config.Market.DefaultBlip.enabledtrueEnable blips by default
Config.Market.DefaultBlip.sprite52Blip sprite ID
Config.Market.DefaultBlip.color2Blip color ID
Config.Market.DefaultBlip.scale0.8Blip scale
Config.Market.DefaultBlip.shortRangetrueShow blip only when nearby

Default Ped Settings

OptionDefaultDescription
Config.Market.DefaultPed.model"mp_m_shopkeep_01"Default ped model
Config.Market.DefaultPed.scenario"WORLD_HUMAN_STAND_MOBILE"Default ped animation
Config.Market.DefaultPed.enabletrueEnable ped by default

Purchase Settings

OptionDefaultDescription
Config.Market.Purchase.requireInventorySpacetrueCheck inventory space before purchase
Config.Market.Purchase.allowPartialPurchasefalseAllow purchase even if some items fail
Config.Market.Purchase.closeUIOnPurchasetrueClose UI after successful purchase

Price Settings

OptionDefaultDescription
Config.Market.Price.allowDiscountsfalseEnable discount system
Config.Market.Price.taxRate0.0Tax rate (0.1 = 10%)

UI Settings

OptionDefaultDescription
Config.Market.UI.currencySymbol"$"Currency symbol
Config.Market.UI.currencyFormat"USD"Currency format
Config.Market.UI.showStockCounttrueShow stock count on item cards
Config.Market.UI.showItemDescriptiontrueShow item descriptions
Config.Market.UI.enableSearchtrueEnable search functionality
Config.Market.UI.enableCategoriestrueEnable category filtering

Debug Settings

OptionDefaultDescription
Config.DebugfalseMaster debug toggle
Config.DebugMode.enabledfalseEnable granular debug categories
Config.DebugMode.showFrameworkfalseFramework detection debug
Config.DebugMode.showInventoryfalseInventory detection debug
Config.DebugMode.showSQLfalseSQL operations debug
Config.DebugMode.showMarketfalseMarket operations debug
Config.DebugMode.showProductfalseProduct operations debug
Config.DebugMode.showCategoryfalseCategory operations debug
Config.DebugMode.showPurchasefalsePurchase operations debug
Config.DebugMode.showStockfalseStock management debug
Config.DebugMode.showInteractionfalseInteraction debug
Config.DebugMode.showMoneyfalseMoney operations debug
Config.DebugMode.showAdminfalseAdmin operations debug
Config.DebugMode.showDatabasefalseDatabase operations debug
Config.DebugMode.showNUIfalseNUI callback debug
Config.DebugMode.showSyncfalseSynchronization debug