MysticLib
๐ก Updated this yearPreview

๐ Analysis
- ๐ #340 of 1080 bukkit mods in this game by downloads
๐ About This Mod
<p align="center"> <h1 align="center">๐ฎ MysticLib</h1> <p align="center"> Core shared library for all Mystic Minecraft plugins โ provides database pooling, logging, plugin registry, and utilities. </p> </p> --- ## Features - ๐๏ธ **Shared Database Pool** โ HikariCP connection pool shared across all Mystic plugins. Configure once, use everywhere. - ๐ **Logging** โ console output with log levels (`info`, `warn`, `error`, `success`). - ๐ **Plugin Registry** โ Centralized startup display showing all registered Mystic plugins with version and load time. ## Requirements | Requirement | Version | |-------------|---------| | Paper / Purpur | 1.21.x+ | | Java | 21+ | | MySQL / MariaDB | 5.7+ / 10.2+ (*optional, runs in memory-only mode if disabled*) | ## Installation 1. Download the latest `MysticLib-x.x.x.jar` from Releases. 2. Place it in your server's `plugins/` folder. 3. Start the server โ MysticLib loads first automatically (`load: STARTUP`). 4. Configure database settings in `plugins/MysticLib/config.yml`. 5. Restart the server. ## Configuration 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 | Command | Description | Permission | |---------|-------------|------------| | `/mysticlib reload` | Reload configuration | `mysticlib.admin` | | `/mysticlib status` | Show database status and registered plugins | `mysticlib.admin` | **Aliases:** `/mlib` ### API Reference | Class | Key Methods | |-------|-------------| | `MysticLib` | `getInstance()`, `getDatabaseManager()`, `getPluginRegistry()`, `isDatabaseEnabled()` | | `DatabaseManager` | `getConnection()`, `executeAsync()`, `queryAsync()`, `isConnected()`, `shutdown()` | | `PluginRegistry` | `register()`, `unregister()`, `getRegisteredPlugins()`, `isRegistered()` | | `MysticLogger` | `info()`, `warn()`, `error()`, `success()`, `printPluginInfo()` | | `ColorUtil` | `gradient()`, `mysticGradient()`, `parse()`, `gradientComponent()`, `legacyToMiniMessage()` |
๐ฎ MysticLib
Core shared library for all Mystic Minecraft plugins โ provides database pooling, logging, plugin registry, and utilities.
## Features
- ๐๏ธ Shared Database Pool โ HikariCP connection pool shared across all Mystic plugins. Configure once, use everywhere.
- ๐ Logging โ console output with log levels (`info`, `warn`, `error`, `success`).
- ๐ Plugin Registry โ Centralized startup display showing all registered Mystic plugins with version and load time.
## Requirements
| Requirement | Version | |-------------|---------| | Paper / Purpur | 1. 21.x+ | | Java | 21+ | | MySQL / MariaDB | 5. 7+ / 10. 2+ (optional, runs in memory-only mode if disabled) |
## Installation
1. Download the latest `MysticLib-x.x.x.jar` from Releases. 2. Place it in your server's `plugins/` folder. 3. Start the server โ MysticLib loads first automatically (`load: STARTUP`). 4. Configure database settings in `plugins/MysticLib/config.yml`. 5. Restart the server.
## Configuration
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
| Command | Description | Permission | |---------|-------------|------------| | `/mysticlib reload` | Reload configuration | `mysticlib.admin` | | `/mysticlib status` | Show database status and registered plugins | `mysticlib.admin` |
Aliases: `/mlib`
### API Reference
| Class | Key Methods | |-------|-------------| | `MysticLib` | `getInstance()`, `getDatabaseManager()`, `getPluginRegistry()`, `isDatabaseEnabled()` | | `DatabaseManager` | `getConnection()`, `executeAsync()`, `queryAsync()`, `isConnected()`, `shutdown()` | | `PluginRegistry` | `register()`, `unregister()`, `getRegisteredPlugins()`, `isRegistered()` | | `MysticLogger` | `info()`, `warn()`, `error()`, `success()`, `printPluginInfo()` | | `ColorUtil` | `gradient()`, `mysticGradient()`, `parse()`, `gradientComponent()`, `legacyToMiniMessage()` |
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- uwumystic
- Version
- 1.0.0
- Downloads
- 63
- Endorsements
- 0
- Category
- bukkit
- Created
- 4/15/2026
- Updated
- 4/6/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- library, storage, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does MysticLib support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of MysticLib?
Version 1.0.0, published 2026-04-06 with 63 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await