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

# Bridge Plugins

Plenty of other server plugins natively depend on Quests. However, it is sometimes easier or more beneficial for a developer to make an "in-between" plugin to link their resource to Quests. Unlike [modules](/quests/casual/modules.md), bridge plugins handle more than just objectives or rewards. Below is a list of published examples.

<table data-full-width="false"><thead><tr><th>Labels:</th><th></th></tr></thead><tbody><tr><td>🌟 = Recommended for optimal user experience</td><td>💲 = May require purchase of premium resource</td></tr></tbody></table>

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>BlueMap-Quests</strong> 💲</td><td><em>Displays Quests objectives in a single layer of BlueMap maps.</em></td><td align="center"><a href="https://lectern.browsit.org/resources/resource/34-bluemap-quests/">Lectern</a> | <a href="https://www.spigotmc.org/resources/bluemap-quests.96806/">SpigotMC</a></td><td align="center"></td><td><a href="/files/52y98epK1EVfe5fiw4CC">/files/52y98epK1EVfe5fiw4CC</a></td><td></td></tr><tr><td align="center"><strong>Depenizen</strong></td><td><em>Utilize Quests commands, events, and properties in Denizen scripts.</em></td><td align="center"><a href="https://github.com/DenizenScript/Depenizen">Github</a></td><td align="center"></td><td><a href="/files/UTaSsrMiHXg5RCTCvSIU">/files/UTaSsrMiHXg5RCTCvSIU</a></td><td></td></tr><tr><td align="center"><strong>Dynmap-Quests</strong> 💲</td><td><em>Displays Quests objectives in a single layer of Dynmap maps.</em></td><td align="center"><a href="https://lectern.browsit.org/resources/resource/9-dynmapquests/">Lectern</a> | <a href="https://www.spigotmc.org/resources/dynmap-quests.65987/">SpigotMC</a></td><td align="center"></td><td><a href="/files/L1TchT97GtET6ovHGgsE">/files/L1TchT97GtET6ovHGgsE</a></td><td></td></tr><tr><td align="center"><strong>GPS-Quests</strong> 💲</td><td><em>Guides players to objectives with huge arrows using GPS.</em></td><td align="center"><a href="https://lectern.browsit.org/resources/resource/5-gps-quests/">Lectern</a> | <a href="https://www.spigotmc.org/resources/gps-quests.67835/">SpigotMC</a></td><td align="center"></td><td><a href="/files/8I6sm2zERIjk2MFQbkk8">/files/8I6sm2zERIjk2MFQbkk8</a></td><td></td></tr><tr><td align="center"><strong>QuestsBar</strong> 💲</td><td><em>Displays a boss bar with text for objective progress within Quests.</em></td><td align="center"><a href="https://lectern.browsit.org/resources/resource/39-questsbar/">Lectern</a> | <a href="https://www.spigotmc.org/resources/questsbar.100634/">SpigotMC</a></td><td align="center"></td><td data-object-fit="contain"><a href="/files/QSWPP6dBmuHLYu5N371y">/files/QSWPP6dBmuHLYu5N371y</a></td><td></td></tr><tr><td align="center"><strong>QuestsEffect</strong> 💲</td><td><em>Spawns configurable effects on objective progress and over quest-giving NPCs.</em></td><td align="center"><a href="https://lectern.browsit.org/resources/resource/45-questseffect/">Lectern</a> | <a href="https://www.spigotmc.org/resources/questseffect.107679/">SpigotMC</a></td><td align="center"></td><td data-object-fit="contain"><a href="/files/hdovw0kKaK13NUlABO6r">/files/hdovw0kKaK13NUlABO6r</a></td><td></td></tr><tr><td align="center"><strong>QuestsGUI</strong> 🌟💲</td><td><em>Displays clickable interfaces over select menus and commands within Quests.</em></td><td align="center"><a href="https://lectern.browsit.org/resources/resource/1-questsgui/">Lectern</a> | <a href="https://www.spigotmc.org/resources/questsgui.71666/">SpigotMC</a></td><td align="center">Alternatively, try <a href="https://mythiccraft.io/index.php?resources/mythicquests.1437/">MythicQuests</a>.</td><td data-object-fit="contain"><a href="/files/ythFTuGzn9HuROka3YVj">/files/ythFTuGzn9HuROka3YVj</a></td><td></td></tr><tr><td align="center"><strong>QuestsWeb</strong> 💲</td><td><em>Web editor for Quests creation.</em></td><td align="center"><a href="https://lectern.browsit.org/resources/resource/53-questsweb/">Lectern</a> | SpigotMC (TBA)</td><td align="center"></td><td data-object-fit="contain"><a href="/files/MTV5kIvWcg3CeIw6Snz4">/files/MTV5kIvWcg3CeIw6Snz4</a></td><td></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:

```
GET https://pikamug.gitbook.io/quests/casual/bridge-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.
