Arena setup
For a complete list of commands and permissions, open Commands and Permssions
tab. Here are only these necessary for setup.
You can create multiple arenas on one server, although each arena will use its own world, which will be automatically generated after each game. The world's name will be the same as the arena's name, so make sure you don't name an arena the same as one of your existing worlds, or it will be overridden.
Creating an arena
Create an arena using
/bingo create <arena_name>
Set the minimum and maximum number of players using
/bingo setminplayers <arena> <count>
and/bingo set maxplayers <arena> <count>
.Set the main lobby using
/bingo setmainlobby <arena>
. Players will be teleported there when they leave the game.Set the waiting lobby using
/bingo setwaitinglobby <arena>
. Players will wait there until the game starts.[OPTIONAL] Make the arena accessible only for VIPs using
/bingo setvip <arena> <true/false>
. VIPs are players with permissionbingo.vip
Set the number of teams using
/bingo setteams <arena> <team_count>
. If you want your arena to be in SOLO mode, use 0 as the number of teams.Use
/bingo setactive <arena> <true>
to activate the newly created arena.
Creating signs
Arena sign
To create a sign for a specific arena, place a sign and put [bingo]
in the first line and arena name in the second line.
Quick join sign
To create a quick join sign (which will select an arena for a player automatically),
place a sign and put [bingo]
in the first line and quickjoin
in the second line.
Removing signs
To remove a sign destroy it while sneaking
Joining an arena
Use
/bingo join <arena>
commandUse
/bingo quickjoin
command to let the plugin choose the best arena for you and automatically join itUse
/bingo arenasmenu
to open a menu with all available arenasClick a game sign or quick join sign.
You can also create NPCs or menus using external plugins and make them execute any of the commands above.