Var FiveM
ScriptsBundlesDocs
VAR
Var FiveM
ScriptsBundlesDocs
NewsTheme CustomizerAboutContact
Shop Now

-- 29 sections

  • ›paintball
  • ›chess
  • ›supermarket simulator
  • ›coins shop
    • configuration
    • identifier
    • export
    • server-event
    • languages
    • products
    • delivery
    • owner-panel
    • webhooks-discord
  • ›clothes shop
  • ›casino
  • ›drugs
  • ›clothes shop v2
  • ›interaction
  • ›emote
  • ›crew
  • ›alert job
  • ›pin code
  • ›society manager
  • ›property
  • ›barber shop
  • ›shop with basket
  • ›tattoo shop
  • ›gardener job
  • ›heist atm
  • ›heist fleeca
  • ›poster job
  • ›loading screen
  • ›bank
  • ›autocardealer
  • ›character creator
  • ›multi character
  • ›bill
  • ›tattoo shop v2

~/docs/coins-shop/configuration/owner-panel

coins shop docs›
  • configuration
  • configuration/identifier
  • configuration/export
  • configuration/server-event
  • configuration/languages
  • configuration/products
  • configuration/delivery
  • configuration/owner-panel
  • configuration/webhooks-discord

Coins Shop

Owner Panel

-- 2 code blocks · 1 min read

get var-coins-shoptry it on the test server

The owner panel lets trusted players manage the shop directly from the game — no need to edit config files for promotions, stock, rotations, etc.

Authorize identifiers

In shared/config.lua:

lua
Owner = {
  AllowedIdentifiers = {
    "license:abc1234567890def",
    "steam:110000abf6b0001",
    "discord:123456789012345678",
  },
  DefaultRotation = 24, -- hours
  Theme = "amber",
}

Only listed identifiers can open the panel and perform owner actions. All actions are logged via webhook (if enabled).

Available features

Each feature can be turned off without touching code:

lua
Features = {
  Promotions = true,    -- Create / delete promo codes
  LimitedStock = true,  -- Limit how many of each item can be sold
  Rotation = true,      -- Auto-rotate spotlighted items
  Maintenance = true,   -- Lock the shop for everyone except owners
  Spotlight = true,     -- Highlight a specific item on the home page
  Announcement = true,  -- Display a global banner inside the shop
  Theme = true,         -- Change the UI theme at runtime
}

Behavior summary

Feature Effect
Promotions Players can use a code at checkout for a percentage discount
Limited Stock Stock is decremented atomically on checkout; insufficient stock refunds the buyer
Rotation Spotlight rotates automatically every X hours
Maintenance Checkout is blocked for non-owners with a localized error
Spotlight One item is featured on the home page
Announcement A banner is shown at the top of the shop until cleared
Theme Switches the UI accent at runtime

All owner actions go through var-shop:serverRequest and are validated server-side against AllowedIdentifiers.

previousdeliverynextwebhooks-discord
VAR
Var FiveM

Premium FiveM scripts. Low resmon, high quality. Built for ESX, QBCore & Standalone.

28scripts
1,500+sales

Scripts

  • Marketplace
  • Bundles
  • Theme Customizer

Most Popular

  • Supermarket Simulator
  • FiveM Casino Script
  • FiveM Coin Shop
  • FiveM Emote Menu
  • FiveM Paintball Script
  • FiveM Clothing Shop Script
  • FiveM Interaction Script
  • FiveM Character Creator

Resources

  • Free Scripts
  • Guides
  • News
  • Documentation
  • Support

Company

  • About
  • Contact
  • Discord

Legal

  • Terms
  • Privacy
  • Refunds

© 2026 Var FiveM. All sales final.

Payments byTebex