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

# Server Setups

- [Hyronic Lobby](https://wiki.hyronic.dev/server-setups/hyronic-lobby.md)
- [Setup Paid Addons](https://wiki.hyronic.dev/server-setups/hyronic-lobby/setup-paid-addons.md)
- [Setup Knowledge](https://wiki.hyronic.dev/server-setups/hyronic-lobby/setup-knowledge.md): This is where you can learn more in-depth about the setup
- [Mcmmo Survival](https://wiki.hyronic.dev/server-setups/mcmmo-survival.md)
- [Premium Addons](https://wiki.hyronic.dev/server-setups/mcmmo-survival/premium-addons.md): All the addon is currently available for purchase directly on the BuiltByBit platform. If you don’t use BuiltByBit, please contact us directly on Discord to purchase the addon.
- [Rebrand Tutorial](https://wiki.hyronic.dev/server-setups/mcmmo-survival/rebrand-tutorial.md)
- [Bedrock Support](https://wiki.hyronic.dev/server-setups/mcmmo-survival/bedrock-support.md)
- [Plugin: MavRotatingHeads](https://wiki.hyronic.dev/server-setups/mcmmo-survival/plugin-mavrotatingheads.md): This is our custom plugin exclusive for the setup that spawns animated rotating player heads as entities decorations for spawn areas and builds.
- [Holograms](https://wiki.hyronic.dev/server-setups/mcmmo-survival/plugin-mavrotatingheads/holograms.md)
- [Particles](https://wiki.hyronic.dev/server-setups/mcmmo-survival/plugin-mavrotatingheads/particles.md)
- [Plugin: ConditionalEvents](https://wiki.hyronic.dev/server-setups/mcmmo-survival/plugin-conditionalevents.md): This plugin allows you to add different conditions to certain events. If these conditions are acomplished, then custom actions will be executed. The possibilities of what you can do with the plugin ar
- [Plugin: Holograms](https://wiki.hyronic.dev/server-setups/mcmmo-survival/plugin-holograms.md): Related to all the holograms that appear in the setup.
- [Hyronic Skyblock](https://wiki.hyronic.dev/server-setups/hyronic-skyblock.md)
- [Installation](https://wiki.hyronic.dev/server-setups/hyronic-skyblock/installation.md): Here we’ll guide you through installing the setup. It’s fairly simple. If you run into any trouble, contact our Discord or purchase the Installation Addon so we can install it for you quickly.
- [Setup Knowledge](https://wiki.hyronic.dev/server-setups/hyronic-skyblock/setup-knowledge.md): This is where you can learn more in-depth about the setup
- [Blacksmith System](https://wiki.hyronic.dev/server-setups/hyronic-skyblock/blacksmith-system.md): Craft custom equipment and minions to enhance your power. We provide 3 complete equipment sets including armor, all tools, and weapons, totaling 30+ custom items.


---

# 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://wiki.hyronic.dev/server-setups.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.
