# Support & Compatibility

Wonder what plugins, datapacks have been integrated or tested? Here is the official list!

### Integrated plugins

* Geyser / Floodgate (Bedrock): custom biomes are not supported, so we achieve seasons by switching to vanilla biomes!\
  &#x20;![](/files/hohSnOsB3F2JwEpaYDUJ)
* WorldGuard
* Lands&#x20;
* Factions
* Dynmap (stops from updating map with snow in winters)

<details>

<summary>AureliumSkills actionbar </summary>

To have support for both actionbars, you will need to disable aureliumskills' actionbar in plugins/AureliumSkills/config.yml.&#x20;

{% code fullWidth="true" %}

```yaml
action-bar:
  enabled: false
```

{% endcode %}

Then, go into plugins/AdvancedSeasons/lang/en.yml and update this below:

```yaml
temperature:
  actionBar: '%icon% &b%temperature%°%unit% %season%                  &c%aureliumskills_mana_int%/%aureliumskills_mana_max_int% Mana'
```

You will need to restart the server and that's it! Here is the end result:

![](/files/YDPdWEkmnv1RU3IWRf7B)

</details>

### Tested Datapacks

* Arboria - fully works
* Terralith - fully integrated, [Terralith](/general/support-and-compatibility/terralith.md)

If a plugin or datapack is not on this list, does not mean AdvancedSeasons and it doesn't work together! This is just a list of plugins/datapacks we've been requested to test with.


---

# 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://seasons.advancedplugins.net/general/support-and-compatibility.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.
