AuroraLib
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.3% endorsement rate
- 🏆 #63 of 169 folia mods in this game by downloads
📋 About This Mod
# AuroraLib This is the base plugin for every Aurora plugin. It requires **PaperMC** as the server software and **Java 21** or higher. Folia is also supported. You can view the full documentation (https://docs.auroramc.gg/aurora). It provides the following utilities: - chat/actionbar messaging, text building using every possible color formats and styles. - custom logger - automatic yaml to class mapping and config versioning - plugin dependency management - inventory menu/gui builder with premade configs - user data management via file or mysql (mysql can sync between servers as well) - builtin user metadata store with placeholder support - economy expansion with builtin providers (CMI, EssentialsX, Vault) - placeholder expansion to interact with PAPI - configurable number formatting (regular and short formats as well) - player placed block tracker (supporting flatfile or sqlite as storage) which integrates with Multiverse-Core and WildRegeneration for cleanup. It can even handle manual chunk deletions. - WorldGuard expansion to provide events like `PlayerRegionEnterEvent` and `PlayerRegionLeaveEvent` - `CommandDispatcher` to easily dispatch commands from config files - Common leveler / level matcher / level reward utilities. - Item resolver/builder interface which supports items from other plugins. - Leaderboard APIs ## Include it in your project ### Maven ```xml <repository> <id>auroramc</id> <url>https://repo.auroramc.gg/releases/</url> </repository> ``` ```xml <dependency> <groupId>gg.auroramc</groupId> <artifactId>Aurora</artifactId> <version>{VERSION}</version> <scope>provided</scope> </dependency> ``` ### Gradle **Groovy DSL:** ```gradle repositories { maven { url "https://repo.auroramc.gg/releases/" } } dependencies { compileOnly 'gg.auroramc:Aurora:{VERSION}' } ``` **Kotlin DSL:** ```Gradle Kotlin DSL repositories { maven("https://repo.auroramc.gg/releases/") } dependencies { compileOnly("gg.auroramc:Aurora:{VERSION}") } ```
# AuroraLib
This is the base plugin for every Aurora plugin. It requires PaperMC as the server software and Java 21 or higher. Folia is also supported.
You can view the full documentation (https://docs.auroramc.gg/aurora).
It provides the following utilities: - chat/actionbar messaging, text building using every possible color formats and styles. - custom logger - automatic yaml to class mapping and config versioning - plugin dependency management - inventory menu/gui builder with premade configs - user data management via file or mysql (mysql can sync between servers as well) - builtin user metadata store with placeholder support - economy expansion with builtin providers (CMI, EssentialsX, Vault) - placeholder expansion to interact with PAPI - configurable number formatting (regular and short formats as well) - player placed block tracker (supporting flatfile or sqlite as storage) which integrates with Multiverse-Core and WildRegeneration for cleanup. It can even handle manual chunk deletions. - WorldGuard expansion to provide events like `PlayerRegionEnterEvent` and `PlayerRegionLeaveEvent` - `CommandDispatcher` to easily dispatch commands from config files - Common leveler / level matcher / level reward utilities. - Item resolver/builder interface which supports items from other plugins. - Leaderboard APIs
## Include it in your project
```xml
```xml
Groovy DSL: ```gradle repositories { maven { url "https://repo.auroramc.gg/releases/" } }
dependencies { compileOnly 'gg.auroramc:Aurora:{VERSION}' } ```
Kotlin DSL: ```Gradle Kotlin DSL repositories { maven("https://repo.auroramc.gg/releases/") }
dependencies { compileOnly("gg.auroramc:Aurora:{VERSION}") } ```
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- erik_sz
- Version
- 2.6.0-b215
- Downloads
- 5,312
- Endorsements
- 18
- Category
- folia
- Created
- 7/9/2024
- Updated
- 8/17/2026
- Game Versions
- 26.2
- Tags
- library, technology, 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 AuroraLib support?
The author lists 26.2. Other versions may work but are untested by the author.
What is the latest version of AuroraLib?
Version 2.6.0-b215, published 2026-08-17 with 5,312 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await