ScoreboardLite

Functions

Link copied to clipboard
open override fun createBossBar(title: (Player) -> Component, progress: (Player) -> Float, bar: BossBar, plugin: Plugin?, refreshInterval: Ticks?, visibilityCondition: (Player) -> Boolean?): BossBarHandle
Link copied to clipboard
open override fun createSidebar(title: () -> Component, lines: List<(Player) -> Component>, plugin: Plugin?, refreshInterval: Ticks?): SidebarHandle
Link copied to clipboard
fun init(plugin: Plugin)