
Why This Plugin is Great for Datapack Developers ⚙️
Minecraft datapacks are very powerful, but they have one big limitation:
** Scoreboard values are saved locally on the server.**
This means if you're running a server network (like a lobby + minigames), datapacks can't carry player progress across servers, because there's no shared storage for scoreboard values.
With this plugin, scoreboard data is stored in a MySQL database, a central location accessible by all servers.
For datapack developers, this means:
- Cross-server compatibility for scoreboard-based systems
- Centralized progress storage —> works on BungeeCord, Velocity & more
- No more “one-server-only” limitation for complex datapacks
- Enables network-wide features, like global achievements or player stats
Now you can finally use your datapack in multi-server environments without losing data.
Commands
Permission required: sd.* or op
- /sd register
Registers a scoreboard objective to be saved in the database when a player leaves, and loaded when they join.
- /sd unregister
Unregisters a scoreboard objective. The data will no longer be updated or loaded for players.
- /sd delete
Deletes all saved data for an unregistered scoreboard objective from the database.
- /sd list
Displays a list of all currently registered scoreboard objectives.
️Planned Features
These features are planned for future updates:
- GUI Support
A simple and intuitivegui to manage registered scoreboards and view player data.
- Multi-language Support
Translations for multiple languages to improve accessibility for international users.
Ченджлог
v1.2.0Релиз1.20, 1.21, 1.21.1 · 9 апреля 2025 г.
️Date: April 9, 2025
✨ New Features:
- ➕ /sd get command added
- View stored database values for any player on a specific scoreboard.
- Fully permission protected.
- Shows:
- Player name
- Scoreboard name
- Saved score from the database
️️⚒️Improvements:
- All messages have been standardized to English
- Consistent formatting across all commands
- Scoreboard names are now wrapped like: [SD] Scoreboard '' ...
- Improved clarity in command feedback
- Added colorized tag [SD] prefix for all output messages (except raw data output like /get).
✅ Tested Compatibility:
- Minecraft Versions: 1.13 – 1.21.1
- Server Software:
- ✅ Paper (Recommended)
- ✅ Spigot
- ✅ Purpur
- ❌ Bukkit
1.1Релиз1.20, 1.21, 1.21.1 · 6 апреля 2025 г.
Better structure and language problem!!!
Language Fix: Corrected an issue where two languages were used inconsistently, causing confusion. The plugin now uses a single, consistent language throughout, ensuring a smoother experience for users.
Database Structure Rework: Completely restructured the database and revamped how scoreboards are saved. This improves the overview and usability of the stored values, which ensures better user friendlines
Комментарии
Загружаем…