Installation
Download the Resource
Download the latest version of mizu_interface from your Cfx.re PortalΒ .
Place in Your Resources Folder
Extract the folder into your serverβs resources directory. We recommend organizing it inside a [mizu] or [ui] subfolder.
Do not rename the folder. The resource name must remain mizu_interface exactly because the UI files load by this name.
Add to server.cfg
Open your server.cfg and add the resource after your framework, but before scripts that call its exports.
stop chat # only if you want to use the built-in mizu chat
# Framework first
ensure qb-core # or qbx_core / es_extended
# Mizu Interface
ensure mizu_interfaceIf you only want the UI modules and do not plan to use the custom chat, you can leave the native chat resource running and simply ignore the chat exports.
Configure
Open config.lua and set your locale, module toggles, notification defaults, radial items, and chat settings to match your server. See the Configurations page for the full reference.
Done!
Restart your server. The resource initializes automatically: