# Arena Setup

## Creating a normal Arena

1. /arena create \<arenaName>
2. /arena set icon \<arenaName>
3. /arena set a \<arenaName>
4. /arena set b \<arenaName>
5. /arena set min \<arenaName>
6. /arena set max \<arenaName>
7. /arena save
8. /arena toggle \<arenaName>

{% hint style="warning" %}
You ONLY need to create Arena Copies if you intend on whitelisting the Arena to a Kit that has build enabled (can place blocks). Use /arena manage to open the menu.
{% endhint %}

## Optional Commands

1. /arena set deadzone \<arenaName>
   * Works for kits that have enabled one or more of the following Kit Settings:
     * Bridges
     * BedWars
     * MLGRush
     * StickFight
     * BattleRush
   * It gets the Y Level where your player is standing to set the deadzone for the Arena. It will kills players when they go lower than the set Y Level.
2. /arena set buildmax \<arenaName>
   * Works for any kit that has **BUILD** enabled.
   * It gets the Y Level where your player is standing to set the buildmax for the Arena. It wont allow players to place blocks above the set Y Level.
3. /arena set portalprot \<arenaName \<radius>
   * Works for kits that have enabled one of these Kit Settings:
     * Bridges
     * BedWars


---

# 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://docs.frozed.club/frost/arena-setup.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.
