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:

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

Last updated