Update 1.1.10
23rd January 2021
- Fixed pickaxe removal bug on teleporting and on plugin disable
Update 1.1.9
22nd January 2021
- Autominer now accepts decimal values for money per second
- Removed old debug messages
- Fixed rare NPE in autominer
Update 1.1.8
22nd January 2021
- You can now define increase costs of prestiges if you use unlimited prestiges
Code:unlimited_prestiges: enabled: false max_prestige: 1000 prestige_cost: 1000 increase_cost: enabled: true increase_cost_by: 1.25 #multiplier
Hotfix 1.1.7
21st January 2021
- Fixed formatting of large numbers, changed 'K' to 'k'
- We have investigated issue during JetsPrisonMines mine reset with removing pickaxes from players. Issue is located in API of JetsPrisonMines plugin, their MinePreResetEvent is not called properly on timed/scheduled resets, it works only if the mine is reset via command /prisonmines reset <mine>.
Update 1.1.7
21st January 2021
- Added UNLIMITED PRESTIGES !
- All settings can be found in ranks.yml
Code:unlimited_prestiges: enabled: false max_prestige: 1000 prestige_cost: 1000 prefix: '&2&lP%prestige%'
Update 1.1.6
20th January 2021
- Placeholder %ultraprison_rankup_progress% now displays progress of prestige when user has max rank
Update 1.1.5
17th January 2021
- Command /gemstop now have another alias, /gemtop
Update 1.1.5
17th January 2021
- Added soft dependency for MultiverseCore to keep worlds loaded before plugin
