Wiki

Clone wiki

Bedwars / Scoreboard Placeholders

Scoreboard Placeholders

All the scoreboards have PlaceholderAPI support

Waiting Scoreboard:

  • <mapName> - displays the current arena name
  • <inGame> - displays the players in game
  • <max> - displays the maximum players which can hold the arena
  • <time> - displays the match starting time

Game Scoeboard:

  • <isAliveTeamName> - displays if the TeamName is alive in the game
  • <inGame> - displays the players in game
  • <max> - displays the maximum players which can hold the arena
  • <nextEvent> - displays the next event , you can add <eventTime> to this to get the seconds of the next event
  • <time> - displays the current time
  • <day> - displays the current day
  • <month> - displays the current month
  • <year> - displays the current year
  • <kills> - displays the player kills
  • <deaths> - displays the player deaths
  • <finalKills> - displays the player final kills
  • <bedsBroken> - displays the player beds broken

Updated