HomeBedrockAddonsScoreboard Display Tool
Scoreboard Display Tool
AddonsBedrock

Scoreboard Display Tool

by cript0panda · on CurseForge

⬇ Download on CurseForge
1. The Command Syntax
To trigger the script, use the following format in your Minecraft chat or a command block:
/scriptevent my:db <source> <destination> <range>

2. How to write the "Range" rule
The checkRange function in your script allows for four different ways to filter scores:
What you want Syntax Example Meaning
Minimum Score 1.. Keep everyone with a score of 1 or higher.
Maximum Score ..-1 Keep everyone with a score of -1 or lower.
Specific Range 1..10 Keep everyone between 1 and 10 inclusive.
Exact Match 5 Keep only players with exactly 5.

3. Step-by-Step Example
Let’s say you have a hidden scoreboard called total_kills and you want to show a "Leaderboard" on the sidebar that only shows players with at least 5 kills.
  1. Create your boards (one-time setup):
    • /scoreboard objectives add total_kills dummy
    • /scoreboard objectives add leaderboard dummy "Top Slayers"
    • /scoreboard objectives setdisplay sidebar leaderboard
  2. Run the script command:
    • /scriptevent my:db total_kills leaderboard 5..
What happens next:
The script looks at total_kills. Anyone with 5+ kills is copied to leaderboard. Anyone with 4 or fewer is instantly removed from the sidebar so it stays clean.

4. Important Tips
 
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Bedrock addons & mods walks through it step by step.

Scoreboard Display Tool is a free Minecraft Bedrock addon. Compatible with Minecraft 26.10. Downloaded 7 times (via CurseForge). Download it and open it directly in the game.

Explore more