SkillAgentSearch skills...

MPDS

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.

Install / Use

/learn @Nekozuki0509/MPDS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Modrinth VersionModrinth DownloadsModrinth Game Versions Discord Static Badge

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...)
  1. add this mod to server mods folder.
  2. restart server.
  3. edit config file which is in config/mpdsconfig file.
  4. let's play!

config file

{
  "_Hcomment_" : "it's mysql host ip",
  "HOST" : "127.0.0.1:3306",
  "_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",
  "ServerName" : "s",
  "_AJMcomment_" : "allow join message",
  "AJM" : "true",
  "_ASMcomment_" : "allow skip message",
  "ASM" : "true",
  "_AEMcomment_" : "allow error message",
  "AEM" : "true",
  "_SAcomment_" : "sync air",
  "SA" : "true",
  "_SHcomment_" : "sync health",
  "SH" : "true",
  "_SFcomment_" : "sync food",
  "SF" : "true",
  "_SLcomment_" : "sync level",
  "SL" : "true",
  "_SEncomment_" : "sync EnderChest",
  "SEn" : "true",
  "_SIcomment_" : "sync inventory",
  "SI" : "true",
  "_SEfcomment_" : "sync effect",
  "SEf" : "true"
}

sources

Sources are in master as a multi-project Gradle build (common + version-specific projects like v1.18.2).

ko-fi

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated5d ago
Forks4

Languages

Java

Security Score

85/100

Audited on Mar 26, 2026

No findings