Aurelium is a comprehensive, standalone economy plugin for Minecraft Paper 1.21, but compatible with 1.21.x. It features a custom currency (Aurels), a flexible Admin Market, a player-driven Auction House, and seamless Vault integration.
A server-owned shop that functions like a Stock Market:
/market and /stocks menus automatically refresh every 1 second natively while open.A fully self-contained player-driven exchange:
/ah offers and instantly Accept (✔) or Decline (✖)./ah search, /sell, and /ah offer) can also be triggered by simply clicking the intuitive buttons (Compass, Emerald, or Books) directly inside the GUIs!| Command | Description | Permission |
|---|---|---|
/bal [player] |
Check your own or another player's balance. | aureleconomy.bal |
/pay <player> <amount> |
Pay another player. | aureleconomy.pay |
/market |
Open the server market. | aureleconomy.market |
/stocks |
View market trends. | aureleconomy.stocks |
/ah |
Open the Auction House. | aureleconomy.ah |
/ah sell <price> [duration] |
List item for BIN (Buy It Now). Duration optional (e.g. 1h, 7d). | aureleconomy.ah |
/ah bid <price> [duration] |
List item for Auction. Duration optional (e.g. 1h, 7d). | aureleconomy.ah |
/ah offer <id> <qty> |
Send a private offer for an item. | aureleconomy.ah |
/ah offers |
Manage incoming private offers. | aureleconomy.ah |
/ah collect |
Collect expired/purchased items. | aureleconomy.ah |
/ah search <query> |
Instantly open a filtered view of the Auction House. | aureleconomy.ah |
| Command | Description | Permission |
|---|---|---|
/eco <give/take/set> <player> <amount> |
Modify player balances. | aureleconomy.admin |
Aurelium-1.1.0.jar.plugins/ folder.Control every price directly in the config:
market:
items:
DIAMOND:
buy: 5000.0 # Cost to buy from server
sell: 0.0 # 0.0 = Selling DISABLED
DIRT:
buy: 1.0
sell: 0.5 # Players can sell dirt for 0.5
BEDROCK:
buy: -1.0 # -1.0 = Buying DISABLED
Control the plugin's behavior in config.yml:
market:
# 📈 Dynamic Pricing
# If true, prices rise when items are bought and fall when sold.
# Set to 'false' for static prices.
dynamic-pricing: true
# Price adjustment percentage per transaction (0.001 = 0.1%)
price-increase-per-buy: 0.001
price-decrease-per-sell: 0.001
# Items that cannot be bought or sold
blacklist:
- BEDROCK
- BARRIER
auction-house:
# ⏱️ Duration (seconds)
default-duration: 86400 # 24 Hours
# 💸 Taxes
# Fee to list an item (Percentage of asking price)
listing-fee-percent: 2.0
# Tax taken from the seller when an item sells
sales-tax-percent: 5.0
A messages.yml file is generated on startup.
<green>) or legacy & codes./market or /eco says "Unknown command", the plugin failed to load.
Aurelium-1.1.0.jar in plugins/./op <player>) or have the permission node aureleconomy.admin./bal, /market, /ah, /sell) are enabled for everyone by default.