forked from Double0negative/SuperCraftBros
-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration
Ian Ryan edited this page Apr 2, 2019
·
13 revisions
This page contains an explanation of all nodes in the SuperCraftBros config.yml file.
- name: The name of the game. (default: SuperCraftBros)
- prefix: The in-game prefix. {NAME} may be used as a placeholder for the game's name. (default: &e[&6{NAME}&e] )
- permission: The permission prefix. If the prefix is myperm, the player permission would be myperm.player. (default: scb)
- primary-color: The character corresponding to the primary text color of the game. (default: 6)
- secondary-color: The character corresponding to the secondary text color of the game. (default: e)
- error-color: The character corresponding to the error text color of the game. (default: c)
- min: The amount of players required to start an arena. (default: 2)
- max: The maximum amount of players allowed in an arena. (default: 4)
- block-break: Whether or not to allow players to break blocks in an arena. (default: false)
- item-manage: Whether or not to allow players to manage their inventories in an arena. (default: false)
- hunger: Whether or not to allow player hungers to decrease in an arena. (default: false)
- fire-block-damage: Whether or not to allow fire to burn blocks in an arena. (default: false)
- explosion-block-damage: Whether or not to allow explosions to damage blocks in an arena. (default: false)
- game-mode: The mode to set players to when they join an arena. (default: ADVENTURE)
- exit-mode: The mode to set players to when they leave an arena. (default: SURVIVAL)
- game-time: The time limit for an arena. (default: 480)
- countdown-time: The time between the minimum player count being reached and the start of the arena. (default: 60)
- winning-eco: The amount to give the winning player. This will not be used if Vault is not installed. (default: 1000)
- join-teleport: Whether to join all players to the global lobby on join. (default: true)
- lives: The amount of lives each player starts with. (default: 3)
- If set, contains the global lobby location. May be set using /scb setlobby. (default: unset)