# Dependencies

#### Paper Spigot Requirement:

* PaperSpigot 1.13+ or WineSpigot (server jar must have the `ServerTickEndEvent`)
  * Forks of Paper 1.13+ like Pufferfish or Tequila will work too

#### Dependencies:

* KamiCommon (each version of FR has a min version, you should always be fine using latest from spigot)
* Factions - It supports most forks, contact KamikazeJAM if yours doesn't load properly
* A Combat Manager (CombatTagPlus, DeluxeCombat, PvPManager, etc) - Contact KamikazeJAM if you need support added for your combat plugin
* A Vault Economy (Having Essentials will satisfy this requirement)
* WorldEdit (or FAWE) Version 6 or 7 - If the plugin can't find your WE contact KamikazeJAM

####

#### Soft Dependencies:

* FactionsKore (For Free Printer and allowing Sandbots in raid worlds)
* ShopGuiPlus or EconomyShopGUI (For preventing certain items from being purchased in raid worlds)

Things **no longer** required:

* Multiverse-Core (FR handles worlds itself now)


---

# 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.mckore.com/friendlyraids/dependencies.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.
