> For the complete documentation index, see [llms.txt](https://docs.sarry20.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sarry20.com/products/minions/dependencies.md).

# Dependencies

✅The plugin **has no dependencies**, but it does have soft dependencies that you can use to have some improvements or features.

<table><thead><tr><th width="261">SoftDepend</th><th>Usage</th></tr></thead><tbody><tr><td><a href="https://www.spigotmc.org/resources/30-sale-%E2%8F%B3-ecoitems-%E2%AD%95-create-custom-items-%E2%9C%85-weapons-armors-tools-charms-%E2%9C%A8-item-levels-cosmetics.94601/">EcoItems</a></td><td>Allows you to handle minion upgrades.</td></tr><tr><td><a href="https://polymart.org/resource/eco.773">Eco</a></td><td>Allows you to handle minion upgrades.</td></tr><tr><td><a href="https://www.spigotmc.org/resources/bentobox-bskyblock-acidisland-skygrid-caveblock-aoneblock-boxed.73261/">BentoBox</a></td><td>Prevents problems with placing minions on islands.</td></tr><tr><td><a href="https://www.spigotmc.org/resources/%E2%9A%A1%EF%B8%8F-superiorskyblock2-%E2%9A%A1%EF%B8%8F-the-best-core-on-market-%E2%9A%A1%EF%B8%8F-1-20-2-support.87411/">SuperiorSkyblock2</a></td><td>Prevents problems with placing minions on islands and allows you to create shematics with minions already in place.</td></tr><tr><td><a href="https://dev.bukkit.org/projects/multiverse-core">Multiverse-Core</a></td><td>Allows you to place minions on worlds without them breaking.</td></tr><tr><td><a href="https://www.spigotmc.org/resources/placeholderapi.6245/">PlaceholderAPI</a></td><td>Allows you to use placeholders in texts.</td></tr><tr><td><a href="https://dev.bukkit.org/projects/holographic-displays">HolographicDisplays</a></td><td>Allows you to use holograms on the minions.</td></tr><tr><td><a href="https://www.spigotmc.org/resources/decentholograms-1-8-1-20-4-papi-support-no-dependencies.96927/">DecentHolograms</a></td><td>Allows you to use holograms on the minions.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sarry20.com/products/minions/dependencies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
