Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
PlayerDataSync [1.20.4-1.21.8] - Cross-Server Data Synchronization

PlayerDataSync [1.20.4-1.21.8] - Cross-Server Data Synchronization 1.1.2-SNAPSHOT

No permission to download
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:
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
Author
DerGamer09
Downloads
2
Views
120
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. PlayerDataSync v1.1.2-SNAPSHOT

    Dieses Update behebt einen kritischen Fehler der neuen Attribute-Synchronisation in...
  2. PlayerDataSync v1.1.1-SNAPSHOT

    Dieses Update bringt zahlreiche Verbesserungen in Stabilität, Performance und Funktionalität...
Back
Top