Interface ScoreboardService
public interface ScoreboardService
The built-in, YAML-configured scoreboard. When the TAB plugin is present and its scoreboard
feature is enabled, YouNeedMe defers to it automatically and this service becomes a no-op to
avoid a display conflict - see
core's TAB integration.-
Method Summary
Modifier and TypeMethodDescriptionbooleanisActive()Whether YouNeedMe is actively rendering its own scoreboard right now (false while TAB owns the display or while the server environment does not support Bukkit scoreboards).booleanisEnabledFor(UUID player) voidreload()voidsetEnabledFor(UUID player, boolean enabled) void
-
Method Details
-
isEnabledFor
-
setEnabledFor
-
toggle
-
reload
void reload() -
isActive
boolean isActive()Whether YouNeedMe is actively rendering its own scoreboard right now (false while TAB owns the display or while the server environment does not support Bukkit scoreboards).
-