Paintball
This allows you to create arena's. In there two teams of players battle each other by throwing snowballs to each other. When a player gets hit by a snowball from another team member the player will be teleported to a spawnpoint wich is set up by the server admin.
Basicly in short you have:
Commands:
Configuration:
ToDo:
Bugs:
Source: here
Download: here
This allows you to create arena's. In there two teams of players battle each other by throwing snowballs to each other. When a player gets hit by a snowball from another team member the player will be teleported to a spawnpoint wich is set up by the server admin.
Basicly in short you have:
- Multiple arena's. You can create an arena by using: "/pb create {ArenaName}"
- Each arena has his own lobby. In there the players will be teleported if they get hit or join the arena. You can use "/pb lobby {ArenaName}" to teleport to the lobby.
- Players will be teleported to the lobby when they first join or die in an arena.
- You have 2 teams (Or 3 if you count the Spectators). Team Red and Blue shoot snowballs to each other.
Commands:
- /pb
- select {ArenaName}
You use this command to select an arena. In the selected arena you can add spawnpoints.
- create {ArenaName}
Creates an new arena. The position you are while you are using this command will be the position for the lobby.
- lobby {ArenaName}
Teleports you to the given arena lobby.
- add {Team|Red, Blue or Spectator}
Adds a new spawnpoint for the given team.
- join {ArenaName} <Team>
When a player uses this command with an arena that exists he will be teleported to the lobby of the arena and he's have to wait for the match to start. If the player also gave a team and "PlayerCanChooseTeam" is set to true in the configuration the player will be asigned to the given team.
- leave
The player leaves the given arena. He also gets teleported to the lobby of the arena.
- list
Lists all the available arenas.
- select {ArenaName}
Configuration:
- General
- MaxPlayersNeeded
The value given will be halved and each time a player joins an arena the plugin checks if each team has at least that amount of players.
- MaxPlayersNeeded
- Game
- AmountGivenSnowballs
When an arena starts all the players will receive an certain amount of snowballs that is set here.
- DeathsNeeded
When a player is hit by a snowball he will "Die". When he died a certain amount of time he will be teleported to the lobby and won't be able to play until the arena restarts.
- PlayerCanChooseTeam
If this is set to false a player can't choose between teams and always join a random team. Otherwise a player can give another parameter to the "/pb join" command. This can be Red, Blue or spectator.
- AmountGivenSnowballs
ToDo:
- Nothing
Bugs:
- None Please report them
Source: here
Download: here