Scoreboard Plugin Support

To enable the compatibility with a certain scoreboard plugin, go to your scoreboard configuration file, and enter the following:

scoreboard-plugin-support:
  featherboard:
    lobby-scoreboard: 'default'
    game-scoreboard: 'game'
    spectator-scoreboard: 'spectator'

In the example above, we're enabling the compatibility with the scoreboard plugin "FeatherBoard". You can have several scoreboards with FeatherBoard, so all you have to do is put the name of the scoreboard for each case, lobby, game, and spectator, and the plugin will ask FeatherBoard to show the respective scoreboard to the players.

At the moment only "FeatherBoard" is supported. If you would like a certain scoreboard plugin to be compatible with BattleRoyale, you can ask for it, so we can make it compatible.

Last updated