# Welcome to the Beezig Wiki¶

Beezig is a huge Minecraft Plugin for [The Hive](https://hivemc.com/) (Java), created by RoccoDev and ItsNiklass. It is available for LabyMod and 5zig. Additionally, there is an expansion for Forge clients available - BeezigForge.

## Getting Started[¶](broken://pages/-MJR_XeZrdab9pT7ouca#getting-started) <a href="#getting-started" id="getting-started"></a>

* A short installation guide is available [here](https://beezig.eu/installation/).
* To change settings look [here](https://beezig.eu/settings/).

## Versions[¶](broken://pages/-MJR_XeZrdab9pT7ouca#versions) <a href="#versions" id="versions"></a>

The [Beezig Team](https://github.com/Beezig/) has multiple plugins for different versions.

### Beezig for 5zig[¶](broken://pages/-MJR_XeZrdab9pT7ouca#beezig-for-5zig) <a href="#beezig-for-5zig" id="beezig-for-5zig"></a>

The original plugin for the 5zig mod. This was the first project, started back in March 2017. It includes all base features. [Beezig/Beezig](https://github.com/Beezig/Beezig)

### BeezigLaby for LabyMod[¶](broken://pages/-MJR_XeZrdab9pT7ouca#beeziglaby-for-labymod) <a href="#beeziglaby-for-labymod" id="beeziglaby-for-labymod"></a>

A recode of the original plugin for LabyMod 3 and is essentially the same code. This supports almost all base features and more. This project was started in January 2019. [Beezig/BeezigLaby](https://github.com/Beezig/BeezigLaby)

### BeezigForge Extension for Forge[¶](broken://pages/-MJR_XeZrdab9pT7ouca#beezigforge-extension-for-forge) <a href="#beezigforge-extension-for-forge" id="beezigforge-extension-for-forge"></a>

Out of frustration by limited abilities, we created an 'Addon', which acts as an expansion for the normal Plugin with more features. This requires a Forge installation. For 5zig, there is an option in the [installer](https://beezig.eu/installation/) to additionally download BeezigForge. [Beezig/BeezigForge](https://github.com/Beezig/BeezigForge)

&#x20;If you are using the LabyMod version, this addon is already bundled in.

Just launch LabyMod in a Forge environment.

### Other Projects[¶](broken://pages/-MJR_XeZrdab9pT7ouca#other-projects) <a href="#other-projects" id="other-projects"></a>

Other projects include:

* Our Installer: [Beezig/BeezigInstaller](https://github.com/Beezig/BeezigInstaller)
* Our own Hive-API wrapper: [Beezig/hive-api-wrapper](https://github.com/Beezig/hive-api-wrapper)


---

# 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.beezig.eu/beezig-wiki/master.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.
