Description
Advanced Scoreboard for Hytale
Transform your Hytale server with a fully customizable, Minecraft-style scoreboard that displays real-time player and server information.
Designed to be clean, predictable, and config-first — not command-heavy or visually cluttered. This is the better scoreboard!
✨ Features
Custom Logo & Colors
Add your own logo and use full color support, including hex codes, to brand your scoreboard.
Dynamic Placeholders
Uses PlaceholderLib to display live player and server information.
Real-Time Updates
Scoreboard content refreshes automatically as values change.
Player Toggle Command
Players can use /sboard to toggle the scoreboard on or off.
Admin Reload Command
Admins can use /sbrl to reload the configuration without restarting the server.
Fully Configurable
Customize the title, lines, colors, and layout entirely via Scoreboard.yml.
Custom Animations
Create animated text with frame-by-frame control using Animations.yml.
✅ Requirements
- MultipleHUD: Required to manage multiple HUD elements.
- PlaceholderLib: Required for dynamic placeholders.
🚀 Quick Start
- Install
PlaceAdvancedScoreboard.jarand the required mods into your server’smodsfolder. - Start
Run your server to generate the default configuration. - Customize
Editmods/AdvancedScoreboard/Scoreboard.ymlto your liking. - Reload
Use/sbrlin-game to apply changes instantly.
🎮 Commands
/sboard
Toggles the scoreboard on or off for the player.
/sbrl
Reloads the scoreboard configuration file.
(Requires admin / configured permissions)
⚙️ Configuration
Customize your scoreboard by editing mods/AdvancedScoreboard/Scoreboard.yml.
Note: The scoreboard currently supports a maximum of 12 lines.
Example Scoreboard.yml:
title: "&cAdvanced &dScoreboard"
showLogo: true
lines:
- "{animation:welcome}"
- "&aName: &c%player_name%"
- "&aRank: %luckperms_prefix% %luckperms_group% %luckperms_suffix%"
- ""
- "&aPos: X:%player_x%, Y:%player_y%, Z:%player_z%"
- "&aOnline: _online/%server_max_players%"
- "&bExample &2Message: &11&22&33&44&55&66"
- ""
🎨 Colors & Formatting
- Color Codes: Use
&followed by a number/letter (e.g.,&cfor red). - Hex Colors: Use
&#followed by a 6-digit hex code (e.g.,&#FF5733). - Formatting:(WIP fix.) Use codes like
&l(Bold),&o(Italic),&n(Underline).
🎬 Animations
Create animated text effects using Animations.yml:
change-interval: 400
frames:
- "&eH_"
- "&eHe_"
- "&eHel_"
- "&eHell_"
- "&eHello_"
Using Animations: Add animations to your scoreboard using {animation:name} format:
lines:
- "{animation:hello}"
- "&aPlayer: &c%player_name%"
📍 Placeholders
AdvancedScoreboard gets its power from PlaceholderLib.
Any placeholder available on your server will work automatically.
LuckPerms
(Required for these placeholders)
%luckperms_prefix%
%luckperms_suffix%
%luckperms_group%
Player
%player_name%
%player_uuid%
%player_x% %player_y% %player_z%
%player_language%
Server
%server_name%
%server_max_players%
%server_default_world%
%server_gamemode%
Legacy Placeholders (Deprecated):
_player _online _pos_x _pos_y _pos_z _lp_prefix _lp_suffix _lp_group
It is strongly recommended to use PlaceholderLib equivalents.
🛠️ Troubleshooting
- Scoreboard Not Showing?
- Ensure MultipleHUD and PlaceholderLib are installed and running correctly.
- Check for errors in the server console when you start the server.
- Config Changes Not Applying?
- Use the
/sbrlcommand. - Verify your
Scoreboard.ymlhas valid YAML syntax.
- Use the
- Logo Not Changing?
- Due to how Hytale currently handles mod resources, the logo (
logo.png) must be manually replaced inside the.jarfile. You can find it at\Common\UI\Custom\Textures\logo.pngwithin the jar.
- Due to how Hytale currently handles mod resources, the logo (
- Animations Not Working?
- Ensure your animation names in
{animation:name}match exactly with those defined inAnimations.yml. - Check that your
Animations.ymlfile is in the correct location (mods/AdvancedScoreboard/Animations.yml). - Use
/sbrlto reload both scoreboard and animation configurations.
- Ensure your animation names in
📚 Need Help?
Join our Discord Server for support, to suggest features, or to check out our other mods!


