To set up your own paintball game, you need to do the following steps:
- create at least 1 arena (a map) where the paintball battle can take place
- create 1 waiting lobby where players wait until enough players have joined to start a game.
- link the arena to the waiting lobby
Arena Setup
The arenas (or maps) where the battles take place consist of:
- 1 WorldEdit Schematic to reset after a match.
- Spawnpoints for both teams, where the players are teleported to at the beginning of the game.
The commands for that are:
- /pb arena create <arena name> <schematic name>
Creates the arena with a name and a schematic. The arena schematic will be pasted to the location you are at.
- /pb arena add-spawn <arena name> <team name>
The block you are standing on will now be added as a spawn point for one of the two teams (Ember or Ice).
Lobby Setup
Players must join a waiting lobby to start a paintball game. When the minimum number of players joined, a countdown to the start of the game begins.
In the lobby players can select their weapon, queue for a team and vote for the map to play on next.
- /pb lobby create <lobby name>
Creates a waiting lobby. The block you are standing on is now the spawn point for players joining the lobby.
- /pb join <lobby name>
Command to join a lobby
- /pb lobby link-arena <lobby name> <arena name>
Links an arena to a lobby so that it can be played in that lobby.
A lobby MUST have at least 1 linked arena to start a game.
Now you are ready to play