πŸ’ΏInstallation

πŸ› οΈ Installation Guide

Follow this guide to correctly install and configure the Market Place and Black Market Scripts.


πŸ“¦ 1. Download from Keymaster

Begin by downloading the following scripts from your CFX Keymaster:

  • 0bug-core (Required for all systems)

  • 0bug_MarketPlace (Legal marketplace script)

  • 0bug_BlackMarketPlace (Black market script)

  • bl_ui from GitHub for Minigames (Black market script)

⚠️ Each script is modular and can function independently.


🧩 2. Configure 0bug-core

Open config.lua and set your framework and database.

WIZ_CONFIG = {
    Framework = "QBCore", -- QBCore, QBox, ESX
    MySQL = "oxmysql", -- ghmattimysql , mysql-async
    DefaultAvatar = "https://w0.peakpx.com/wallpaper/163/205/HD-wallpaper-street-fivem-gta-gta-v-roleplay.jpg",
    Lang = "en", -- Multi-language support
    Logger = false,
}

βš™οΈ 3. Setup Script Integration in scriptConfig.lua

🌐 4. Configure Image Hosting & Discord Logs (Optional) in serverConfig.lua

πŸ—ƒοΈ 5. Optional : Install SQL Database (If Using mysql)

Optional because we automatically create the required SQL tables on first run if they do not already exist in your database.

πŸͺ Marketplace Tables

πŸ” Black Market Tables

Last updated