💡Arena Setup
Last updated
Last updated
Important note: where you setup the arena is where your game will be reproduced (World and position). If you move the arena, you need to run other time /arena set pos1 <arena-id>
, /arena set pos2 <arena-id>
and reset spawnpoints.
You setup the arena. The plugin will take a snapshot of the map before the game start and while it finish the map will be cleaned.
To start creating arenas, you need to run the command /arena setup <type> <Arena-ID>
.
<Arena-ID> will be the identifier of every single arena, and will be the name showed in the name placeholder.
Arena type can be: normal
, duel
or team
.
The arena system is really simple: every arena owns a .yml file with all the information. You can edit the file in order to modify the information and values of the Arena.
While you run /arena setup <Arena-ID>
the plugin will automatically tell you what you need to finish arena setup.
/arena set pos1 <Arena-ID>
Set the position of corner 1 in order to create a region which contain the arena build.
/arena set pos2 <Arena-ID>
Set the position of corner 2 in order to create a region which contain the arena build.
/arena set minPlayers <number> <Arena-ID>
Set the minimum number of players to start the countdown of the arena (start game).
/arena set waiting <seconds> <Arena-ID>
Set the time that the plugin will wait until start the game if the party is not full.
/arena set game <seconds> <Arena-ID>
Set the game maximum time duration in those arena.
/arena set item <seconds> <Arena-ID>
Set the frecuency (every few seconds) the plugin will give a item to a player in a game.
/arena set permission <permission> <Arena-ID>
Set a permission that player need to join and play this Arena.
/arena set displayname <display-name> <Arena-ID>
Set a name for the arena that support MiniMessage in order to display in signs and variables.
/arena addspawn <Arena-ID>
Add a spawnPoint to the Arena. You need to set at least the same number as minPlayers, then you can add as points as you want, which will determinate the maximum number of players that can play in this arena at the same time.