A Minecraft Forge mod that synchronizes player data across multiple servers using a MySQL backend.
Go to file
mlus-Asuka a9f7c8e361 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/vip/fubuki/playersync/sync/VanillaSync.java
2023-04-06 16:50:09 +08:00
.vscode Initial commit 2022-12-08 16:59:20 +08:00
gradle/wrapper Initial commit 2022-12-08 16:59:20 +08:00
src/main debug 2023-04-06 16:49:48 +08:00
.gitattributes Initial commit 2022-12-08 16:59:20 +08:00
.gitignore Initial commit 2022-12-08 16:59:20 +08:00
build.gradle fix armor bugs. 2023-03-31 12:11:35 +08:00
gradle.properties Initial commit 2022-12-08 16:59:20 +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 README.md 2022-12-15 15:03:15 +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.19 Current support Mod: curios