Quick Start
Get VelaBoard running in your plugin in minutes.
Installation
Add VelaBoard to your Maven or Gradle project.
Sidebars
Learn how player and shared sidebars work.
Teams
Manage teams with colors, prefixes, and collision rules.
API Reference
Full reference for every class and method.
Events
Listen for and cancel scoreboard events.
Get started in 4 steps
1
Add the dependency
Add VelaBoard to your
pom.xml or build.gradle.2
Get the handler
Call
ScoreboardAPI.getHandler() to obtain a ScoreboardHandler.3
Create a scoreboard
Use
handler.createScoreboard() to create a Scoreboard instance.4
Show a sidebar
Create a
PlayerSidebar or SharedSidebar and call .show().