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

# Plugin

- [Playtime](https://docs.zachfr.com/plugin/playtime.md): Simple /playtime command to see your playtime on serve
- [Command and permission](https://docs.zachfr.com/plugin/playtime/command-and-permission.md): List of all available commands and permissions for the plugin.
- [Placeholder](https://docs.zachfr.com/plugin/playtime/placeholder.md): List of placeholder available for PlaceholderAPI
- [Duel](https://docs.zachfr.com/plugin/duel.md): Duel your friends with this plugin.
- [Command and permission](https://docs.zachfr.com/plugin/duel/command-and-permission.md): List of all available commands and permissions for the plugin.
- [Placeholder](https://docs.zachfr.com/plugin/duel/placeholder.md): List of placeholder available for PlaceholderAPI
- [Joinmessage](https://docs.zachfr.com/plugin/joinmessage.md): simple configuration Join Message
- [Command and permission](https://docs.zachfr.com/plugin/joinmessage/command-and-permission.md): List of all available commands and permissions for the plugin.
- [Spawn](https://docs.zachfr.com/plugin/spawn.md): A simple spawn plugin
- [Command and permission](https://docs.zachfr.com/plugin/spawn/command-and-permission.md): List of all available commands and permissions for the plugin.
- [Blockwand](https://docs.zachfr.com/plugin/blockwand.md): Wand to place block
- [Command and permission](https://docs.zachfr.com/plugin/blockwand/command-and-permission.md): List of all available commands and permissions for the plugin.
- [Sellwand](https://docs.zachfr.com/plugin/sellwand.md): Sell wand plugin to sell content of your chest
- [Command and permission](https://docs.zachfr.com/plugin/sellwand/command-and-permission.md): List of all available commands and permissions for the plugin.
- [Frequently asked questions](https://docs.zachfr.com/plugin/sellwand/faq.md)
- [HistoryGUI](https://docs.zachfr.com/plugin/historygui.md): A cool history gui for litebans plugin
- [Command and permission](https://docs.zachfr.com/plugin/historygui/command-and-permission.md): List of all available commands and permissions for the plugin.


---

# 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.zachfr.com/plugin.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.
