Configuration
config.yml
| Node Name | Default | Value Type | Description |
| general | | | Parent Node |
| minX | 10 | Integer | Minimal size in X-direction (horizontal) |
| minY | 5 | Integer | Minimal size in Y-direction (vertical) |
| minZ | 10 | Integer | Minimal Size in Z-Direction (horizontal) |
| maxJoinRadius | 24 | Integer | Maximal distance from where you can join an arena |
| toggleDoor | 19 | Integer | Block ID of the block used for the toggle doors |
| toggleDoorHeight | 7 | Integer | Maximal height of the toggle doors |
| readyBlock | 42 | Integer | Block ID of the "ready block" (hit it to be ready for the battle) |
| readyTimer | 5 | Integer | Countdown before the start of the fight |
| lang | local_EN.lang | String | Name of the language file to use |
arena.yml
| Node Name | Default | Value Type | Description |
| general | | | Parent Node |
| name | | String | Name of the arena |
| area.world | | String | World name of the world containing the arena |
| area.x1,y1,z1,... | | Integer | Coordinates of the points defining the cuboid |
| enabled | true | boolean | Flag if the arena is enabled or not |
| maxPlayers | 4 | Integer | Max players for the arena |
| lobby.x,y,z | | Integer | Coordinates for the lobby-teleport-point |
| spectator.x,y,z | | Integer | Coordinates for the spectator-teleport-point (Currently not in use!) |
| minPlayers | 2 | Integer | Min players to start a game (without forcing it) |
| respawnTime | 3 | Integer | Time (in sec) until a player respawns after the death |
| scoreLimit | 25 | Integer | Amount of score needed to win the arena |
| respawn.x,y,z | | Integer | Coordinates for the death-area (where they wait to respawn) |
| pickups | | | Parent Node for the pickup-places list |
| <pickupName> | | String | Name to specify the pickup point |
| <pickupName>.pos | | Integer | Coordinates of the point |
| <pickupName>.item.id | | Integer | ID of item to spawn |
| <pickupName>.item.amount | | Integer | Amout to spawn |
| <pickupName>.item.dmg | | Integer | DamageData of the item |
| <pickupName>.item.enchantments | | List<Integer> | List of the Enchantment IDs |
| <pickupName>.item.enchantLvls | | List<Integer> | List of the Enchantment Levels |
| spawnpoints | | | Parent Node for the spawnpoint list |
| <spawnpointName>.pos* | | Double | Coordinates of the spawnpoint |
Posts Quoted:
Reply
Clear All Quotes
Comments