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

# Integrations

List of currently supported plugins

upported packet plugins

* packetevents
* ProtocolLib

## Supported furniture plugins

* [MythicCrucible](https://mythiccraft.io/index.php?resources/2) ( part of MythicMobs )
* [Nexo](https://www.spigotmc.org/resources/nexo-custom-blocks-items-furniture-emotes-resourcepack-manager-1-20-4-1-21-3.121103/)
* [ItemsAdder](https://www.spigotmc.org/resources/73355)

## Supported region plugins

* WorldGuard

## Supported placeholder plugins

Used in all tooltip text and some conditions.

* PlaceholderAPI

***

## Other

### BetonQuest

#### Actions:

* `beton-ready` - ran when BetonQuest has provided all required information to start the next conversation step. Use this to run actions to run the next steps.

#### Action commands:

> These can only be used in preset actions!

* `endconversation` - immediately ends the current players conversation if any.
* `nextoption` - cycles onto the next option like 1 -> 2 -> 3 -> 1 -> ...&#x20;
* `selectoption (option)` -  select the currently picked option or provide a numeric option

#### Conditions:&#x20;

**`betonquest`**

> This condition is triggered when the player engages in a BetonQuest conversation by right-clicking an NPC. In order for this to work, a conversation has to use the option:&#x20;
>
> ```yaml
> conversationIO: tooltips
> ```

**Context**

| key                   | value                                                                          |
| --------------------- | ------------------------------------------------------------------------------ |
| `betonquest.npc`      | NPC's (quester) name                                                           |
| `betonquest.text`     | Current dialogue in the conversation                                           |
| `betonquest.options`  | A list of currently selectable options                                         |
| `betonquest.selected` | Number of currently selected option (changed with "`nextoption`" command above |

## Plugin support missing?

Please make sure to contact us in our Discord server and tell us which plugin is missing! We'll be happy to add support.
