Scoreboard DB
Allows to store scoreboard values in DB and load from it!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Scoreboard DB
Scoreboard DB Plugin
A Minecraft Paper plugin (1.20.1+) for storing scoreboard data in a local or remote database (SQLite, MySQL, PostgreSQL). Supports Velocity integration (may not work yet), periodic sync, and configurable YAML.
Features
- Stores scoreboard data in a database (local SQLite, or remote MySQL/PostgreSQL) - Commands: save value, get value, sync-now - Periodic sync (configurable interval) - Velocity support for server name
Setup
1. Place the plugin JAR in your server's `plugins` folder. 2. Start the server to init config.yml (By default it will create local db) 3. Configure `config.yml` in the plugin's data folder. 4. Start the server. 5. Run `/scoreboarddb sync-now`
Requires Java 17+
permission: scoreboarddb.use