MySQL Player Sync โ Official Wiki
Last updated
Last updated
๐ Welcome to the MySQL Player Sync Wiki! Here youโll find everything you need to set up, configure, and troubleshoot the plugin.
๐ง
โ
๐พ
๐
โ
๐ข
๐ฎ
๐ฅ
Download the latest version of MySQL Player Sync from .
Place the .jar
file in the /plugins/
folder on your server.
Start your server to generate the config.yml
file.
Edit config.yml
with your MySQL database details.
Restart your server โ done! ๐
The plugin comes with an easy-to-use config.yml
file. Below is a breakdown of the settings:
๐น Supported Languages:
en
โ English
de
โ German
If you donโt have MySQL installed, follow these steps:
Linux: Install via terminal:
Run the following commands in MySQL CLI or phpMyAdmin:
๐ข When a player joins โ The plugin loads their saved data from the database.
๐ด When a player leaves โ The plugin automatically saves their inventory, XP, health, and game mode.
๐ Cross-server support โ Players will have the same data across multiple servers if connected to the same database.
โ Error: Could not connect to MySQL โ Solution:
Check your config.yml
for correct MySQL details.
Ensure your MySQL server is running.
Allow remote connections if your database is on another machine.
โ Error: No data is saved when players leave. โ Solution:
Ensure auto-save: true
is enabled in config.yml
.
Check the console/logs for errors.
โ Does this plugin work with BungeeCord or Velocity? โก No, this plugin is designed for Spigot/Paper servers only.
โ Can I sync data between multiple servers? โก Yes, as long as they use the same MySQL database.
โ Which Minecraft versions are supported? โก Minecraft 1.21 โ 1.21.4
โ Minecraft Versions: 1.21 โ 1.21.4 โ Server Software: Spigot, Paper, Purpur โ Database: MySQL, MariaDB
Windows:
๐น Download: ๐ฌ Need Help?