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 and even multiple arenas in one world.
Creating an arena
Create an arena using
/rr create <arena_name>
Set the minimum and maximum number of players using
/rr setminplayers <arena> <count>
and/rr set maxplayers <arena> <count>
.Set the main lobby using
/rr setmainlobby <arena>
. Players will be teleported there when they leave the game.Set the waiting lobby using
/rr setwaitinglobby <arena>
. Players will wait there until the game starts.[OPTIONAL] Make the arena accessible only for VIPs using
/rr setvip <arena> <true/false>
. VIPs are players with permissionsm.vip
!!! For the next steps, you will use player ID. You will need to repeat them the number of times, equal to the maximum number of players you set earlier. Start counting IDs from 0 (so for the max players = 10, you will need to repeat these steps, using IDs from 0 to 9). REMEMBER NOT TO MIX UP IDs!!! (each player has their own game area, so villager's spawn with ID=0 needs to correspond to player spawn with ID=0)
Set players' spawns, using
/rr setspawn <arena> player <ID>
.Set villagers' spawns, using
/rr setspawn <arena> villager <ID>
.Add villagers' tables, using
/rr addlocation <arena> <table> <ID>
. You need to look at the table block while executing this command, and the place where you stand will be the place where the customer stands. Add multiple tables for each ID (player). Make sure each table is placed in such a way, that a villager will be able to easily approach it (without too many turns and obstacles on his way).Set kitchen block locations, while looking at them, using:
/rr addlocation <arena> <fridge> <ID>
/rr addlocation <arena> <oven> <ID>
/rr addlocation <arena> <pantry> <ID>
A hologram will be created in the place you stand when you stand while executing this command. You need to add at least one block of each type for each ID (player).
Use
/rr 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 [restaurantrush]
(or [rr]
) 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 [restaurantrush]
(or [rr]
) in the first line and quickjoin
in the second line.
Removing signs
To remove a sign destroy it while sneaking
Joining an arena
Use
/rr join <arena>
commandUse
/rr quickjoin
command to let the plugin choose the best arena for you and automatically join itUse
/rr 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.