# 🔗Compatibility

## **Direct compatibility**

### <mark style="color:red;">Directly</mark> supported entity plugins list

The compatibility of entity plugins includes two points, namely:

* **Spawn:** MythicTotem provides **direct compatibility** with the following **entity plugins**, as evidenced by our provision of corresponding **Actions** for them. For other entity plugins not list below, you can generate entities from them through `console_command` action. For info about **Action Format**, please view [this page](/format/itemformat-tm.md).
  * MythicMobs
* **Use as Totem Layout**: MythicTotem supports treating entities as part of totems, and by being directly compatible with these entity plugins, you can also consider entities from these plugins as part of totems.
  * ItemsAdder
  * Oraxen

### <mark style="color:red;">Directly</mark> supported block plugins list

{% hint style="warning" %}
Only <mark style="color:red;">**PREMIUM**</mark> version of MythicTotem allows for the use of custom blocks as totem layouts, while the **free** version can only use up to **3** types of custom blocks.
{% endhint %}

By being compatible with these plugins, MythicTotem can recognize blocks from these plugins and consider them as part of the totem.

* ItemsAdder
* Oraxen
* MMOItems
* CraftEngine&#x20;
* Nexo

### <mark style="color:red;">Directly</mark> supported item plugins list

MythicTotem supports use items from these plugins in [ItemFormat](https://ultimateshop.superiormc.cn/format/itemformat-tm).

* ItemsAdder
* Oraxen
* EcoItems
* EcoArmor
* MMOItems
* MythicMobs
* eco
* NeigeItems
* ExecutableItems
* Nexo
* CraftEngine

### <mark style="color:red;">Directly</mark> supported protection plugins list <mark style="color:red;">- Premium</mark>

If players do not have permission to destroy blocks within these protection plugins areas, MythicTotem can prevent totems from being activated in these areas.

* BentoBox
* Dominion
* GriefPrevention
* HuskTowns
* HuskClaims
* Lands
* PlotSquared
* Residence
* Towny
* WorldGuard
* SuperiorSkyblock2

### <mark style="color:red;">Directly</mark> supported stat plugins list

You can add those plugins stat as totem bonus effect.

* MythicLib (Support stat from MMOCore or MMOItems)
* MythicMobs
* AuraSkills&#x20;


---

# 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://mythictotem.superiormc.cn/info/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.
