▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Scoreboard Sync
Scoreboard Sync

Scoreboard Sync

A plugin that syncs objectives, scores, and teams to a MySQL/MariaDB database so all backend servers in a Velocity or BungeeCord network can share the same scoreboard state. Useful for data packs and cross-server minigames that use vanilla scoreboards.

5
1

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:

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

TypeSynced fields
ObjectivesName, display name, criteria, render type
ScoresObjective, entry (player/entity name), score value
TeamsName, display name, prefix, suffix, color, friendly fire, see-friendly-invisibles, nametag visibility, collision rule
Team membersWhich team each entry belongs to

Commands

CommandPermissionDescription
/sbs statusscoreboardsync.adminShow server name, sync interval, and DB connection info
/sbs pushscoreboardsync.adminImmediately push local scoreboard state to DB
/sbs pullscoreboardsync.adminImmediately pull DB state and apply locally
/sbs reloadscoreboardsync.adminReload config.yml (does not reconnect to DB)

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:3 недели назад
Обновлён:2 недели назад
Главная