This addon provides a dynamic, real-time scoreboard display system for Minecraft Bedrock Edition, along with a lightweight player name database to properly track both online and offline players.
It’s designed to visually display leaderboard-style scoreboards in the world while ensuring player names remain accurate—even after they leave the game.
โจ Features
- ๐ Live Scoreboard Display
- Automatically updates every second
- Displays top players based on scoreboard values
- Supports ascending or descending sorting
- ๐ท๏ธ Floating Leaderboards
- Uses entities (eggs) to render scoreboard data as floating text
- Customizable formatting (prefixes, rankings, colors, limits)
- ๐ค Offline Player Support
- Stores player names using dynamic properties
- Ensures scoreboard entries don’t show as unknown or broken names
- ๐ Multi-Dimension Support
- Works across:
- Overworld
- Nether
- The End
- Works across:
- ๐ง Smart Data Cleanup
- Removes unused or invalid scoreboard participants
- Prevents memory/data buildup over time
- ๐ฆ Custom Menu Integration
- Opens a UI menu when using a custom item (
sft:menu)
- Opens a UI menu when using a custom item (
โ๏ธ How It Works
- The addon tracks player names and links them to scoreboard IDs
- When a player joins:
- Their name is saved to a database
- When they leave:
- Their name is preserved for scoreboard display
- Scoreboards are rendered via invisible entities with name tags
- Data is refreshed every 20 ticks (1 second)
๐งพ Display Features
- ๐ฅ Optional ranking numbers (1st, 2nd, 3rd…)
- ๐จ Custom prefixes for:
- Rank numbers
- Player names
- Scores
- ๐ข Configurable number of displayed players
- ๐ Sorting options:
- Highest score first
- Lowest score first
๐ฎ Use Cases
- Server leaderboards (money, kills, levels, etc.)
- Competitive minigames
- RPG progression tracking
- Hub displays & stat boards

