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_smartshopReplace qb-core with es_extended or qbx_core if that’s your setup.
Configure
Open config.lua and set your preferences:
Config.Locale- languageConfig.Theme- UI color presetConfig.TargetSystem- interaction methodConfig.LogType- logging backendConfig.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