Update 1.2.0-BETA
20th February 2021
- Added new module - Pickaxe Levels
- You can disable/enable this module in config.yml - by default its enabled
- You can create unlimited pickaxe levels in pickaxe-levels.yml config file, check it out and play with it!
- Pickaxe Levels are handled by blocks broken by your pickaxe
- Added placeholders for PAPI and MVdWPlaceholderAPI
- %ultraprison_pickaxe_progress% - Displays progress bar
- %ultraprison_pickaxe_level% - Displays level of your pickaxe currently held in hand
- Added support for placeholders %Blocks_Required%, %PickaxeLevel%, %PickaxeProgress% to be used in Pickaxe lore section of enchants.yml
YAML:levels: 1: display_name: "&7&oDefault Pickaxe" blocks_required: 0 2: display_name: "&aLevel 2 Pickaxe" blocks_required: 1000 rewards: - 'eco give %player% 1000' 3: display_name: "&eLevel 3 Pickaxe" blocks_required: 5000 rewards: - 'eco give %player% 5000' 4: display_name: "&e&lMAX LEVEL PICKAXE" blocks_required: 10000 rewards: - 'eco give %player% 10000' messages: pickaxe-level-up: "&e&lPICKAXE &8» &7Your current pickaxe just leveled up to &eLevel %level%&7!" pickaxe-progress: "&e&lPICKAXE &8» &7Current progress: &c%blocks%&7/&a%blocks_required% Blocks"
Update 1.1.26
19th February 2021
- Small tokens API update
- Both enchanting and disenchanting menu now accepts middle mouse click input, resulting in buying/refunding 100 enchant levels.
Update 1.1.24
13th February 2021
- All custom enchants are now properly reloaded when the plugin is reloaded (using /prisoncore reload)
Update 1.1.23
12th February 2021
- Added new placeholder. Check it on https://github.com/Drawethree/UltraPrisonCore/wiki/Placeholders
Update 1.1.21
11th February 2021
- Autosell message do not shows up if your recent earnings via autosell are less or equal to zero
Hotfix 1.1.20
10th February 2021
- Fixed rare null pointer error with autosell module
- Added command /enchantmenu to open manually enchanting menu for pickaxes.
