# Getting Started

**What is ArenaRegen?**

**ArenaRegen** is a **Minecraft plugin** that restores arenas after fights. Players can fight and build without manual cleanup. It supports phased regeneration, selective restoration, height-based restoration, wave effects, and WorldEdit schematics.

**How do I install ArenaRegen?**

Put the plugin jar in your server's `plugins` folder. Use the `LEGACY` jar on Minecraft `1.20.4` and below. Use the `MODERN` jar on Minecraft `1.20.5` and above.

**How will updates work?**

**Updates** will be **sometimes** released to **add new features or fix bugs**. **Smaller bugs** will be **fixed** with **content updates**, but for **bugs** that make a **plugin unusable** or **mess up gameplay**, **patches** will be released **as soon as possible**.

**Where can I ask for help when the answer is not in the documentation?**

You can **ask for help** on our [**Discord**](https://dsc.gg/zitemaker)**.**


---

# 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://zitemaker.gitbook.io/arenaregen/getting-started.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.
