Skip to content
Ian Ryan edited this page Apr 2, 2019 · 13 revisions

This page contains an explanation of all nodes in the SuperCraftBros config.yml file.

Text

  • 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)

Size

  • min: The amount of players required to start an arena. (default: 2)
  • max: The maximum amount of players allowed in an arena. (default: 4)

Arena

  • 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)

Modes

  • 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)

Time

  • 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)

Eco

  • winning-eco: The amount to give the winning player. This will not be used if Vault is not installed. (default: 1000)

Other

  • join-teleport: Whether to join all players to the global lobby on join. (default: true)

SCB

  • lives: The amount of lives each player starts with. (default: 3)

Lobby

  • If set, contains the global lobby location. May be set using /scb setlobby. (default: unset)