-
Notifications
You must be signed in to change notification settings - Fork 4
Additional Information
Now that your arena has been created you can place in black stained clay to have explosive blocks that launch players. This just adds a little bit of random elements to your arena.
There are currently 3 types of powerups currently. First one is Freeze. This will freeze all other players for 5 seconds. The second powerup is splash. This powerup will splash in a radius around the player. The third is swap. This will randomly change 20 blocks in the arena to your team. Powerup will spawn every 15 seconds by default. This can be set in the main config.
There is an update checker. If you would like to disable it. Go into the config and set update-checker to false.
The main config file has a few options. The command-whitelist option is a list. To add commands to the whitelist, add a new line after the last command whitelist and type in the command. Please note that the colorcube commands are automatically whitelisted and can not be blocked.
Blocks can now be configured to allow for other blocks to be paintable. To see the different types of block names check here.
In version 0.7.0 and above, there is an option command to allow you to configure different options in each arena. To use the command, "/cc options <id> <option> <value>". Down below are the following options available:
| Option | Type | Description |
|---|---|---|
| perteam | Integer | Sets the number of players allowed on each team, as a result sets the total players allowed in the arena. |
| reward | Integer or Double | Sets the economical reward for the winning team. This value is then given to each team. This will do nothing if Vault is not installed. |
| pvp | Boolean | Sets whether pvp is allowed in the arena. |
| name | String | Sets the name of the arena which can be used to join or spectate as well as shown in the lobbysigns and game menus. |
| border | Boolean | Determines whether the border feature is enabled in the arena. |
| border-spectator-only | Boolean | Sets whether the border is only set for the spectators (true), or whether it is set for both the spectator and players (false) |
| border-extension | Integer | Sets the extension on the border, this will allow pushing the border farther way from the arena's edge or closer to the arena's edge. |
| display-scores | Boolean | Sets whether to display the scores on the side of the players screen of the team scores during the game. |
<< Lobby Signs || Additional Information || API >>