PlayerDataSync
Seamless Cross-Server Player Data Synchronization
Features:
✅
Complete Player Data Sync:
• Inventory & Ender Chest contents
• Experience Points (XP)
• Health & Food levels
• Game Mode
• Location (World, coordinates, and view direction)
• Active Potion Effects
Key Benefits:
Real-Time Synchronization
• Instant data transfer between servers
• No data loss when switching servers
• Automatic saving on player quit
️
Reliable & Secure
• MySQL database support
• Safe data serialization
• Error handling and logging
⚙️
Easy Setup
• Simple configuration
• Multi-language support
• Detailed error messages
Performance Monitoring
• bStats integration
• Performance-optimized
• Minimal server impact
Supported Versions:
✅ 1.20.4
✅ 1.21.x (1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.7, 1.21.8)
Configuration:
Code (Text):
database:
type: mysql # or sqlite
mysql:
host: localhost
port: 3306
database: minecraft
user: root
password: password
sqlite:
file: plugins/PlayerDataSync/playerdata.db
sync:
coordinates: true
xp: true
gamemode: true
enderchest: true
inventory: true
health: true
hunger: true
position: true
achievements: true
autosave:
interval: 5
language: en
metrics: true
Commands & Permissions:
• Plugin works automatically
• No commands needed
• No special permissions required
Support:
Need help? Found a bug? Have a suggestion?
• Leave a comment below
• Open an issue on GitHub
• Contact via Discord
Updates & Future Plans:
Regular updates and maintenance
Performance optimizations
✨ New feature additions based on community feedback
Requirements:
• Java 17 or higher
• MySQL Database
• Spigot/Paper server
Download now and keep your player data synchronized across all your servers!
Made with ❤️ by DerGamer09