# Compatibilities

## Important Info

{% hint style="warning" %}
The only blocks that work inside "base" and "stages" are **ItemsAdder, CraftEngine, Nexo,** **Oraxen** and **Minecraft**, the others are supported as drop only.
{% endhint %}

### Minecraft Items

To use vanilla Minecraft items use the `mc:item_id` prefix

{% hint style="info" %}
On blocks it supports blockstates like `minecraft:mc:oak_door[open=false]`
{% endhint %}

### CraftEngine

This plugin is compatible with CraftEngine, to use this compatibility in the `"material"` section you will have to use `ce:namespace:item_id`

{% hint style="info" %}
On blocks it supports blockstates like `ce:painter:oak_door_red[facing=east,open=true]`
{% endhint %}

{% hint style="info" %}
On furniture it supports variants like `ce:painter:oak_chair[variant=ground]`
{% endhint %}

### ItemsAdder

This plugin is compatible with ItemsAdder, to use this compatibility in the `"material"` section you will have to use `ia:namespace:item_id`

### Nexo

This plugin is compatible with Nexo, to use this compatibility in the `"material"` section you will have to use `nexo:item_id`

### Oraxen

This plugin is compatible with Oraxen, to use this compatibility in the `"material"` section you will have to use `or:item_id`

### MythicCrucible

This plugin is compatible with MythicCrucible, to use this compatibility in the `"material"` section you will have to use `crucible:item_id`

{% hint style="warning" %}
This is still in beta, but it should work as a “base”; block/furniture\_id should work too
{% endhint %}

### MythicMobs

This plugin is compatible with MythicMobs, to use this compatibility in the `"material"` section you will have to use `mythic:item_id`

{% hint style="info" %}
This only works for the "tools", "items\_add" and "drops" options.
{% endhint %}

### MMOItems

This plugin is compatible with MMoItems, to use this compatibility in the `"material"` section you will have to use `mmoitems:type:id(:level:tier)` the (Level:Tier) is optional, but if you place one of the two, you need to place both.

{% hint style="info" %}
This only works for the "tools", "items\_add" and "drops" options.
{% endhint %}

### CustomItems

This plugin is compatible with CustomItems, to use this compatibility in the `"material"` section you will have to use `cui:item_id`

{% hint style="info" %}
This only works for the "tools", "items\_add" and "drops" options.
{% endhint %}

### Executable blocks

This plugin is compatible with Executable blocks, to use this compatibility in the `"material"` section you will have to use `eb:item_id`

{% hint style="info" %}
This only works for the "tools", "items\_add" and "drops" options.
{% endhint %}

### Executable Items

This plugin is compatible with Executable Items, to use this compatibility in the `"material"` section you will have to use `ei:item_id`

{% hint style="info" %}
This only works for the "tools", "items\_add" and "drops" options.
{% endhint %}

### Soft Depend:

|                 |                  |
| --------------- | ---------------- |
| Oraxen          | ItemsAdder       |
| ExecutableItems | ExecutableBlocks |
| CustomItems     | MythicMobs       |
| MMOItems        | CraftEngine      |
| Nexo            | MythicCrucible   |

## Protections Plugins

|                  |                 |
| ---------------- | --------------- |
| BentoBox         | CrashClaim      |
| Dominion         | FabledSkyBlock  |
| FactionsUUID     | GriefDefender   |
| GriefPrevention  | HuskClaims      |
| HuskTowns        | IridiumSkyBlock |
| KingdomsX        | Landlord        |
| Lands            | NoBuildPlus     |
| PlotSquared      | PreciousStones  |
| ProtectionStones | RedProtect      |
| Residence        | SaberFactions   |
| SuperiorSkyBlock | Towny           |
| UltimateClaims   | UltimateClans   |
| WorldGuard       | XClaim          |

### WorldGuard

<figure><img src="/files/vaGfXjwdjdLmiTvoF0DS" alt=""><figcaption></figcaption></figure>


---

# 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://plugins.elitefantasy.net/mechanics/unearthmechanic/compatibilities.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.
