FAQ
Shop will not open
- Ensure
lumix_bridge,ox_lib, andox_inventoryare started - Check NPC
Config.NPC.enabledor enable/coinshop/ keybind - Look for client errors if
OpenShopfails after bridge init
Empty catalog / bundles
- First run should seed defaults — restart
lumix_coinshoponce - Open
/coinadmin→ Catalog / Bundles and confirm rows exist - Check MySQL connection (
oxmysql)
Wrong language or brand color
Set them in lumix_bridge /lbridge → Theme. Coinshop follows bridge appearance.
/coinadmin denied
Player must pass IsAdmin in server/editable.lua (framework admin by default). Adjust that function if your ACE groups differ.
Tebex redeem fails
- Confirm
TebexPackagesinserver/serverConfig.lua - Ensure pending row was created (
tebexset/coinshop_tebexor your Tebex plugin) - Player uses Redeem with the correct transaction ID
NPC vs command
NPC and /coinshop both open the shop. NPC can land on the catalog section; command typically opens the dashboard — both are valid.
How do I give sapphires from another script?
lua
exports.lumix_coinshop:AddCoins(source, 100)See Developers.