1.2.2 • Published 2 years ago

@bdsx/scoreboard-x v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Scoreboard-X

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.

Preview

Commands

  • /scorex < hide|show > - Show ot hide scoreboard.
  • /sbx < hide|show > - Show ot hide scoreboard.

Setup

How to customize the scoreboard

  • Go to the folder where your plugins is located.
  • Find the scoreboard-x plugin folder and open.
  • Open config.json in scoreboard-x plugin.
  • Customize the scoreboard you want.

How to create your addon

  • Go to scoreboard-x plugin folder.
  • Go to addons folder.
  • Create a new typescript file(example.ts).
  • Copy this script and past to your addon file(example.ts).
import { ServerPlayer } from "bdsx/bds/player";
import { AddonData } from "../src/addon";

export function getProcessedTags(player: ServerPlayer): AddonData[] {
    return [
      ["{ping!}", "Pong!"],
    ];
}
  • And you can edit your scoreboard addon.

Author

Other

If you have ideas for future updates or you find bugs in this plugin you can report here.

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago