Skip to content

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

  1. Create a Sidebar template.
  2. Assign it to players with initial replacers.
  3. Update title, lines, or replacers as player data changes.
  4. Stop animations and remove sidebars on quit.

Released under the MIT License.