Config.yml

Messages: //here you can change all messages of the game
  bomb:
    placeA: Bomb A is placed!
    placeB: Bomb B is placed!
    destroyA: Bomb A is destroyed!
    destroyB: Bomb B is destroyed!
    howhas: has the Bomb!
    detonate_in: 'Bomb datonates in:'
    placing: 'Bomb is placed in:'
    placed: Bomb is Placed!
  join:
    destroybomb: You joined Team Globalrisk!
    placebomb: You joined Team blacklist!
    notexist: This Team Doesn't exist!
    duringagmae: You can't join during a game!
    alreadyjoined: You already joined a Team
  leave:
    destroybomb: You leaved Team Globalrisk!
    placebomb: You leaved Team blacklist!
    notinatame: You aren't in a team!
  move:
    placebomb: You were moved to team blacklist
    destroybomb: You were moved to team globalrisk
  empty: there must be at least 2 Players
  compensation:
    start: Staring team compensation
    stop: team compensation successful
  prefix: '[SandD]'
  win:
    place:
      explode: The Bomb is explodet, Your Team Win!
      enemyempty: Team globalrisk is empty, Your Team Win!
      enemydead: You killed all enemys, Your Team Win!
    destroy:
      defuse: The Bomb is defused, Your Team Win!
      enemyempty: Team blacklist is empty, Your Team Win!
      enemydead: You killed all enemys, Your Team Win!
  lose:
    place:
      defuse: The Bomb is defused, Your Team lose!
    destroy:
      explode: The Bomb is explodet, Your Team lose!
  gamerunsalready: The game is already running.
  fee:
    notenoughmoney: You haven't enough money
    pay: You have paid 5 Coins for playing!
  reward:
    get: You and your team have received 10 Coins
Game: //here you can change the game play
  minplayers: 2
  explodecountdown: 30 //Time between placeing and exploding of the bomb
  placecountdown: 10 //How much time is needed to place the bomb
  destroycountdown: 10 //How much time is needed to destroy the bomb
  bombID: 46
  Armor:
    givearmor: true
    helmet: 298
    chestplate: 299
    leggings: 300
    boots: 301
  Weapons:
    Sword:
      givesword: true
      id: 268
      quantity: 1
    Bow:
      givebow: true
      id: 261
      quantity: 1
    Arrow:
      givearrow: true
      id: 262
      quantity: 32
  teams: //names of the team
    placebomb: blacklist
    destroybomb: globalrisk
  fee: //entry fee for playing
    payfee: false
    fee: 5
  reward: //reward for all alive players of the winner team
    getreward: false
    amount: 10
Memory: //DON'T CHANGE SOMETHING BELOW THIS!!!
  bomb:
    A:
      x: 0
      y: 0
      z: 0
    B:
      x: '0'
      y: '0'
      z: '0'
  world: world
  Spawn:
    place:
      x: 0
      y: 0
      z: 0
    destroy:
      x: 0
      y: 0
      z: 0
  door:
    black:
      x: 0
      y: 0
      z: 0
    white:
      x: 0
      y: 0
      z: 0
  setup:
    bomb:
      A: false
      B: false
    spawn:
      place: false
      destroy: false