Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Scoreboard Customizer lets you rebuild the sidebar scoreboard into whatever you want, on any server, fully client-side. Other mods can recolor the scoreboard or hide lines. This one lets you replace it outright, mix in your own live data, or take the server's real board and restyle it while its values keep updating.
Everything is edited in-game in a plain text box. No config files, no restarts. Line 1 is the title, every line after it is a row, and blank lines become spacing.
Variables
Anything in {braces} gets replaced live: {fps}, {ping}, {x} {y} {z}, {name}, {server}, {time}.
You can also pull straight from the server's own scoreboard. {sb_val_3} grabs the value from line 3 and keeps it ticking, so you can restyle a server's board without losing its live numbers. Or use {sb_lines} to mirror the whole board and just recolor it.
Here's a full example:

The config that produced it:
&l<gradient:#B14BFF:#FF5FD2>XAIKAW LIVE</gradient>
&7Twitch{right}&f/xaikaw
&7Discord{right}&f.gg/xaikaw
&7Break in{right}&d{timer:1h}
&7FPS{right}&a{fps}
&7Ping{right}&e{ping}ms
&7Clock{right}&f{time}
{right} pushes everything after it to the right edge, so your values line up like a real scoreboard. {timer:1h} counts down from an hour, and you can set it to play a sound or show your own action bar message when it hits zero.
Features
Editor
- Formatting toolbar with B, I, U and
Sbuttons, so there are no codes to memorise - Full color picker with a spectrum, hue slider, and hex or RGB paste
- Icon picker, variable picker, and a gradient builder with a live preview
- Live preview of your board while you type, plus Undo
- 8 built-in templates to start from
Styling
&color codes, hex&#RRGGBB, and gradients like<gradient:#B14BFF:#FF5FD2>text</gradient>- Animated effects:
<rainbow>and flowing<agradient:> {right}for right-aligned values- Progress bars:
{bar:7:10}draws a 70% bar - Number formatting, either
1,000,000or1.9M
Live data
- Timers: looping countdowns that can play a sound and show your own action bar message when they hit zero
- Counters: track anything you do, including kills, deaths, blocks broken or placed, damage taken, XP and jumps. Each rule can add or subtract any amount.
Presets and layout
- Save unlimited presets, auto-apply one per server, or share them with a short code
- Drag the board anywhere on screen, or set the side, offset, scale and background opacity
- Hotkeys to toggle the board, cycle presets, or reset counters
Requirements
- Fabric Loader and Fabric API
- Mod Menu is optional, only for the Configure button. There's also a keybind.
- Client-side only. It works on any server, nothing is sent to the server, and no server-side install is needed.
There are no plans for a Forge port, but the MIT license lets you port it yourself if you want.
For any questions/bug reports, feel free to message me on discord - xaikaw


