# How to setup an Arena

On the previous page we explained how the arena system works, and how to create a new arena. On this page we explain each option taht you will find in the configuration of the arena.

## These are the options we have

### battlefield

On which battlefield the arena will take place. Remember that a **battlefield** is for the **arena** what a **world** is for **Minecraft**. Multiple arenas can use the same battlefield at the same time, so you don't have to worry about that.

***

### mode

File name of the mode to be played in the arena.

The mode system works in a similar way to the arena system. Each .yml file (there are also complex modes (.jar) like the **FoodWars**) in the folder "**plugins/BattleRoyale/mode**" will be loaded as a mode.

To specify which mode will be played in the arena, just enter the name of the file (**including its extension**). **Example**:

```yaml
battlefield: Tutorial
world: world-1
mode: Solo.yml
```

In the example above, the mode "**Solo**" will be played in the arena.

***

### scoreboard

#### name

File name of the scoreboard to be displayed in the arena.

#### plugin (optional)

The scoreboard plugin to enable compatibility with.

Supported scoreboard plugins:

* **FeatherBoard**

***

### auto-start

The arena auto-starter. The auto-starter will start the arena when a certain number of players/teams required to start is reached.

#### required

**players**

The required number of players to start arena.

**teams:**

The required number of teams to start arena.

#### countdown

**display**

The count from which titles start to show.

**duration**

**duration**

The duration of the countdown.

**unit**

Time unit. Supported time units:

* **SECONDS**
* **MINUTES**
* **DAYS**


---

# 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://adriansr.gitbook.io/battleroyale/how-to-setup-an-arena.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.
