# Compatible plugins

## AuroraLib

AuroraCrafting registers a new command action that you can run using menu click actions in all Aurora plugins.

Type the recipe ID after `[recipe]` and define a back button command action for the recipe view menu after the `---` separator (optional).

```yaml
[recipe] enchanted_carrot --- [player] collection progression farming carrot
```

You can also use `[recipes]`to open the main recipe book.

Using `[workbench]`will open the selected workbench for the player. The ID of the workbench is the same as its config filename. The player must have the required permissions to open the workbench.

```
[workbench] workbench_id
```

## Quest plugins

Currently, supported quest/job plugins for the default crafting objectives are:

* AuroraQuests
* BetonQuest
* Quest (by pikamug)
* Quest (by lmbishop)
* Jobs Reborn

## Enchant plugins

For enchant merging, other than vanilla we support EcoEnchants and AdvancedEnchants.

## Item plugins

Every item plugin that AuroraLib [Item config](/aurora/item-config.md) supports.


---

# 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://docs.auroramc.gg/auroracrafting/compatible-plugins.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.
