StomBoards Docs
stomboard is a lightweight sidebar/scoreboard library for Minestom.
Use this documentation to quickly integrate sidebars with placeholders and animations in Kotlin and Java.
What You Get
- Per-player sidebar assignment
- Dynamic placeholder replacement
- Title and line updates
- Built-in animation helpers
- Safe lifecycle utilities for join/quit flows
Typical Lifecycle
- Create a
Sidebartemplate. - Assign it to players with initial replacers.
- Update title, lines, or replacers as player data changes.
- Stop animations and remove sidebars on quit.