Update 1.1.12
24th January 2021
- Added support to create your OWN Custom Enchants !
- Head over here to see how can you create your own custom enchant
Update 1.1.11
23rd January 2021
- Added new VoucherFinder enchant!
- Let your players find random vouchers during mining!
Code:'20': RawName: "voucher" Name: '&bVoucher Finder' Material: BOOK Enabled: true InGuiSlot: 46 Increase-Cost-by: 5000 Max: 250 Chance: 9.0E-5 Cost: 5000 Description: '&7&o(( Ability to find store vouchers while mining ))' Refund: Enabled: true InGuiSlot: 45 Commands: '1': command: 'voucher give %player% 5$' chance: 50 '2': command: 'voucher give %player% 10$' chance: 25 '3': command: 'voucher give %player% 25$' chance: 10 '4': command: 'voucher give %player% 50$' chance: 5 '5': command: 'voucher give %player% 50$' chance: 1
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
