Skip to Content
Mizu SmartShopInstallation

Installation

πŸ“₯
No Dependencies
mizu_smartshop auto-detects your framework. No extra libraries required β€” just drop it in and configure.

Download the Resource

Download the latest release from GitHubΒ  or your preferred source.

Place in Your Resources Folder

Extract the folder into your server’s resources directory. A subfolder like [mizu] or [shops] works fine.

⚠️
Warning

Do not rename the folder. The resource name must remain mizu_smartshop exactly β€” exports and NUI files depend on it.

Add to server.cfg

Start the resource after your framework and any target system you use.

ensure qb-core ensure ox_target ensure mizu_smartshop

Replace qb-core with es_extended or qbx_core if that’s your setup.

Configure

Open config.lua and set your preferences:

  • Config.Locale β€” language
  • Config.Theme β€” UI color preset
  • Config.TargetSystem β€” interaction method
  • Config.LogType β€” logging backend
  • Config.Shops β€” your shop definitions

See the Configurations page for every option.

πŸ’‘
Tip

Make sure item image filenames in your shop config match what your inventory resource provides. Mismatched names show placeholder images.

Done!

Restart your server. The resource initializes automatically:

πŸ”
Auto-detects
ESX, QBCore, QBox, or Standalone
🎯
Target ready
ox_target, qb-target, or markers
⚑
Zero config DB
No SQL imports needed

Last updated on