- Fix AureliumSkills integration did not work with statistics system
- Added Eco support (works for EcoEnchants, EcoSkills, etc)
- Fixed NPE related to the statistics system
- Added new commands to add throughput and capacity
- Added new command to debug plugin conflicts better!/ore upgrade throughput add <player> <ore> <amount>
/ore upgrade capacity add <player> <ore> <amount>
- Now support custom placeholders with PlaceholderAPI!/ore debugevents
Code:%ore_name_<ore>% %ore_server_stats_mining_<ore-query>% %ore_server_stats_feedstock_<ore-query>% %ore_server_stats_products_<ore-query>% %ore_capacity_<ore>% %ore_throughput_per_minute_<ore>% %ore_throughput_<ore>% %ore_feedstock_<ore>% %ore_products_<ore>% %ore_free_space_<ore>% %ore_player_stats_mining_<ore-query>% %ore_player_stats_feedstock_<ore-query>% %ore_player_stats_products_<ore-query>%
- Added ability to define quantity for output
- "/ore upgrade set" command now accepts * to upgrade all ores at once
- Add new commands to view statistics:
/ore stats server <ore-query>: View cumulative server statistics
/ore stats player <player> <ore-query>: View cumulative player statistics
Where ore query can be:
*: select all ores
iron: select an ore
iron,gold,diamond: select multiple ores- Add command description to /ore help
CONFIG UPDATE!
YAML:statistic-cumulative-details: - "&f{target}&7's cumulative stats for &f{ore-query}" - "&7▪ Total mined: &e{total-mined}&7 blocks" - "&7▪ Total feedstock: &e{total-feedstock}&7 items" - "&7▪ Total products: &e{total-products}&7 items"
WARNING: config.yml update
- Fix: Quick-sell button triggered multiple times
- Rename: Setting processing-speed to processing-interval to better match its behaviour
- Added: Accessibility settings - allows changing "quick-sell" & "take" buttons behaviour
1. First, rename processing-speed to processing-interval
2. Add the following:
YAML:accessibility-settings: quick-sell-ratio: left: 1 # Remove or Set 0 to disable right: 0.5 shift_left: 0.25 shift_right: 0.1 take-amount: left: 1 # Remove or Set 0 to disable right: 64 shift_left: 16 shift_right: 32 #double_click: 128 # Add new click type is possible
- Added: Server data
- Added: Commands to set throughput & capacity
- Added: Statistics (W.I.P)
- Added: Random ore transformation
- Added: Behavior settings
- Improved API + added OreMineEvent
- Support EconomyShopGUI Premium
- Player data is now compressed using GZip
- Improve quick-sell button
- Fixes concurrent exception when using quick-sell button
- Completely rewrote the plugin
- Able to create multiple ore transformations
- Better player data structure & upgrade handling
- Incompatible with legacy player data. Must reset!!!
- GUI is refreshed faster
- Able to have multiple products in storage GUI
- Some adjustments to GUI
- Add 1.20 support
