# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bbv.world/bbv-x-world-or-blacklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
