Aurelium
🟡 Updated this year🖼️ Gallery (5 images)
🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #16 of 62 economy mods in this game by downloads
📋 About This Mod
# Aurelium > **Experimental Web Features** > The web dashboard is in active development. I am facing issues at the moment. Only local works at the moment. Expect potential bugs or instability if you enable `web.enabled`. The core in-game economy, GUI markets, and auction house are stable. A comprehensive, standalone economy plugin for Minecraft Paper. **Compatibility**: Paper, Purpur, Pufferfish, Leaves --- ## Features ### Economy - **Multi-Currency** - Define multiple currencies (e.g., Aurels, Dollars, Euros) with unique symbols and starting balances - **Per-Item Currency** - Assign specific currencies to individual market items - **Vault Support** - Fully compatible with Vault-dependent plugins (ShopGUI+, Essentials, etc.) - **Database** - SQLite or MySQL storage with automatic migration - **Offline Earnings** - Get paid for auction sales even when offline ### Server Market A server-owned shop with dynamic pricing and three interface modes: - **Classic** - Traditional chest-based inventory GUI - **Modern** - Styled chest GUI with MiniMessage gradient titles, glass-pane borders, formatted lore - **Web** - Browser dashboard (see (#web-dashboard)) **Pricing Mechanics:** - Prices automatically rise on buys (Demand) and fall on sells (Supply) - Anti-Exploit: Sell price can never exceed Buy price - Price Floor: Can't drop below 20% of base (configurable) - Price Ceiling: Can't rise above 500% of base (configurable) - Natural Recovery: Prices passively drift toward base value every 10 minutes **Quality of Life:** - Live UI updates every 1 second while a menu is open - Page indicator books showing current page (e.g., "Page 1 of 5") - Compass search button to find any item - Market Crash Alerts for bargain-priced high-value items - Smart inventory: purchases fill partial stacks first **Performance:** - Viewer-Only Refresh: logic dormant unless a player has a menu open - Batched Disk I/O: transaction data saved in background batches - O(1) Data Access: local caching for near-zero CPU impact - Massive Catalog: all building blocks + 60+ mob spawners ### Auction House A fully self-contained player-driven exchange: - 100% GUI Driven: sell items, place bids, make private offers via in-menu buttons - Safety Confirmations: dedicated confirmation screen before deducting funds - Manage Offers: `/ah offers` to Accept or Decline incoming deals - Live Updates: GUI refreshes instantly for all players on buys, bids, cancels; timers update every second - Auto-Refunds: outbid? Money instantly returned ### Buy Orders A global request system for offline purchasing: - Request any item (including 120+ enchanted books and ingots) at your price - Other players browse and fulfill orders from their inventory - Escrow System: money held safely, refunded on cancel - Offline Collections: fulfilled items go to `/ah collect` bin; notified on login - Buyer Notifications: real-time when filled, or on next login ### Custom Item Detection Automatically discovers custom items from popular third-party plugins: - **Auto-Scan on Startup** - runs once, detects all custom items - **Supported Plugins** (zero hard dependencies, all via reflection): - ItemsAdder, Oraxen, MMOItems, MythicMobs, ExecutableItems, Nexo, SX-Item - Discovered items written to `config.yml` under `discovered-items:` - Persisted in `custom_items` database table (schema v2, auto-migrates) - No supported plugins installed? Scanner silently skips with zero overhead ### Web Dashboard A modern, responsive web app with (https://stats.uptimerobot.com/vzXzS8Op2J): - **Server Market** - purchase items from the web, delivered instantly in-game !(https://cdn.modrinth.com/data/cached_images/b28a02ddb620b4a6b5bc54be95508d4adaabba29.png) - **Auction House** - place bids and buyout items (BIN) from the browser !(https://cdn.modrinth.com/data/cached_images/d27ae421656ac26b76fbdc269d9ead39b93c471c.png) - **Buy Orders** - fulfill player buy orders from your online inventory !(https://cdn.modrinth.com/data/cached_images/709660b24ff769aaaf25b9f1c541577e372c7f6b.png) - **Price Tracker** - interactive chart with 7-day history, bezier curves, gradient fills, hover tooltips !(https://cdn.modrinth.com/data/cached_images/6a6c7c0a5e5a3371120a40242bc91baef67cb6ce.png) !(https://cdn.modrinth.com/data/cached_images/101eff1a2a1ccb5f32ba6ffcc77c752f47dad4b3.png) **Web Features:** - Live Sync: in-game changes reflect instantly on the web and vice-versa - Prices recorded every 10 minutes, stored for 7 days - Cloud Mode: optional cloud hosting via Render - Multi-Currency UI: custom currency symbols synced from `config.yml` - Icon Fallbacks: seamless fallback for older MC versions - Secure Sessions: `/web` in-game generates a time-limited link (rolling 1-hour timeout) - Tab Sleep Mode: no network/CPU when tab is inactive; instant wake on return - RAM Optimized: per-server memory
> Experimental Web Features > The web dashboard is in active development. I am facing issues at the moment. Only local works at the moment. Expect potential bugs or instability if you enable `web.enabled`. The core in-game economy, GUI markets, and auction house are stable.
A comprehensive, standalone economy plugin for Minecraft Paper.
Compatibility: Paper, Purpur, Pufferfish, Leaves
## Features
### Economy - Multi-Currency - Define multiple currencies (e.g., Aurels, Dollars, Euros) with unique symbols and starting balances - Per-Item Currency - Assign specific currencies to individual market items - Vault Support - Fully compatible with Vault-dependent plugins (ShopGUI+, Essentials, etc.) - Database - SQLite or MySQL storage with automatic migration - Offline Earnings - Get paid for auction sales even when offline
### Server Market A server-owned shop with dynamic pricing and three interface modes:
- Classic - Traditional chest-based inventory GUI
- Modern - Styled chest GUI with MiniMessage gradient titles, glass-pane borders, formatted lore
- Web - Browser dashboard (see (#web-dashboard))
Pricing Mechanics: - Prices automatically rise on buys (Demand) and fall on sells (Supply) - Anti-Exploit: Sell price can never exceed Buy price - Price Floor: Can't drop below 20% of base (configurable) - Price Ceiling: Can't rise above 500% of base (configurable) - Natural Recovery: Prices passively drift toward base value every 10 minutes
Quality of Life: - Live UI updates every 1 second while a menu is open - Page indicator books showing current page (e.g., "Page 1 of 5") - Compass search button to find any item - Market Crash Alerts for bargain-priced high-value items - Smart inventory: purchases fill partial stacks first
Performance: - Viewer-Only Refresh: logic dormant unless a player has a menu open - Batched Disk I/O: transaction data saved in background batches - O(1) Data Access: local caching for near-zero CPU impact - Massive Catalog: all building blocks + 60+ mob spawners
### Auction House A fully self-contained player-driven exchange:
- 100% GUI Driven: sell items, place bids, make private offers via in-menu buttons
- Safety Confirmations: dedicated confirmation screen before deducting funds
- Manage Offers: `/ah offers` to Accept or Decline incoming deals
- Live Updates: GUI refreshes instantly for all players on buys, bids, cancels; timers update every second
- Auto-Refunds: outbid? Money instantly returned
### Buy Orders A global request system for offline purchasing:
- Request any item (including 120+ enchanted books and ingots) at your price
- Other players browse and fulfill orders from their inventory
- Escrow System: money held safely, refunded on cancel
- Offline Collections: fulfilled items go to `/ah collect` bin; notified on login
- Buyer Notifications: real-time when filled, or on next login
### Custom Item Detection Automatically discovers custom items from popular third-party plugins:
- Auto-Scan on Startup - runs once, detects all custom items
- Supported Plugins (zero hard dependencies, all via reflection):
- - ItemsAdder, Oraxen, MMOItems, MythicMobs, ExecutableItems, Nexo, SX-Item
- Discovered items written to `config.yml` under `discovered-items:`
- Persisted in `custom_items` database table (schema v2, auto-migrates)
- No supported plugins installed? Scanner silently skips with zero overhead
### Web Dashboard
A modern, responsive web app with (https://stats.uptimerobot.com/vzXzS8Op2J):
- Server Market - purchase items from the web, delivered instantly in-game
!(https://cdn.modrinth.com/data/cached_images/b28a02ddb620b4a6b5bc54be95508d4adaabba29.png)
- Auction House - place bids and buyout items (BIN) from the browser
!(https://cdn.modrinth.com/data/cached_images/d27ae421656ac26b76fbdc269d9ead39b93c471c.png)
- Buy Orders - fulfill player buy orders from your online inventory
!(https://cdn.modrinth.com/data/cached_images/709660b24ff769aaaf25b9f1c541577e372c7f6b.png)
- Price Tracker - interactive chart with 7-day history, bezier curves, gradient fills, hover tooltips
!(https://cdn.modrinth.com/data/cached_images/6a6c7c0a5e5a3371120a40242bc91baef67cb6ce.png)
!(https://cdn.modrinth.com/data/cached_images/101eff1a2a1ccb5f32ba6ffcc77c752f47dad4b3.png)
Web Features: - Live Sync: in-game changes reflect instantly on the web and vice-versa - Prices recorded every 10 minutes, stored for 7 days - Cloud Mode: optional cloud hosting via Render - Multi-Currency UI: custom currency symbols synced from `config.yml` - Icon Fallbacks: seamless fallback for older MC versions - Secure Sessions: `/web` in-game generates a time-limited link (rolling 1-hour timeout) - Tab Sleep Mode: no network/CPU when tab is inactive; instant wake on return - RAM Optimized: per-server memory
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- APPLEPIE6969
- Version
- 1.5.3-26.1.x
- Downloads
- 7,401
- Endorsements
- 11
- Category
- economy
- Created
- 2/20/2026
- Updated
- 7/11/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2
- Tags
- economy, game-mechanics, 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 Aurelium support?
The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.
What is the latest version of Aurelium?
Version 1.5.3-26.1.x, published 2026-07-11 with 7,401 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await




