
YLEconomy
A powerful economy plugin with jobs system, banking, transactions and multi-currency support for Minecraft servers.
Açıklama
YLEconomy
YLEconomy is a powerful Vault-compatible economy plugin for Minecraft servers that provides a comprehensive financial system with multi-currency support, intuitive commands, and extensive customization options. Developed by YoungLion and designed to offer both performance and flexibility, it's suitable for servers of any size.
Overview
YLEconomy provides a complete economic solution for your Minecraft server with advanced features including banking, jobs, transactions, and multi-currency support. The plugin is built with performance in mind while offering extensive customization options to fit your server's unique requirements.
Key Features
- Multi-currency System: Support for multiple currencies with independent balances
- Banking System:
- Interest rates with configurable intervals
- Multiple account types with upgradable tiers
- Automatic interest payments
- Jobs System:
- Players can join multiple jobs
- Experience and leveling system
- Configurable rewards and cooldowns
- Progress tracking
- Transaction Management:
- Full transaction history
- In-game GUI for viewing transactions
- Secure player-to-player transfers
- Vault Integration: Fully compatible with all Vault-dependent plugins
- Intuitive UI:
- Player-friendly commands
- Scoreboard display
- Action bar balance display
- Statistics Tracking:
- Track player earnings and spending
- Economy leaderboards
- Multi-language Support:
- Available in 7 languages (English, Polish, Turkish, German, French, Spanish, Russian)
- Advanced Admin Tools: Comprehensive economy management for server administrators
- Robust Data Storage: Secure and reliable data storage with auto-save capabilities
- Developer API: Clean API for developers to extend functionality
Installation
- Download the YLEconomy.jar file from Hangar
- Place it in your server's
plugins/
folder - Install Vault as a dependency
- Restart your server
- Configure the plugin in the
plugins/YLEconomy/config.yml
file
Commands
Player Commands
Command | Description | Permission |
---|---|---|
/economy or /eco |
Shows main economy commands | yleconomy.use |
/eco balance |
View your current balance | yleconomy.use |
/eco balance [player] |
View another player's balance | yleconomy.use |
/eco pay <player> <amount> |
Send money to another player | yleconomy.use |
/eco bank |
Access bank commands | yleconomy.bank |
/eco bank info |
Display bank account information | yleconomy.bank |
/eco bank deposit <amount> |
Deposit money to your bank account | yleconomy.bank |
/eco bank withdraw <amount> |
Withdraw money from your bank account | yleconomy.bank |
/eco bank upgrade |
Upgrade your bank account | yleconomy.bank |
/eco top [page] |
View economy leaderboard | yleconomy.use |
/eco help |
Display help menu | yleconomy.use |
Jobs Commands
Command | Description | Permission |
---|---|---|
/jobs or /job |
Main jobs command | yleconomy.jobs |
/jobs list |
Show available jobs | yleconomy.jobs |
/jobs info <job_name> |
Display info about a job | yleconomy.jobs |
/jobs join <job_name> |
Join a job | yleconomy.jobs |
/jobs leave <job_name> |
Leave a job | yleconomy.jobs |
/jobs my |
View your current jobs and progress | yleconomy.jobs |
Admin Commands
Command | Description | Permission |
---|---|---|
/ecoadmin or /ecoa |
Shows admin command menu | yleconomy.admin |
/ecoa set <player> <amount> |
Set a player's balance | yleconomy.admin |
/ecoa give <player> <amount> |
Give money to a player | yleconomy.admin |
/ecoa take <player> <amount> |
Take money from a player | yleconomy.admin |
/ecoa reset <player> |
Reset a player's balance | yleconomy.admin |
/ecoa help |
Show admin help | yleconomy.admin |
Other Commands
Command | Description | Permission |
---|---|---|
/transactions [player] |
View transaction history | yleconomy.transactions |
/stats or /ecostats |
View economic statistics | yleconomy.statistics |
/ecodebug |
Debug commands for admins | yleconomy.debug |
Permissions
yleconomy.use
- Access to basic economy commands (default: true)yleconomy.admin
- Access to admin commands (default: op)yleconomy.debug
- Access to debug commands (default: op)yleconomy.statistics
- Access to statistics (default: true)yleconomy.scoreboard
- Permission to see economy scoreboard (default: true)yleconomy.scoreboard.bank
- Permission to see bank info on scoreboard (default: true)yleconomy.scoreboard.transactions
- Permission to see transactions on scoreboard (default: true)yleconomy.bank
- Access to banking system (default: true)yleconomy.jobs
- Access to jobs system (default: true)yleconomy.cheque
- Access to cheque system (default: true)yleconomy.bulkpay
- Access to bulk payment system (default: true)yleconomy.exchange
- Access to currency exchange (default: true)yleconomy.transactions
- View transaction history (default: true)
Configuration
YLEconomy offers extensive configuration options through several YAML files:
config.yml
# Language Settings (Available: en, pl, tr, de, fr, es, ru, az, it, vi, ar)
language: en
# Currency Settings
currency:
name: "Young Lion Minecoin"
starting-balance: 100.0
# Enable multiple currencies
multi-currency: false
# If multi-currency is enabled, list them here
currencies:
USD:
name: "US Dollar"
rate: 1.0
symbol: "$"
EUR:
name: "Euro"
rate: 0.85
symbol: "€"
GBP:
name: "British Pound"
rate: 0.73
symbol: "£"
# Bank System
bank:
enabled: true
interest:
enabled: true
rate: 0.5 # 0.5% interest rate
interval: 1440 # In minutes (1440 = 24 hours)
# Jobs System
jobs:
enabled: true
cooldown: 60 # Base cooldown in seconds
# Scoreboard Settings
scoreboard:
enabled: true
title: "&6YoungLion Economy"
format: "&eYLM: &9%balance%"
bank-format: "&eBanka: &9%balance% &7(%account_type%)"
job-format: "&eİş: &9%job_name% &7(Seviye %job_level%)"
group-format: "&eGrup: &9%group%"
show-all-currencies: false
update-interval: 20 # ticks
jobs.yml
Configure available jobs, rewards, and requirements:
settings:
enabled: true
cooldown: 60 # in seconds
max-jobs: 3 # Maximum number of jobs a player can join
disable-in-creative: true
debug-mode: false
transaction-logging: true
jobs:
miner:
name: "Miner"
description: "Break blocks to earn money"
rewards:
minecraft:diamond_ore:
amount: 5.0
currency: default
quantity: 1
message: "&aYou earned %amount% %currency% for mining diamond ore!"
farmer:
name: "Farmer"
description: "Grow and harvest crops to earn money"
rewards:
minecraft:wheat:
amount: 0.5
currency: default
quantity: 1
message: "&aYou earned %amount% %currency% for harvesting wheat!"
Languages
YLEconomy comes with built-in translations for multiple languages. You can easily change the language in the config.yml file:
language: en # Change to your preferred language code
Available languages: - English (en) - Polish (pl) - Turkish (tr) - German (de) - French (fr) - Spanish (es) - Russian (ru) - Azerbaijani (az) - Italian (it) - Arabic (ar)
Developer API
YLEconomy provides a comprehensive API for developers who want to integrate with the economy system:
// Get the plugin instance
YLEconomy economy = YLEconomy.getInstance();
// Access the economy provider
YLEconomyProvider provider = economy.getEconomy();
// Basic operations
double balance = provider.getBalance(player);
provider.depositPlayerSimple(player, amount);
provider.withdrawPlayerSimple(player, amount);
// Work with the bank system
Bank bank = Bank.getInstance();
BankAccount account = bank.getAccount(player.getUniqueId());
bank.deposit(player, "default", amount);
// Access the jobs system
JobManager jobManager = economy.getJobManager();
jobManager.joinJob(player, jobId);
// Work with transactions
TransactionManager transactionManager = economy.getTransactionManager();
transactionManager.createTransaction(player, amount, "default", Transaction.TransactionType.DEPOSIT, "Deposit");
Server Integration
YLEconomy is proudly used on the YoungLion Minecraft Server, where it powers the entire economic system. Connect to playmc.younglionofficial.com
to see the plugin in action!
Support
For issues, feature requests, or questions:
- Check out our Hangar page
- Visit our website
- Join our server at playmc.younglionofficial.com
Credits
- Creator & Lead Developer: cavanshirpro
- Organization: YoungLion
License
YLEconomy is distributed under the License included with the plugin.
This plugin is not affiliated with Mojang Studios or Microsoft. Minecraft is a trademark of Mojang Studios.
Sürümler
Sürüm 0.3
Download JAR FileSürüm Notları
YLEconomy Release Notes
Version 0.3 (Latest)
Release Date: April 2025 Supports: Paper 1.19+
New Features
- Added full jobs system with experience and leveling
- Added transaction management with GUI
- Implemented bank account type upgrade system
- Added multi-language support for 10 languages
- Added scoreboard integration with customizable display
- Added action bar balance display for modern Minecraft versions
Improvements
- Optimized data storage for better performance
- Enhanced security for player-to-player transactions
- Improved command structure for better user experience
- Added more customization options in config files
Bug Fixes
- Fixed issue with jobs rewards not being applied correctly
- Fixed bank interest calculation errors
- Resolved scoreboard display issues on certain Minecraft versions
- Fixed transaction logging inconsistencies
Version 0.2
Release Date: February 2025 Supports: Paper 1.19+
New Features
- Implemented banking system with interest
- Added basic jobs functionality
- Added multi-currency support
- Created basic economy commands (/eco, /ecoadmin)
- Added permissions system
Improvements
- Optimized Vault integration
- Added configuration options for currencies
Version 0.1
Release Date: January 2025 Supports: Paper 1.19+
Features
- Initial release
- Basic economy functionality
- Vault integration
- Player balance management
- Admin commands for economy management
Sürüm 0.2
Download JAR FileSürüm Notları
YLEconomy v0.2
A comprehensive, multi-language economy solution for Minecraft servers developed by YoungLion.
English
Overview
YLEconomy is a powerful Vault-compatible economy plugin for Minecraft servers that provides a complete financial system with multi-currency support, banking features, intuitive commands, and extensive customization options. Suitable for servers of any size.
Key Features
- Multi-currency System: Support for multiple currencies with independent balances
- Banking System: Complete banking system with different account types, interest rates, and upgrades
- Vault Integration: Fully compatible with all Vault-dependent plugins
- Intuitive UI: Player-friendly commands and scoreboard display
- Advanced Admin Tools: Comprehensive economy management for server administrators
- Extensive Customization: Highly configurable to fit your server's needs
- Multi-language Support: Available in 11 languages (EN, PL, TR, DE, FR, ES, RU, IT, AZ, VI, AR)
- Robust Data Storage: Secure and reliable data storage with auto-save capabilities
- Optimized Performance: Lightweight with minimal server impact
Requirements
- Minecraft server running Paper/Spigot 1.19+
- Java 21 or higher
- Vault plugin installed
Installation
- Download the latest YLEconomy.jar from the releases page
- Place the jar file in your server's
plugins
folder - Restart your server or use a plugin manager to load the plugin
- Configuration files will be automatically generated in the
plugins/YLEconomy
directory
Configuration
Edit the config.yml
file in the plugins/YLEconomy
directory to configure the plugin:
# Language Settings (Available: en, pl, tr, de, fr, es, ru, it, az, vi, ar)
language: en
# Currency Settings
currency:
name: Young Lion Minecoin
singular: YLM
plural: YLMs
starting-balance: 100.0
max-balance: -1 # -1 for unlimited
# Bank System
bank:
enabled: true
interest:
enabled: true
rate: 0.5 # 0.5% interest rate
interval: 1440 # In minutes (1440 = 24 hours)
account-types:
standard:
name: "Standard Account"
interest-multiplier: 1.0
max-balance: 10000.0
fee: 0.0
gold:
name: "Gold Account"
interest-multiplier: 1.5
max-balance: 50000.0
fee: 1000.0
premium:
name: "Premium Account"
interest-multiplier: 2.0
max-balance: 100000.0
fee: 5000.0
# Scoreboard Settings
scoreboard:
enabled: true
title: "&6YoungLion Economy"
format: "&eYLM: &9%balance%"
bank-format: "&eBank: &9%balance% &7(%account_type%)"
update-interval: 20 # ticks (20 ticks = 1 second)
# Data Storage Settings
data:
# Format for saving player data: username or uuid
save-format: username
save-interval: 300 # seconds
auto-save: true
Commands
Player Commands
Command | Description | Permission |
---|---|---|
/economy or /eco |
Shows main economy commands | - |
/eco balance [player] |
View balance | yleconomy.balance |
/eco bal [player] |
Shortcut for balance command | yleconomy.balance |
/eco top [page] |
Show richest players | yleconomy.top |
/eco pay <player> <amount> |
Send money to another player | yleconomy.pay |
/eco bank |
Access bank system | yleconomy.bank |
/eco bank info |
View your bank account details | yleconomy.bank |
/eco bank deposit <amount> |
Deposit money into your account | yleconomy.bank |
/eco bank withdraw <amount> |
Withdraw money from your account | yleconomy.bank |
/eco bank upgrade |
Upgrade your bank account type | yleconomy.bank |
/eco help |
Display help menu | - |
Admin Commands
Command | Description | Permission |
---|---|---|
/ecoadmin or /ecoa |
Shows admin command menu | yleconomy.admin |
/ecoa set <player> <amount> |
Set a player's balance | yleconomy.admin |
/ecoa give <player> <amount> |
Give money to a player | yleconomy.admin |
/ecoa take <player> <amount> |
Take money from a player | yleconomy.admin |
/ecoa reset <player> |
Reset a player's balance | yleconomy.admin |
/ecoa bank info <player> |
View player's bank account information | yleconomy.admin |
/ecoa bank reset <player> |
Reset a player's bank account | yleconomy.admin |
/ecoa bank set <player> <type> |
Change a player's bank account type | yleconomy.admin |
/ecoa help |
Show admin help | yleconomy.admin |
Permissions
yleconomy.balance
- Access to balance command (default: true)yleconomy.pay
- Access to payment command (default: true)yleconomy.top
- Access to top command (default: true)yleconomy.bank
- Access to bank commands (default: true)yleconomy.admin
- Access to all economy administrative commands (default: op)
Localization
The plugin supports multiple languages. You can change the language in the config.yml file:
# Language Settings (Available: en, pl, tr, de, fr, es, ru, it, az, vi, ar)
language: en
Data Storage
Player data is stored in YAML files in the plugins/YLEconomy/userdata
directory. Bank data is stored in plugins/YLEconomy/bank
directory.
Support
For support, bug reports, or feature requests, please create an issue on our GitHub repository.
Credits
- Creator: cavanshirpro
- Organization: YoungLion
Türkçe
Genel Bakış
YLEconomy, Minecraft sunucuları için çok para birimli destek, bankacılık özellikleri, sezgisel komutlar ve kapsamlı özelleştirme seçenekleri ile eksiksiz bir finansal sistem sağlayan, Vault uyumlu güçlü bir ekonomi eklentisidir. Her boyuttaki sunucu için uygundur.
Temel Özellikler
- Çoklu Para Birimi Sistemi: Bağımsız bakiyelerle birden fazla para birimi desteği
- Bankacılık Sistemi: Farklı hesap türleri, faiz oranları ve yükseltmelerle tam bankacılık sistemi
- Vault Entegrasyonu: Tüm Vault bağımlı eklentilerle tam uyumluluk
- Sezgisel Kullanıcı Arayüzü: Oyuncu dostu komutlar ve skor tablosu gösterimi
- Gelişmiş Yönetici Araçları: Sunucu yöneticileri için kapsamlı ekonomi yönetimi
- Kapsamlı Özelleştirme: Sunucunuzun ihtiyaçlarına uyacak şekilde yüksek düzeyde yapılandırılabilir
- Çoklu Dil Desteği: 11 dilde mevcut (EN, PL, TR, DE, FR, ES, RU, IT, AZ, VI, AR)
- Sağlam Veri Depolama: Otomatik kaydetme özellikleriyle güvenli ve güvenilir veri depolama
- Optimize Edilmiş Performans: Sunucu üzerinde minimum etkiyle hafif yapı
Gereksinimler
- Paper/Spigot 1.19+ çalıştıran Minecraft sunucusu
- Java 21 veya daha yüksek
- Yüklü Vault eklentisi
Kurulum
- Sürümler sayfasından en son YLEconomy.jar dosyasını indirin
- Jar dosyasını sunucunuzun
plugins
klasörüne yerleştirin - Sunucunuzu yeniden başlatın veya eklentiyi yüklemek için bir eklenti yöneticisi kullanın
- Yapılandırma dosyaları
plugins/YLEconomy
dizininde otomatik olarak oluşturulacaktır
Yapılandırma
Eklentiyi yapılandırmak için plugins/YLEconomy
dizinindeki config.yml
dosyasını düzenleyin:
# Dil Ayarları (Mevcut: en, pl, tr, de, fr, es, ru, it, az, vi, ar)
language: tr
# Para Birimi Ayarları
currency:
name: Young Lion Minecoin
singular: YLM
plural: YLM
starting-balance: 100.0
max-balance: -1 # -1 sınırsız için
# Banka Sistemi
bank:
enabled: true
interest:
enabled: true
rate: 0.5 # %0.5 faiz oranı
interval: 1440 # Dakika cinsinden (1440 = 24 saat)
account-types:
standard:
name: "Standart Hesap"
interest-multiplier: 1.0
max-balance: 10000.0
fee: 0.0
gold:
name: "Altın Hesap"
interest-multiplier: 1.5
max-balance: 50000.0
fee: 1000.0
premium:
name: "Premium Hesap"
interest-multiplier: 2.0
max-balance: 100000.0
fee: 5000.0
# Skor Tablosu Ayarları
scoreboard:
enabled: true
title: "&6YoungLion Ekonomi"
format: "&eYLM: &9%balance%"
bank-format: "&eBanka: &9%balance% &7(%account_type%)"
update-interval: 20 # tick (20 tick = 1 saniye)
# Veri Depolama Ayarları
data:
# Oyuncu verilerini kaydetme formatı: username veya uuid
save-format: username
save-interval: 300 # saniye
auto-save: true
Komutlar
Oyuncu Komutları
Komut | Açıklama | İzin |
---|---|---|
/economy veya /eco |
Ana ekonomi komutlarını gösterir | - |
/eco balance [oyuncu] |
Bakiyeyi görüntüle | yleconomy.balance |
/eco bal [oyuncu] |
Bakiye komutu için kısayol | yleconomy.balance |
/eco top [sayfa] |
En zengin oyuncuları göster | yleconomy.top |
/eco pay <oyuncu> <miktar> |
Başka bir oyuncuya para gönder | yleconomy.pay |
/eco bank |
Banka sistemine eriş | yleconomy.bank |
/eco bank info |
Banka hesap detaylarını görüntüle | yleconomy.bank |
/eco bank deposit <miktar> |
Hesabına para yatır | yleconomy.bank |
/eco bank withdraw <miktar> |
Hesabından para çek | yleconomy.bank |
/eco bank upgrade |
Banka hesap tipini yükselt | yleconomy.bank |
/eco help |
Yardım menüsünü göster | - |
Yönetici Komutları
Komut | Açıklama | İzin |
---|---|---|
/ecoadmin veya /ecoa |
Yönetici komut menüsünü gösterir | yleconomy.admin |
/ecoa set <oyuncu> <miktar> |
Bir oyuncunun bakiyesini ayarla | yleconomy.admin |
/ecoa give <oyuncu> <miktar> |
Bir oyuncuya para ver | yleconomy.admin |
/ecoa take <oyuncu> <miktar> |
Bir oyuncudan para al | yleconomy.admin |
/ecoa reset <oyuncu> |
Bir oyuncunun bakiyesini sıfırla | yleconomy.admin |
/ecoa bank info <oyuncu> |
Oyuncunun banka hesap bilgilerini görüntüle | yleconomy.admin |
/ecoa bank reset <oyuncu> |
Oyuncunun banka hesabını sıfırla | yleconomy.admin |
/ecoa bank set <oyuncu> <tip> |
Oyuncunun banka hesap tipini değiştir | yleconomy.admin |
/ecoa help |
Yönetici yardımını göster | yleconomy.admin |
İzinler
yleconomy.balance
- Bakiye komutuna erişim (varsayılan: true)yleconomy.pay
- Ödeme komutuna erişim (varsayılan: true)yleconomy.top
- Top komutuna erişim (varsayılan: true)yleconomy.bank
- Banka komutlarına erişim (varsayılan: true)yleconomy.admin
- Tüm ekonomi yönetim komutlarına erişim (varsayılan: op)
Yerelleştirme
Eklenti birden fazla dili destekler. Dili config.yml dosyasında değiştirebilirsiniz:
# Dil Ayarları (Mevcut: en, pl, tr, de, fr, es, ru, it, az, vi, ar)
language: tr
Veri Depolama
Oyuncu verileri plugins/YLEconomy/userdata
dizinindeki YAML dosyalarında saklanır. Banka verileri plugins/YLEconomy/bank
dizininde saklanır.
Destek
Destek, hata raporları veya özellik istekleri için lütfen GitHub deposunda bir sorun oluşturun.
Krediler
- Yaratıcı: cavanshirpro
- Organizasyon: YoungLion
Sürüm 0.1
Download JAR FileSürüm Notları
YLEconomy v0.1
A feature-rich economy plugin for Minecraft servers developed by YoungLion.
Features
- Multi-currency support
- Vault API integration for compatibility with other plugins
- Player-to-player transactions
- Admin commands for economy management
- Automatic data saving
- Built-in scoreboard display
- Multi-language support (EN, PL, TR, DE, FR, ES, RU)
- Simple and user-friendly commands
Requirements
- Minecraft server (Paper/Spigot) 1.19+
- Java 21 or higher
- Vault plugin
Installation
- Download the YLEconomy.jar from the releases page
- Copy the jar file to your server's
plugins
folder - Restart your server
- The plugin will generate default configuration files
Configuration
Edit the config.yml
file in the plugins/YLEconomy
directory to configure the plugin:
# Language Settings (Available: en, pl, tr, de, fr, es, ru)
language: en
# Currency Settings
currency:
name: Young Lion Minecoin
singular: YLM
plural: YLMs
starting-balance: 100.0
max-balance: -1 # -1 for unlimited
# Scoreboard Settings
scoreboard:
enabled: true
title: "§6YoungLion Economy"
format: "§eYLM: §9%balance%"
update-interval: 20 # ticks (20 ticks = 1 second)
Commands
Player Commands
/economy balance
- View your balance/economy balance <player>
- View another player's balance/economy pay <player> <amount>
- Send money to another player/economy help
- Show help message
Admin Commands
/ecoadmin set <player> <amount>
- Set a player's balance/ecoadmin give <player> <amount>
- Give money to a player/ecoadmin take <player> <amount>
- Take money from a player/ecoadmin reset <player>
- Reset a player's balance to starting amount/ecoadmin help
- Show admin help message
Permissions
yleconomy.balance
- Access to balance command (default: true)yleconomy.pay
- Access to payment command (default: true)yleconomy.admin
- Access to all economy administrative commands (default: op)
Localization
The plugin supports multiple languages. You can change the language in the config.yml file:
# Language Settings (Available: en, pl, tr, de, fr, es, ru)
language: en
Data Storage
Player data is stored in YAML files in the plugins/YLEconomy/userdata
directory. You can configure the save format in config.yml:
data:
# Format for saving player data: username or uuid
save-format: username
save-interval: 300 # seconds
auto-save: true
Support
For support, bug reports, or feature requests, please create an issue on our GitHub repository.
Credits
- Creator: cavanshirpro
- Organization: YoungLion
Sürüm 0.3-Beta
Download JAR FileSürüm Notları
YLEconomy Release Notes
Version 0.3-Beta (Latest)
Release Date: April 2025 Supports: Paper 1.19+
New Features
- Added full jobs system with experience and leveling
- Added transaction management with GUI
- Implemented bank account type upgrade system
- Added multi-language support for 10 languages
- Added scoreboard integration with customizable display
- Added action bar balance display for modern Minecraft versions
Improvements
- Optimized data storage for better performance
- Enhanced security for player-to-player transactions
- Improved command structure for better user experience
- Added more customization options in config files
Bug Fixes
- Fixed issue with jobs rewards not being applied correctly
- Fixed bank interest calculation errors
- Resolved scoreboard display issues on certain Minecraft versions
- Fixed transaction logging inconsistencies
Version 0.2
Release Date: February 2025 Supports: Paper 1.19+
New Features
- Implemented banking system with interest
- Added basic jobs functionality
- Added multi-currency support
- Created basic economy commands (/eco, /ecoadmin)
- Added permissions system
Improvements
- Optimized Vault integration
- Added configuration options for currencies
Version 0.1
Release Date: January 2025 Supports: Paper 1.19+
Features
- Initial release
- Basic economy functionality
- Vault integration
- Player balance management
- Admin commands for economy management
Planned Features
For Version 0.4
- Shop system integration
- Nation/town economy integration
- Advanced statistics and analytics dashboard
- More job types and reward mechanisms
- Enhanced API for developer integrations
For Version 1.0 (Full Release)
- Web interface for economy management
- MySQL/database support
- Economy graphs and visualization
- Player economy achievements
- Economy events and challenges