This commit is contained in:
DerGamer009
2026-02-08 03:41:09 +01:00
parent a8dd755cb7
commit 4aa5a2121b
58 changed files with 19111 additions and 13 deletions

View File

@@ -0,0 +1,199 @@
# PlayerDataSync Premium - Plugin Beschreibung
## Kurzbeschreibung / Short Description
**DE:** Premium-Version von PlayerDataSync mit Lizenz-Validierung, automatischen Updates und erweitertem Support für Custom-Enchantments. Synchronisiert Spielerdaten zwischen Servern über MySQL/SQLite.
**EN:** Premium version of PlayerDataSync with license validation, automatic updates, and enhanced support for custom enchantments. Synchronizes player data between servers via MySQL/SQLite.
---
## Beschreibung / Description
### Deutsch
**PlayerDataSync Premium** ist die Premium-Version des beliebten PlayerDataSync-Plugins für Minecraft-Server. Es bietet alle Features der Standard-Version plus erweiterte Funktionen für professionelle Server-Netzwerke.
#### Hauptfunktionen:
**✅ Vollständige Spielerdaten-Synchronisation**
- Inventar, Rüstung, Offhand und Enderkiste
- Gesundheit, Hunger und Sättigung
- Erfahrungspunkte und Level
- Spielmodus und Position
- Tränkeffekte und Attribute
- Statistiken und Erfolge/Advancements
- Economy-Balance (Vault-Integration)
**✅ Premium-Features**
- **Lizenz-Validierung:** Automatische Validierung über CraftingStudio Pro API
- **Automatische Updates:** Update-Benachrichtigungen und -Prüfung
- **Erweiterte Custom-Enchantment-Unterstützung:** Optimiert für ExcellentEnchants und andere Custom-Enchantment-Plugins
- **Prioritäts-Support:** Schnellerer Support für Premium-Nutzer
**✅ Datenbank-Unterstützung**
- MySQL/MariaDB für Multi-Server-Netzwerke
- SQLite für Single-Server-Installationen
- Automatische Datenbank-Upgrades (TEXT → LONGTEXT)
- Connection Pooling für bessere Performance
**✅ Erweiterte Features**
- BungeeCord/Velocity-Integration
- InvSee/OpenInv-Integration für Offline-Spieler
- Automatische Backups
- Performance-Monitoring
- Umfassende Fehlerbehandlung
**✅ Kompatibilität**
- Minecraft 1.8 - 1.21.11
- Cross-Version-Kompatibilität
- Automatische Feature-Erkennung basierend auf Server-Version
#### Technische Details:
- **Lizenz-Validierung:** Über CraftingStudio Pro API mit 30-Minuten-Caching
- **Update-Checks:** Automatisch beim Server-Start und manuell via `/sync update check`
- **Rate Limits:** 100 API-Requests pro Stunde (automatisch verwaltet)
- **Datenbank-Upgrades:** Automatische Migration von TEXT zu LONGTEXT für große Inventare
#### Installation:
1. JAR-Datei in den `plugins` Ordner kopieren
2. Server starten (Config wird generiert)
3. Lizenzschlüssel in `config.yml` eintragen
4. Server neu starten
#### Support:
- Website: https://craftingstudiopro.de
- API-Dokumentation: https://www.craftingstudiopro.de/docs/api
- Discord: [Join our Discord](https://discord.gg/...)
---
### English
**PlayerDataSync Premium** is the premium version of the popular PlayerDataSync plugin for Minecraft servers. It offers all features from the standard version plus advanced functionality for professional server networks.
#### Main Features:
**✅ Complete Player Data Synchronization**
- Inventory, armor, offhand, and ender chest
- Health, hunger, and saturation
- Experience points and levels
- Gamemode and position
- Potion effects and attributes
- Statistics and advancements
- Economy balance (Vault integration)
**✅ Premium Features**
- **License Validation:** Automatic validation via CraftingStudio Pro API
- **Automatic Updates:** Update notifications and checking
- **Enhanced Custom Enchantment Support:** Optimized for ExcellentEnchants and other custom enchantment plugins
- **Priority Support:** Faster support for premium users
**✅ Database Support**
- MySQL/MariaDB for multi-server networks
- SQLite for single-server installations
- Automatic database upgrades (TEXT → LONGTEXT)
- Connection pooling for better performance
**✅ Advanced Features**
- BungeeCord/Velocity integration
- InvSee/OpenInv integration for offline players
- Automatic backups
- Performance monitoring
- Comprehensive error handling
**✅ Compatibility**
- Minecraft 1.8 - 1.21.11
- Cross-version compatibility
- Automatic feature detection based on server version
#### Technical Details:
- **License Validation:** Via CraftingStudio Pro API with 30-minute caching
- **Update Checks:** Automatically on server start and manually via `/sync update check`
- **Rate Limits:** 100 API requests per hour (automatically managed)
- **Database Upgrades:** Automatic migration from TEXT to LONGTEXT for large inventories
#### Installation:
1. Copy JAR file to `plugins` folder
2. Start server (config will be generated)
3. Enter license key in `config.yml`
4. Restart server
#### Support:
- Website: https://craftingstudiopro.de
- API Documentation: https://www.craftingstudiopro.de/docs/api
- Discord: [Join our Discord](https://discord.gg/...)
---
## Tags / Schlagwörter
### Deutsch
- `player-data-sync`
- `premium`
- `multi-server`
- `bungeecord`
- `velocity`
- `inventory-sync`
- `data-synchronization`
- `mysql`
- `sqlite`
- `custom-enchantments`
- `excellentenchants`
- `vault`
- `economy-sync`
- `backup`
- `cross-server`
- `network`
- `spigot`
- `paper`
- `bukkit`
- `minecraft-plugin`
### English
- `player-data-sync`
- `premium`
- `multi-server`
- `bungeecord`
- `velocity`
- `inventory-sync`
- `data-synchronization`
- `mysql`
- `sqlite`
- `custom-enchantments`
- `excellentenchants`
- `vault`
- `economy-sync`
- `backup`
- `cross-server`
- `network`
- `spigot`
- `paper`
- `bukkit`
- `minecraft-plugin`
---
## Für CraftingStudio Pro / For CraftingStudio Pro
### Kurzbeschreibung (Max. 200 Zeichen)
**DE:** Premium-Version von PlayerDataSync mit Lizenz-Validierung, automatischen Updates und erweitertem Support für Custom-Enchantments. Synchronisiert Spielerdaten zwischen Servern.
**EN:** Premium version of PlayerDataSync with license validation, automatic updates, and enhanced support for custom enchantments. Synchronizes player data between servers.
### Beschreibung (Vollständig)
Siehe oben / See above
### Tags (Komma-getrennt)
```
player-data-sync, premium, multi-server, bungeecord, velocity, inventory-sync, data-synchronization, mysql, sqlite, custom-enchantments, excellentenchants, vault, economy-sync, backup, cross-server, network, spigot, paper, bukkit, minecraft-plugin
```