Skip to content

Installation Guide

Welcome to the installation guide for "keep-blackmarket"!

Requirements

Before you start, make sure you meet these requirements:

  1. Your server's artifacts should be version 5848 or higher.
  2. You need to have keep-harmony installed and configured. Get it here.
  3. Make sure you have a legitimate version of keep-blackmarket from tebex/keymaster.

Download & Extract

  • Download keep-blackmarket from our Tebex store at tebex/keymaster.
  • After downloading, extract the file. Copy and paste the folder into your server's resources directory.
    • I suggest creating a folder named [swkeep] and putting all of my resources there.

Rename

  • Make sure the folder is named keep-blackmarket. If it’s named something else, rename it to keep-blackmarket.

Quick tip

If the zip file has a name like keep-blackmarket-x.x.x.pack, after extraction, the folder will also be named keep-blackmarket-x.x.x.pack, It must be keep-blackmarket.

Update server.cfg

Now, let's update your server.cfg file. Here’s how to do it for both QBcore and ESX setups:

Import SQL File

To set up your database, import the sqlv2.sql file into your database. Follow these steps:

  • In phpMyAdmin:
    • Select your database.
    • Go to the "Import" tab.
    • Click "Choose File" and select the sqlv2.sql file.
    • Click "Go" to start the import process.

QBcore

In QBcore, you can put it in the [qb] folder, but I recommend creating a separate folder for all your resources.

  • Here’s an example:
plaintext
...
ensure qb-core
ensure ox_lib
ensure [standalone]
ensure [qb]

ensure keep-harmony
ensure keep-blackmarket
...

ESX

  • Here’s an example:
plaintext
...
## ESX Legacy
ensure es_extended
ensure [core]

## ESX Addons
ensure [standalone]
ensure [esx_addons]
ensure [ox]  <-- You likely have this because my script supports ox_inventory

ensure keep-harmony
ensure keep-blackmarket
...

All Set

That’s it! You’ve successfully installed keep-blackmarket. Enjoy!