murder

                Never    
YAML
       
Scoreboard:
  Title: "&cMurder &6Battlelandia"
  Detective-Status-Normal: "&eDetetive: &aVivo"
  Detective-Died-No-Bow: "&cArco Dropado"
  Detective-Died-Bow: "&aArco Não Dropado"
  Roles:
    Detective: "&bDetetive"
    Murderer: "&cAssassino"
    Innocent: "&aInocente"
    Dead: "&7Morto"
  Content:
    # Contents of scoreboard for innocents and detective
    Playing:
      - "&eFunção: %ROLE%"
      - ""
      - "&eInocentes Vivos: &a%INNOCENTS%"
      - "&eTempo Restante: &a%FORMATTED_TIME%"
      - ""
      - "%DETECTIVE_STATUS%"
      - ""
      - "&ePontuação: &a%SCORE%"
      - ""
      - "&6loja.battlelandia.com"
    # Contents of scoreboard for murderer
    Playing-Murderer:
      - "&eFunção: %ROLE%"
      - ""
      - "&eInocentes Vivos: &a%INNOCENTS%"
      - "&eTempo Restante: &a%FORMATTED_TIME%"
      - ""
      - "%DETECTIVE_STATUS%"
      - ""
      - "&eAbates: &a%KILLS%"
      - ""
      - "&ePontuação: &a%SCORE%"
      - ""
      - "&6loja.battlelandia.com"
    Waiting:
      - "&eJogadores: &a%PLAYERS%"
      - ""
      - "&eMín. Jogadores: &a%MIN_PLAYERS%"
      - ""
      - "&6loja.battlelandia.com"
    Starting:
      - "&eIniciando em: &a%TIME%"
      - ""
      - "&eJogadores: &a%PLAYERS%"
      - ""
      - "&eMín. Jogadores: &a%MIN_PLAYERS%"
      - ""
      - "&6loja.battlelandia.com"

Raw Text