# BBV X WORLD | BLACKLIST

### Dependencies <a href="#dependencies" id="dependencies"></a>

{% hint style="info" %}
FRAMEWORK / Target

You can use any framework, there is also added support for QB and ESX (Notifications & Rewards), You can use the script without target, but there is also support for OX/QB/BT
{% endhint %}

### Import Database <a href="#import-database" id="import-database"></a>

<pre class="language-sql"><code class="lang-sql"><strong>CREATE TABLE IF NOT EXISTS `blacklist` (
</strong>  `level` int(11) DEFAULT NULL,
  `id` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

CREATE TABLE IF NOT EXISTS `blacklist_times` (
  `id` varchar(50) DEFAULT NULL,
  `name` varchar(50) DEFAULT NULL,
  `level` varchar(50) DEFAULT NULL,
  `time` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

</code></pre>

## Installation

Once you've obtained the bbv-blacklist and assets-blacklist files from your keymaster, simply drag and drop them into the resources folder. Following this, access your resources.cfg file and include assets-blacklist and bbv-blacklist, ensuring that assets-blacklist is initiated prior to bbv-blacklist.

Should you face any challenges during the installation process, please reach out to us via Discord for assistance.
