MysticLib
SpigotMCCore shared library for all Mystic Minecraft plugins — provides database pooling, logging, plugin re
6 downloads
latest v1.0.0 SpigotMC
✨ Features
- ️ Shared Database Pool
HikariCP connection pool shared across all Mystic plugins. Configure once, use everywhere. - Logging
Clean console output with log levels: info, warn, error, success. - Plugin Registry
Centralized startup display showing all registered Mystic plugins with version and load time.
- Server: Paper / Purpur 1.21.x+
- Java: 21+
- Database: MySQL 5.7+ / MariaDB 10.2+ (optional — runs in memory-only mode if disabled)
- Download the latest MysticLib-x.x.x.jar from the Releases section.
- Place it in your server's plugins/ folder.
- Start the server — MysticLib loads first automatically (load: STARTUP).
- Configure database settings in plugins/MysticLib/config.yml.
- Restart the server.
The default config is generated at:
plugins/MysticLib/config.yml
Note:
All Mystic plugins (MysticPlaceholders, etc.) share this single connection pool. You only configure the database once here.
Commands
- /mysticlib reload — Reload configuration (Permission: mysticlib.admin)
- /mysticlib status — Show database status and registered plugins (Permission: mysticlib.admin)
Comments 0
No comments yet. Be the first to share your thoughts.