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

# The-Only Plugin Series

- [The-Only Mobcoins](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins.md): The only mobcoins plugin that you'll ever need!
- [Commands & Permissions](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/commands-and-permissions.md): List of commands and permissions for the plugin
- [Placeholders](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/placeholders.md): All available placeholders for PlaceholderAPI
- [Plugin's files](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files.md): The list of plugin's configuration files
- [config.yml](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/config.yml.md): The config.yml configuration
- [mobs.yml](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/mobs.yml.md): The mobs.yml configuration
- [shops](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops.md): A folder with shops file configuration inside
- [rotating-shop (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/rotating-shop-wip.md): A rotating shop folder
- [rotating-shop.yml (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/rotating-shop-wip/rotating-shop.yml-wip.md)
- [category-shop (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/category-shop-wip.md): A category shop folder
- [categories (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/category-shop-wip/categories-wip.md): A folder to hold all shop categories
- [weaponsAndTools.yml (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/category-shop-wip/categories-wip/weaponsandtools.yml-wip.md)
- [armor.yml (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/category-shop-wip/categories-wip/armor.yml-wip.md)
- [category-shop.yml (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/category-shop-wip/category-shop.yml-wip.md)
- [confirmation\_menu.yml (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/confirmation_menu.yml-wip.md)
- [main\_menu.yml (WIP)](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/plugins-files/shops/main_menu.yml-wip.md): A explanation about the main\_menu.yml configuration
- [Developer API](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/developer-api.md): Example usage of how to use the plugin's api
- [Custom Events](https://aglerr.gitbook.io/wiki/theonly-series/the-only-mobcoins/developer-api/custom-events.md): All custom events that are available in this plugin
- [The-Only Donations](https://aglerr.gitbook.io/wiki/theonly-series/the-only-donations.md): Thanks server donators in a special way!
- [Commands & Permissions](https://aglerr.gitbook.io/wiki/theonly-series/the-only-donations/commands-and-permissions.md): List of commands and permissions for the plugin
- [Placeholders](https://aglerr.gitbook.io/wiki/theonly-series/the-only-donations/placeholders.md): All available placeholders for PlaceholderAPI
- [Plugin's Files](https://aglerr.gitbook.io/wiki/theonly-series/the-only-donations/plugins-files.md): The list of plugin's configuration files
- [config.yml](https://aglerr.gitbook.io/wiki/theonly-series/the-only-donations/plugins-files/config.yml.md): The config.yml configuration


---

# 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://aglerr.gitbook.io/wiki/theonly-series.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.
