
CryptoCurrency 5.0.0
Unleash the Crypto Revolution in Minecraft!
- 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
- Binance Support
- Russian Language
- 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 History
- 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
- 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
(Deletion of config.yml and English.yml files are required)
- Now players can check balance from other players if they have permission
- Fixed update checker
- Rewritten code for easier implementation of new Crypto currencies
- Now you can change on how many minutes crypto prices will be fetched from exchange
- Added ETH support for database
- Changed some colors
- 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