Installation
Asset download
To find the asset, you must have made the purchase using your own keymaster account. Otherwise, you can use the transfer system to move the asset to a different keymaster account.
Once the purchase is made on our official website, you will receive your asset directly in your cfx portalย in your own panel you can download the asset and install it following the following documentation.
Dependencies
The blackmarket system requires ox_lib to function properly. Make sure itโs installed before proceeding.
Required Dependencies
- ox_lib - Core library for UI and utility functions
- oxmysql - Database operations (included in most frameworks)
Framework Support
- ESX - Fully supported
- QBCore - Fully supported
- Standalone - Basic functionality available
Installation
- Drag
prism-blackmarketinto your resources directory - Ensure dependencies are installed and started before the blackmarket
- Edit configuration as desired (Optional)
- Add to server.cfg:
ensure ox_lib
ensure oxmysql
ensure prism-blackmarket- Restart your server
Database Setup
The blackmarket system will automatically create the required database tables on first start:
blackmarket_users- Player progression datablackmarket_missions- Mission tracking datablackmarket_rewards- Reward claim history
No manual database setup is required. Tables are created automatically.
Configuration
After installation, you can customize the blackmarket system by editing the configuration file:
prism-blackmarket/shared/config.luaKey configuration options include:
- Open Key - Keybind to access the blackmarket (default: F7)
- Location Restriction - Restrict access to specific locations
- Currency Type - Use regular money or black money
- XP Levels - Customize the progression system
- Market Items - Configure available items and prices
Verification
To verify the installation was successful:
- Start your server
- Join as a player
- Press F7 (or your configured key) to open the blackmarket
- Check the console for any error messages
If you see the blackmarket interface, the installation was successful!