MPDS
it's a fabric mod to sync player data between fabric servers. this needs only server side.
- Загрузки
- 3K
- Подписчики
- 16
- Обновлён
- 25 августа 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 18 февраля 2024 г.
Minecraft Player Data Sync(MPDS)
Description
it's a fabric mod to sync player data between fabric servers. this needs only server side. this mod can sync player's air, health, enderChest, exhaustion, foodLevel, saturationLevel, foodTickTimer, inventory, offhand, armor, selectedSlot, experienceLevel, and experienceProgress.
TODO
[!CAUTION]
- you need to build mysql server with 8.0.36 or higher.
- you need to link fabric servers with proxy server!(like velocity, bungeecord, etc...)
- add this mod to server mods folder.
- restart server.
- edit config file which is in config/mpdsconfig file.
- let's play!
config file
{
"_Hcomment_" : "it's mysql host ip",
"HOST" : "000.000.000.000",
"_Dcomment_" : "it's mysql database name **YOU MUST CREATE THIS DB!!**",
"DB_NAME" : "minecraft",
"_Tcomment_" : "it's mysql table name(auto create)",
"TABLE_NAME" : "player",
"_Ucomment_" : "it's mysql user name",
"USER" : "foo",
"_Pcomment_" : "it's mysql user's password",
"PASSWD" : "bar",
"_Scomment_" : "it's this server name",
"SERVER" : "s",
"_DJMcomment_" : "disable join message",
"DJM" : "false",
"_DSMcomment_" : "disable skip message",
"DSM" : "false",
"_DEMcomment_" : "disable error message",
"DEM" : "false"
}
Ченджлог
4.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 25 августа 2026 г.
fixed package competition
4.1.0Релиз1.20.4, 1.20.5, 1.20.6 · 25 августа 2026 г.
fixed package competition
4.1.0Релиз1.19.2, 1.19.3, 1.19.4 · 25 августа 2026 г.
fixed package competition
4.1.0Релиз1.18, 1.18.1, 1.18.2 · 25 августа 2026 г.
fixed package competition
4.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 2 июня 2026 г.
changed clear process to let servers to store players' data
4.0.0Релиз1.20.4, 1.20.5, 1.20.6 · 2 июня 2026 г.
changed clear process to let servers to store players' data
4.0.0Релиз1.19.2, 1.19.3, 1.19.4 · 2 июня 2026 г.
changed clear process to let servers to store players' data
4.0.0Релиз1.18, 1.18.1, 1.18.2 · 2 июня 2026 г.
changed clear process to let servers to store players' data
Комментарии
Загружаем…