- Improved customization for crypto mining
 
Notice: Format in mining.yml file has completely changed.
 
         
        
        
        
        - Improve database performance
- Fixed deprecated Vault API functions
- Updated PlaceholderAPI
- Organize the code
 
         
        
        
        
        Added:
- %cryptocurrency_balance_fiat%
- %cryptocurrency_balance_fiat_<player>%
Fixed:
- Sign Shop
 
         
        
        
        
        Fixed placeholders:
- %cryptocurrency_<crypto>_balance_fiat%
 
- %cryptocurrency_<crypto>_balance_fiat_<player>%
 
 
         
        
        
        
        - Now you can disable buying and selling specific items in SignShop
- Reload command now also reload wallets and history
- Added new placeholders:
%cryptocurrency_<crypto>_fast_change%
%cryptocurrency_<crypto>_fast_change_fiat%
%cryptocurrency_<crypto>_fast_change_percent%
%cryptocurrency_<crypto>_fast_change_percent_abs%
%cryptocurrency_<crypto>_fast_change_close%
%cryptocurrency_<crypto>_fast_change_open%
%cryptocurrency_<crypto>_fast_change_low%
%cryptocurrency_<crypto>_fast_change_high%
%cryptocurrency_<crypto>_daily_change%
%cryptocurrency_<crypto>_daily_change_fiat%
%cryptocurrency_<crypto>_daily_change_percent%
%cryptocurrency_<crypto>_daily_change_percent_abs%
%cryptocurrency_<crypto>_daily_change_close%
%cryptocurrency_<crypto>_daily_change_open%
%cryptocurrency_<crypto>_daily_change_low%
%cryptocurrency_<crypto>_daily_change_high%
%cryptocurrency_<crypto>_weekly_change%
%cryptocurrency_<crypto>_weekly_change_fiat%
%cryptocurrency_<crypto>_weekly_change_percent%
%cryptocurrency_<crypto>_weekly_change_percent_abs%
%cryptocurrency_<crypto>_weekly_change_close%
%cryptocurrency_<crypto>_weekly_change_open%
%cryptocurrency_<crypto>_weekly_change_low%
%cryptocurrency_<crypto>_weekly_change_high%
%cryptocurrency_<crypto>_monthly_change%
%cryptocurrency_<crypto>_monthly_change_fiat%
%cryptocurrency_<crypto>_monthly_change_percent%
%cryptocurrency_<crypto>_monthly_change_percent_abs%
%cryptocurrency_<crypto>_monthly_change_close%
%cryptocurrency_<crypto>_monthly_change_open%
%cryptocurrency_<crypto>_monthly_change_low%
%cryptocurrency_<crypto>_monthly_change_high%
 
         
        
        
        
        
- Improved methods from getting names and UUIDs from Online and Offline players
 
- Updated PlaceholderAPI
 
- Added PlaceholderAPI as soft depend.
 
 
         
        
        
        
        Added:
- Spanish language
Fixed:
- SignShop
 
         
        
        
        
        Quick fixed Sign Shop producing an error on older MC server versions.
         
        
        
        
        Added:
- Binance Support
- Russian Language
         
        
        
        
        - Now you can send cryptocurrencies to offline players
- Fixed SignShop
- SignShop now allows lowercase crypto names.
- Now you can make your own material ids for sign shop to allow materials that are too long for signs.
Added new placeholders:
- %cryptocurrency__change%
- %cryptocurrency__change_fiat%
- %cryptocurrency__change_percent%
- %cryptocurrency__change_fiat_player%
- %cryptocurrency__change_percent_player%
- %cryptocurrency__change_high%
- %cryptocurrency__change_low%
- %cryptocurrency__change_open%
- %cryptocurrency__change_close%
         
        
        
        
        Added supply and market cap placeholders
         
        
        
        
        - Now all prices are fetched with only 1 api call (Default time for fetching data has been reduced to 20 seconds)
- Added History
         
        
        
        
        - Completely redesigned the code
- Added Sign Shop (Now you can buy and sell items with crypto)
- Added powerful and easy to use API (So other plugins can implement new economy to their plugins)
- Added new placeholders and permissions
         
        
        
        
        - Now you can add your own cryptocurrencies!
- Edit and remove current cryptocurrencies
- Every message can be changed in English.yml file
- Fixed a bug which happens when you want to sell crypto
- Fixed some small typos
         
        
        
        
        - Now you can limit how many crypto currencies player can buy, sell, take, check...
(Deletion of config.yml and English.yml files are required)
         
        
        
        
        - Console can now execute commands too
- Now players can check balance from other players if they have permission
- Fixed update checker
         
        
        
        
        - Added BCH, ETC, DOGE, LTC and USDT
- Rewritten code for easier implementation of new Crypto currencies
         
        
        
        
        - Crypto prices are now fetched asynchronously
- Now you can change on how many minutes crypto prices will be fetched from exchange
- Added ETH support for database
- Changed some colors
         
        
        
        
        - Added PlaceholderAPI support
         
        
        
        
        - Added Ethereum
- Completely redesigned the code
- Changed exchange to Coinbase
- Now BTC and ETH prices will be updating every 5 minutes
- Added bStats
- Changed permissions
- Added TabCompletion
- Added auto updater
- Money will now be rounded to 2 decimals by default and can be changed in config.yml file.
- Prevent players to send crypto to themself
- Changed database connector to HikariCP