# Hot Tube

Compatible with <mark style="color:red;">**ESX**</mark>, <mark style="color:red;">**QBCore**</mark>, and <mark style="color:red;">**Standalone**</mark> frameworks.

<details>

<summary>ESX Documentation</summary>

* **Config.lua**:
  * Set Framework name as `ESX` and Framework core as `es_extended` (or other if you renamed es\_extended).
  * Set Target options if you want to use `ox_target` instead of 3D Text.
* Create the items of hubs: `standard_hub`, `advanced_hub`, `luxury_hub`.

</details>

<details>

<summary>QBCore Documentation</summary>

* **Config.lua**:
  * Set Framework name as `QB` and Framework core as `qb-core` (or other if you renamed qb-core).
  * Set Target options if you want to use `ox_target`/`qb-target` instead of 3D Text.
* Create the items of hubs: `standard_hub`, `advanced_hub`, `luxury_hub`. (Optional, the script automatically creates them)

</details>

<details>

<summary>Standalone Documentation</summary>

* **Config.lua**:
  * Set Framework name as `STANDALONE` and Framework core blank.
* **Permission to Place Hub (Example of Ace `hottubs.place`)**:

  #### Ace Perms (server.cfg)

  > **hottubs.place** -> `add_ace <identifier> hottubs.place allow`

  #### Config.Hubs (config.lua)

  > **permission = "hottubs.place"**

</details>
