-
Notifications
You must be signed in to change notification settings - Fork 0
Scoreboard
Mathildeuh edited this page Sep 18, 2026
·
2 revisions
A YAML-configured sidebar scoreboard, refreshed on a timer. Automatically disabled while the TAB plugin is installed, so the two never fight over the sidebar slot.
| Command | Description |
|---|---|
/scoreboard (/sb) |
Toggle the scoreboard for yourself |
/scoreboard reload |
Reload the title/lines from config (requires youneedme.admin) |
enabled: true
refresh-interval-ticks: 20
title: "<gold><bold>YouNeedMe"
lines:
- ""
- "<gray>Player: <white>{player}"
- "<gray>Online: <white>{online}/{max}"
- ""
- "<yellow>play.example.com"Built-in tokens: {player}, {online}, {max}, {server}. If PlaceholderAPI is installed, any
%placeholder% in a line is also resolved — including YouNeedMe's own
official expansion.