# Soft-dependencies

Soft-dependencies are plugins that aren't necessarily required to run RealisticSeasons but code interacts with them if they are present on the server. These plugins are often great extensions to RealisticSeasons and you should consider installing some of them. Not all things on this list are plugins, but I placed everything here anyway for convenience. Click on the name of a plugin to go to the page. Here is the full list:

* [PlaceHolderAPI](/interactions-with-other-plugins/soft-dependencies/placeholderapi.md)
* [TimePauser](/interactions-with-other-plugins/soft-dependencies/timepauser.md)
* [WorldGuard](/interactions-with-other-plugins/soft-dependencies/worldguard.md)
* [GriefPrevention](/interactions-with-other-plugins/soft-dependencies/griefprevention.md)
* [Lands](/interactions-with-other-plugins/soft-dependencies/lands.md)
* [FactionsUUID](/interactions-with-other-plugins/soft-dependencies/factionsuuid.md)
* [DeadlyDisasters](/interactions-with-other-plugins/soft-dependencies/deadlydisasters.md)
* [Terralith](/interactions-with-other-plugins/soft-dependencies/terralith.md)
* [Floodgate/GeyserMC](/interactions-with-other-plugins/soft-dependencies/floodgate-geysermc.md)
* [Dynmap](/interactions-with-other-plugins/soft-dependencies/dynmap.md)
* [Bluemap](/interactions-with-other-plugins/soft-dependencies/bluemap.md)
* [MythicMobs](/interactions-with-other-plugins/soft-dependencies/mythicmobs.md)
* [ItemsAdder](/interactions-with-other-plugins/soft-dependencies/itemsadder.md)
* [Other world generators](/interactions-with-other-plugins/soft-dependencies/other-world-generators.md)
* [RoseLoot](/interactions-with-other-plugins/soft-dependencies/roseloot.md)
* [ViaBackwards/ViaVersion](/interactions-with-other-plugins/soft-dependencies/viabackwards-viaversion.md)
* [TimeBar](/interactions-with-other-plugins/soft-dependencies/timebar.md)
* [PyroFishingPro](/interactions-with-other-plugins/soft-dependencies/pyrofishingpro.md)
* [CustomCrops](/interactions-with-other-plugins/soft-dependencies/customcrops.md)
* [EconomyShopGUI](/interactions-with-other-plugins/soft-dependencies/economyshopgui.md)
* [RealisticSurvival](/interactions-with-other-plugins/soft-dependencies/realisticsurvival.md)


---

# 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://wiki.realisticseasons.com/interactions-with-other-plugins/soft-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.
