A Minecraft Forge mod that synchronizes player data across multiple servers using a MySQL backend.
Go to file
EoD 32856ccd67 fix hidden NoClassDefFoundError
net.p3pp3rf1y.sophisticatedbackpacks throws a NoClassDefFoundError when
sophisticated backpacks is not installed.
This exception never reaches the logs for unknown reasons.

Checking explicitly for ModList.get().isLoaded() ensures that the mod is
loaded.

Fixes regression of 439c7ee5bb
2025-05-01 16:16:42 +00:00
.github/workflows Merge pull request #35 from EoD/update-gradlew 2025-05-01 21:03:43 +08:00
gradle/wrapper bump gradlew and update mod config 2025-04-23 22:10:48 +00:00
src/main fix hidden NoClassDefFoundError 2025-05-01 16:16:42 +00:00
.gitattributes Initial commit 2022-12-08 16:59:20 +08:00
.gitignore ignore vscode generated files 2025-04-23 22:37:51 +00:00
build.gradle bump gradlew and update mod config 2025-04-23 22:10:48 +00:00
gradle.properties bump gradlew and update mod config 2025-04-23 22:10:48 +00:00
gradlew bump gradlew and update mod config 2025-04-23 22:10:48 +00:00
gradlew.bat bump gradlew and update mod config 2025-04-23 22:10:48 +00:00
LICENSE Create LICENSE 2022-12-08 17:11:47 +08:00
README.md update 1.20.1 2023-09-22 12:07:58 +08:00
settings.gradle bump gradlew and update mod config 2025-04-23 22:10:48 +00:00

PlayerSync

This is a Minecraft forge mod using Mysql backend to make player data synchronization between different servers.
Such as equipment,inventory,effects,experience,food level.Any other mods support is also possible.
Support version now:
1.20.1 1.19-1.19.3
1.18.2
1.16.5
Current support Mod: curios