Tags
Creators
Details
All versions
1.5.3-26.1.x
Release
Aurelium 1.5.3-26.1.xlast month 168
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Paper
Purpur
Changes
v1.5.3 - Paper 26.2 Support & Web Dashboard Overhaul
What's New
- Paper 26.2 support — works with the latest Paper alpha builds
- Web dashboard is now persistent — your market data, auctions, and player sessions survive server restarts (powered by Astra DB)
- All sensitive data is encrypted — API keys, player UUIDs, balances, and session tokens are encrypted with AES-256 before being stored in the database. Even if someone gets access to the database, they can't read your players' data
- Auction quantity selector (web) — when buying a BIN auction with stacked items (like 64x Diamonds), you can now choose how many you want instead of being forced to buy the whole stack
- Auction category sidebar (web) — the auction page now has the same sidebar as the market, with filters for All Listings, BIN Listings, and BID Listings
- Per-item pricing (web) — auctions and market items now show the price per item, not just the total
Bug Fixes
- Sessions survive restarts — player web sessions no longer break after the server restarts
- No more silent data loss — if the database write fails, you get an error instead of the server pretending everything worked fine
- Better input validation (web) — the website now properly rejects invalid amounts and IDs instead of silently accepting them
- Network errors handled (web) — temporary database connection issues no longer crash the website
- Auction empty states (web) — filtering by category now shows "No auctions in this category" instead of showing all auctions
- Smooth modal animations (web) — closing bid/purchase popups now animates smoothly instead of vanishing instantly
- Quantity button states (web) — the + button grays out when you hit the max, the - button grays out at 1
- Correct BIN label (web) — buy-now listings show "Price (per item)" instead of "Your Bid (per item)"
- Better item icons (web) — fallback chain tries multiple Minecraft versions before showing a generic box icon
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:LJ9k5olE:PYZQtccH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LJ9k5olE:PYZQtccH"
}

