Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
Modern economy plugin with multi-currency support
RelishEconomy provides a solid economy foundation with multi-currency support, database flexibility, and seamless plugin integrations. Built for modern Minecraft servers with performance and reliability in mind.
🏦 Multi-Currency System - Support for multiple custom currencies
🚀 High Performance - Advanced caching with Caffeine for fast operations
🔧 Full Integration - Vault and PlaceholderAPI support
🗄️ Database Flexibility - SQLite and MySQL support
🌍 Multi-Language - Built-in English and Arabic translations
| Minecraft | 1.21+ |
| Server | Paper, Purpur, or Paper-based forks |
| Java | 21+ |
| Soft Dependencies | Vault (recommended), PlaceholderAPI (optional) |
/balance, /pay, /baltop)/sellhand, /sellhotbar, /sellall)plugins folderconfig.yml# Quick setup commands
/re help # View all commands
/re version # Check plugin status
/re reload # Reload configuration
/balance [player] [currency] | Check balance | /bal coins |
/pay <player> <amount> | Send money | /pay Steve 100 |
/baltop [currency] [page] | View leaderboard | /baltop dollars 2 |
/currency <list|info> | View currencies | /currency list |
/exchange <from> <to> <amount> | Convert currencies | /exchange dollars coins 500 |
/shop [subcommands] ⭐ | Open shop GUI | /shop blocks |
/sell [subcommands] ⭐ | Open sell GUI | /sell price |
/sellhand | Sell item in hand | /sellhand |
/sellhotbar | Sell hotbar items | /sellhotbar |
/sellall | Sell all items | /sellall confirm |
/withdraw <currency> <amount> ⭐ | Get physical currency | /withdraw coins 10 |
/eco <give|take|set> <player> <amount> | Manage balances | /eco give Steve 1000 |
/re reload | Reload configuration | /re reload |
/re migrate <plugin> <currency> | Import from other plugins | /re migrate essentials dollars |
k = thousand (e.g., 5k = 5,000)m = million (e.g., 2m = 2,000,000)b = billion (e.g., 1b = 1,000,000,000)currencies:
dollars:
symbol: "$"
display-name: "Dollars"
color: "<green>"
default: true
starting-balance: 100.0
payments-enabled: true
coins:
symbol: "◎"
display-name: "Coins"
color: "<gold>"
starting-balance: 50.0
payments-enabled: true
database:
type: sqlite # or mysql for networks
mysql:
host: localhost
port: 3306
database: relisheconomy
username: root
password: password
exchange-rates:
dollars:
coins: 0.01 # 1 dollar = 0.01 coins
coins:
dollars: 100 # 1 coin = 100 dollars
RelishEconomy can import data from other economy plugins:
Supported Plugins:
Migration Features:
RelishEconomy's premium shop system provides a comprehensive item marketplace with intuitive GUI interfaces and flexible configuration options.
Core Shop Capabilities:
Shop GUI Interface:


# shop.yml
shop:
enabled: true
buy-multiplier: 2.0
gui:
title: "<#fdb833>RelishShop"
items-per-page: 28
categories:
wood:
display-name: "Wood"
icon: OAK_LOG
enabled: true
slot: "1:0"
items:
- OAK_LOG
- SPRUCE_LOG
- OAK_PLANKS
- SPRUCE_PLANKS
# ... more items
stone:
display-name: "Stone"
icon: STONE
enabled: true
slot: "1:1"
items:
- STONE
- COBBLESTONE
- STONE_BRICKS
# ... more items
Available Categories:
/shop # Open main shop interface
/shop [category] # Open specific category directly
The sell system provides multiple ways for players to convert their items into currency, from quick command-based selling to an interactive GUI interface.
Sell Methods:
/sellhand, /sellhotbar, and /sellall commands (Free)Advanced Sell Features:
/sellhand # Sell the item in your hand
/sellhotbar # Sell all sellable items in your hotbar
/sellall # Sell all sellable items in inventory
/sellall confirm # Confirm bulk selling with safety check
The premium Sell GUI provides an intuitive drag-and-drop interface for item selling:
GUI Features:


# prices.yml
sell:
enabled: true
target-currency: "dollars"
prices:
# Basic format
STONE: 0.5
COBBLESTONE: 0.3
OAK_LOG: 1.5
# Multi-currency format (if needed)
DIAMOND: { price: 100, currency: "gems" }
EMERALD: { price: 150, currency: "tokens" }
500+ Sellable Items Including:
Premium users can use physical blocks for convenient item selling:
Sell Block Features:
# config.yml
composter-selling:
enabled: true
cooldown: 500
sell-gui-block: COMPOSTER
shop-gui-block: EMERALD_BLOCK

The premium shop GUI provides an elegant and user-friendly shopping experience with full customization options.
Interface Highlights:
The premium sell GUI offers an intuitive drag-and-drop experience for item selling.
Interface Features:

Premium users have full control over GUI appearance and behavior:
Customization Options:
Full economy provider implementation:
getBalance(), depositPlayer(), withdrawPlayer()/t deposit <amount> flow)Balance Placeholders:
%relisheconomy_balance_[currency]% # Raw balance (e.g. 1000.50)
%relisheconomy_formatted_[currency]% # Formatted balance (e.g. $1,000.50)
Leaderboard Placeholders:
%relisheconomy_baltop_[position]_[currency]_name% # Player name at position
%relisheconomy_baltop_[position]_[currency]_balance% # Formatted balance at position
%relisheconomy_baltop_[position]_[currency]_raw% # Raw balance at position
%relisheconomy_rank_[currency]% # Player's rank
Currency Information:
%relisheconomy_currency_[currency]_symbol% # Currency symbol
%relisheconomy_currency_[currency]_display% # Display name
%relisheconomy_currency_[currency]_starting% # Starting balance
%relisheconomy_currency_[currency]_default% # Is default currency
Utility Placeholders:
%relisheconomy_hasenough_[amount]_[currency]% # true/false if player has enough
%relisheconomy_exchangerate_[from]_[to]% # Exchange rate between currencies
Server Statistics:
%relisheconomy_stats_currencies% # Number of currencies
%relisheconomy_stats_accounts% # Number of cached accounts
%relisheconomy_stats_dbtype% # Database type (sqlite/mysql)
%relisheconomy_stats_dbhealthy% # Database health status

Create lang/
.yml files for any language:
# Example: lang/es.yml for Spanish
balance:
current: "<green>Tu saldo: {balance}"
other: "<green>Saldo de {player}: {balance}"
📈 Performance & Scalability
⚡ Optimization FeaturesCaffeine caching for instant data accessConnection pooling with HikariCP (MySQL)Async operations for database queriesBaltop caching with configurable durationAuto-cleanup of stale cache data📊 Scalability OptionsSQLite for small-medium servers (0-500 players)MySQL for large networks (500+ players)Real-time read mode for external integrationsDatabase health monitoring
📄 License
RelishEconomy is proprietary software. All rights reserved.
License Types
🆓 Free VersionAvailable without license keyBasic economy features includedMay be used on unlimited serversNOT open source - modification and redistribution prohibited⭐ Premium VersionRequires valid license key from M5LBIncludes all premium features (Shop GUI, Sell GUI, Physical Currency, etc.)License key tied to purchaser and server countNOT open source - modification and redistribution prohibitedFor full license terms, see LICENSE file.
Obtain Premium License
To get a premium license key:
🛒 Buy a key from M5LB Store
Made with ❤️ by M5LB