A Minecraft Forge mod that synchronizes player data across multiple servers using a MySQL backend.
Go to file
mlus 388c8b3558
Merge pull request #34 from EoD/fix-deprecations
fix FMLJavaModLoadingContext deprecations
2025-05-01 21:02:59 +08:00
.github/workflows ci: run build also on pull requests 2025-04-24 00:00:01 +02:00
gradle/wrapper Initial commit 2022-12-08 16:59:20 +08:00
src/main fix FMLJavaModLoadingContext deprecations 2025-04-23 22:39:44 +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 Addeed Sophisticated Backpack Mod compatibility 2025-03-20 05:26:15 +01:00
gradle.properties 1.3.5 release 2025-03-21 19:42:08 +08:00
gradlew Initial commit 2022-12-08 16:59:20 +08:00
gradlew.bat Initial commit 2022-12-08 16:59:20 +08: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 Initial commit 2022-12-08 16:59:20 +08: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