> For the complete documentation index, see [llms.txt](https://docs.frozed.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frozed.club/frost/arena-setup/example.md).

# Example

## How to create an Arena

1. To create a new Arena, execute the following command:
   * /arena create Gangatronic
2. After that, you can give the Arena an icon, hold the item you want the icon to be and execute:
   * /arena set icon Gangatronic
3. Now you will need to set the A and B player spawns, go to the location where you want to place the spawns respectively and execute:
   * /arena set a Gangatronic
   * /arena set b Gangatronic
4. All Arenas require their bounds to be set, to do so, go to the Arena lowest point and highest point and execute:

   * /arena set min Gangatronic
   * /arena set max Gangatronic

   <figure><img src="/files/Ixh0oMOJ70ixfum0mT8m" alt=""><figcaption><p>Example of the min and max.<br>The RED highest corner is the arena max.<br>The BLUE lowest corner is the arena min.</p></figcaption></figure>
5. You can now save the Arena, use:
   * /arena save
6. Enable the Arena using:
   * /arena toggle Gangatronic

## How to create a Bridges Arena

1. To create a new Arena, execute the following command:
   * /arena create Lighthouse
2. After that, you can give the Arena an icon, hold the item you want the icon to be and execute:
   * /arena set icon Lighthouse
3. Now you will need to set the A and B player spawns, go to the place where you want to place the spawns respectively and execute:
   * /arena set a Lighthouse
   * /arena set b Lighthouse
4. All Arenas require their bounds to be set, to do so, go to the Arena lowest point and highest point and execute:

   * /arena set min Lighthouse
   * /arena set max Lighthouse

   <figure><img src="/files/Ixh0oMOJ70ixfum0mT8m" alt=""><figcaption><p>Example of the min and max.</p></figcaption></figure>
5. You can now save the Arena, use:
   * /arena save
6. You need to set the buildmax and deadzone for your Arena, fly up or down for the Y Level you want to use, then execute the following commands:

   * /arena buildmax Lighthouse
   * /arena deadzone Lighthouse

   <figure><img src="/files/8op59QBXQnMcVkUNJEGK" alt=""><figcaption><p>If I execute the buildmax in that location, the buildmax Y Level for that Arena will be <strong>80</strong>.</p></figcaption></figure>
7. If your Arena is for Bridges or BattleRush, you need to set the portal protection radius for it, execute:

   * /arena portalprot Lighthouse 5

   That will set the portal protection radius for the Arena Lighthouse to 5, players won't be able to place blocks near the portal in a 5 blocks radius.
8. Enable the Arena using:
   * /arena toggle Lighthouse


---

# 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:

```
GET https://docs.frozed.club/frost/arena-setup/example.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.
