A powerful, lightweight, and easy-to-use Scoreboard & Team management API for Bukkit/Spigot servers.
Build stunning scoreboards, manage teams, and control gameplay interactions with minimal code.
Documentation • Discord Community
Certain tasks are impossible to perform with the standard Bukkit API and may require working with and even modifying Minecraft directly. A common method is to modify incoming and outgoing packets or add custom packets. However, this can be quite complicated, especially for beginners. It also requires regular maintenance, as updates to Minecraft particularly due to code obfuscation can easily break these implementations.
VelaBoard gives Spigot plugin developers a clean, flexible API for managing Minecraft scoreboards. Whether you need a per-player HUD sidebar, a shared scoreboard displayed to an entire server, or full team management with colors and collision rules — VelaBoard handles it with minimal boilerplate.
Enjoying this resource pack? Your support helps fund future updates, new features, bug fixes, and the development of more Minecraft projects. Every contribution keeps the work alive and growing.
This button will safely redirect you to my official support page hosted on GitHub Pages, which is 100% safe.
<dependency>
<groupId>io.github.velahere</groupId>
<artifactId>velaboard</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
dependencies {
compileOnly 'io.github.velahere:velaboard:1.0.1'
}
| Document | Purpose |
|---|---|
| Getting Started | Setup instructions and core concepts |
| API Reference | Complete method documentation |
| Examples | Real-world usage examples |
| Resource | Status |
|---|---|
| 📦 Maven Central Repository | Link |
| 📚 Full Documentation | Link |
| 🎨 Spigot Resource Page | Coming Soon |
| 💬 Discord Community | Link |
Before reporting bugs:
Q: I added the dependency but it doesn't work!
A: Make sure the Velaboard plugin is installed on your server.
Q: NullPointerException when calling the API?
A: Verify the plugin is running using /plugins.
Q: Scoreboards not displaying?
A: Ensure you called sidebar.show() after setup.
⬆ Back to Top
Made with ❤️ for Minecraft servers
If you find this helpful, please give it a ⭐!

VelaBoard is a flexible Minecraft Scoreboard API designed for Spigot plugin developers. It removes the complexity of working directly with Bukkit’s low-level scoreboard API.