> For the complete documentation index, see [llms.txt](https://frxq15.gitbook.io/gangsx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frxq15.gitbook.io/gangsx/gangsx.md).

# GangsX

### Dependencies & Integrations

<mark style="color:$info;">All of the dependencies & optional integrations supported by GangsX</mark>

#### Ⓓ Database Connection

{% hint style="info" %}
All Gang & Player data is cached into memory when the plugin enables for optimal performance. Save intervals to the database can be configured inside of the config.yml
{% endhint %}

```
#applicable types - "MySQL", "h2"
storage-method: "h2"
database:
  mysql:
    host: "host"
    port: 3306
    database: "database"
    username: "username"
    password: "password"
```

#### Ⓓ FastAsyncWorldEdit & WorldGuard

These are <mark style="color:red;">required</mark> dependencies for the cells module.

### ⓘ EdPrison

EdPrison can be used as an optional integration, the Currency Tracker module is dependent on this plugin, EdPrison also provides the option to integrate into custom gang currencies.&#x20;

You are able to set whether GangsX will count towards players blocks mined from either the `EdPrisonBlockBreakEvent` or default `BlockBreakEvent` implementation.

### ⓘ Vault

Vault can be integrated as an economy provider into GangsX, allowing the players to withdraw and deposit money from and into a gang currency.

### ⓘ PlaceholderAPI

PlaceholderAPI integration is supported by GangsX and enabled by default if the plugin is enabled on your server, [You can view the full GangsX placeholder list here. ](/gangsx/overview/placeholders.md)

*Want to see more added? Get in contact through discord.*

{% content-ref url="/pages/ZjHmTGyEIH1uT0IKaeAp" %}
[Features](/gangsx/overview/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/pEY73uyNi51E0XV4WeYb" %}
[Commands & Permissions](/gangsx/overview/commands-and-permissions.md)
{% endcontent-ref %}
