-
Notifications
You must be signed in to change notification settings - Fork 4
Guide for Admins
An arena is a designated region for dueling that you need to create as an admin. To start creating a new arena, execute the following command in game, with <id>
being the name of the new arena you are about to create:
/ba create arena <id>
An arena contains four spawn points: a lobby spawn, a spectator spawn, and two team spawns. To configure these spawn points for arena <id>
, move to the corresponding location and execute the following command, where <value>
can be lobby
, spectator
, a
, or b
:
/ba edit <id> spawn <value>
An arena is automatically logged and ready for use when all four spawn points are set.
A kit is a collection of items that a player may equip before dueling. Starting from v0.4.0, a kit supports both Vanilla and MOD items, and all detailed properties like enchantment and durability of an item can also be accurately logged. To create a new kit, first equip yourself with the items you wish to have for the kit, then execute the following command, with <id>
being the name of the kit:
/ba create kit <id>
You may override an existing kit by executing the above command with the same <id>
when you have all items ready in your inventory. You may also configure a kit or an arena by diving into the configs located at config/blockyarena
(not recommended).
To remove any arena or kit with identifier id
, execute
/ba remove <type> <id>
with <type>
being either arena
or kit
.
create
: blockyarena.create
remove
: blockyarena.remove
edit
: blockyarena.edit