ModsJava
PlayerSQL
Makes server save players to MySQL database instead of <uuid.dat> files. Free Minecraft Java mod for 1.7, 1.8, 1.9.
⬇ Download on SpigotWarning! Highly experimental stuff, I'm not responsible for any kind of data loss and breakages.
This plugin hooks into minecraft server save-manager and redirects player saving and loading operations from <uuid.dat> files in world directory to MySQL database. This allows you to easy shard your survival world to multiple servers (via BungeeCord for example).
This version supports API versions from v1_7_R4 to v1_9_R1.
Configuration:
Additionally to MySQL configuration there is loadDelay option which will delay player loading by that amount of milliseconds. This is workaround for probable race condition on player saving\loading. Default value is 500ms but if all your servers and MySQL database are on one physical server you can try lower this value to ~100ms.
Player converter:
On first start if your playerdata directory already contains files plugin will try to convert them to MySQL format and then rename folder to playerdata-SQLBACKUP. This process can potentially take long time depending on your player database.
Don't forget: this plugin is in early stage of development. If you're testing this please report any bugs you found to me via private messages.
This plugin hooks into minecraft server save-manager and redirects player saving and loading operations from <uuid.dat> files in world directory to MySQL database. This allows you to easy shard your survival world to multiple servers (via BungeeCord for example).
This version supports API versions from v1_7_R4 to v1_9_R1.
Configuration:
Additionally to MySQL configuration there is loadDelay option which will delay player loading by that amount of milliseconds. This is workaround for probable race condition on player saving\loading. Default value is 500ms but if all your servers and MySQL database are on one physical server you can try lower this value to ~100ms.
Player converter:
On first start if your playerdata directory already contains files plugin will try to convert them to MySQL format and then rename folder to playerdata-SQLBACKUP. This process can potentially take long time depending on your player database.
Don't forget: this plugin is in early stage of development. If you're testing this please report any bugs you found to me via private messages.
PlayerSQL is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9. Downloaded 221 times (via Spigot). Download it and open it directly in the game.