Scoreboard Sync
🟡 Updated this year🖼️ Gallery (1 images)
🔍 Analysis
- 🏆 #110 of 333 management mods in this game by downloads
📋 About This Mod
# ScoreboardSync A Paper plugin that syncs objectives, scores, and teams to a MySQL/MariaDB database so all backend servers in a Velocity or BungeeCord network share the same scoreboard state. Useful for data packs and cross-server minigames that use vanilla scoreboards. ## Installation 1. Drop `ScoreboardSync.jar` into every backend server's `plugins/` folder. 2. Restart each server to generate `plugins/ScoreboardSync/config.yml`. 3. Set up the database (see below). 4. Configure each server — same DB credentials, **different `server-name`**. 5. Restart again (or use `/sbs reload` for config-only changes). ## Database Setup Create a single database that all servers connect to: ```sql CREATE DATABASE scoreboardsync CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; CREATE USER 'sbs'@'%' IDENTIFIED BY 'yourpassword'; GRANT ALL PRIVILEGES ON scoreboardsync.* TO 'sbs'@'%'; ``` ScoreboardSync creates its own tables on first start. ## What Gets Synced | Type | Synced fields | |---|---| | Objectives | Name, display name, criteria, render type | | Scores | Objective, entry (player/entity name), score value | | Teams | Name, display name, prefix, suffix, color, friendly fire, see-friendly-invisibles, nametag visibility, collision rule | | Team members | Which team each entry belongs to | ## Commands | Command | Permission | Description | |---|---|---| | `/sbs status` | `scoreboardsync.admin` | Show server name, sync interval, and DB connection info | | `/sbs push` | `scoreboardsync.admin` | Immediately push local scoreboard state to DB | | `/sbs pull` | `scoreboardsync.admin` | Immediately pull DB state and apply locally | | `/sbs reload` | `scoreboardsync.admin` | Reload config.yml (does not reconnect to DB) |
# ScoreboardSync
A Paper plugin that syncs objectives, scores, and teams to a MySQL/MariaDB database so all backend servers in a Velocity or BungeeCord network share the same scoreboard state. Useful for data packs and cross-server minigames that use vanilla scoreboards.
## Installation
1. Drop `ScoreboardSync.jar` into every backend server's `plugins/` folder. 2. Restart each server to generate `plugins/ScoreboardSync/config.yml`. 3. Set up the database (see below). 4. Configure each server — same DB credentials, different `server-name`. 5. Restart again (or use `/sbs reload` for config-only changes).
## Database Setup
Create a single database that all servers connect to:
```sql CREATE DATABASE scoreboardsync CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; CREATE USER 'sbs'@'%' IDENTIFIED BY 'yourpassword'; GRANT ALL PRIVILEGES ON scoreboardsync.* TO 'sbs'@'%'; ```
ScoreboardSync creates its own tables on first start.
## What Gets Synced
| Type | Synced fields | |---|---| | Objectives | Name, display name, criteria, render type | | Scores | Objective, entry (player/entity name), score value | | Teams | Name, display name, prefix, suffix, color, friendly fire, see-friendly-invisibles, nametag visibility, collision rule | | Team members | Which team each entry belongs to |
## Commands
| Command | Permission | Description | |---|---|---| | `/sbs status` | `scoreboardsync.admin` | Show server name, sync interval, and DB connection info | | `/sbs push` | `scoreboardsync.admin` | Immediately push local scoreboard state to DB | | `/sbs pull` | `scoreboardsync.admin` | Immediately pull DB state and apply locally | | `/sbs reload` | `scoreboardsync.admin` | Reload config.yml (does not reconnect to DB) |
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- CrispyToast_
- Version
- 1.0.0
- Downloads
- 61
- Endorsements
- 1
- Category
- management
- Created
- 4/14/2026
- Updated
- 3/29/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- management, storage, technology
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does Scoreboard Sync support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of Scoreboard Sync?
Version 1.0.0, published 2026-03-29 with 61 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await
