This is a scoreboard plugin for BDSX
This is a scoreboard plugin like ScoreHud in PMMP but this plugin is for BDSX. You can customize the scoreboard as you like and you can add addons in this plugin for your scoreboard.
- /scorex < hide|show > - Show ot hide scoreboard.
- /sbx < hide|show > - Show ot hide scoreboard.
config.json in scoreboard-x plugin.(example.ts).(example.ts).ts
import { ServerPlayer } from "bdsx/bds/player";
import { AddonData } from "../src/addon";export function getProcessedTags(player: ServerPlayer): AddonData[] {
return [
["{ping!}", "Pong!"],
];
}
``