Update 1.2.6-BETA
26th February 2021
- Enchants | Added option to toggle on/off opening of Enchant GUI by right-clicking block with pickaxe
- Enchants | Pickaxe Lore can be now customized even more without issues
- Enchants | Added attribute Messages-Enabled to prevent spam for all enchants, currently works only for Blessing and Charity.
Update 1.2.5-BETA
25th February 2021
- Ranks & Prestiges | Fixed issue with /prestigeadmin add/set command, now it works properly without errors
- Enchants | Fixed PrestigeFinder enchant, now works properly without errors
Update 1.2.4-BETA
25th February 2021
- Multipliers | Players with permission ultraprison.autosell.toggle have now autosell toggled automatically on join
- Multipliers | Added option enable-autosell-automatically to autosell.yml
Update 1.2.3-BETA
25th February 2021
- RANKS & PRESTIGES | Added rewards for unlimited prestiges!
- You can now specify command rewards when player reaches specific prestige levels.
- You can set them up in ranks.yml -> unlimited_prestiges -> rewards section!
Code:unlimited_prestiges: enabled: false max_prestige: 1000000 prestige_cost: 1000000 increase_cost: enabled: true increase_cost_by: 1.25 prefix: '&2&lP%prestige%' rewards: 10: - 'eco give %player% 10' 100: - 'eco give %player% 100' 1000: - 'eco give %player% 1000' 10000: - 'eco give %player% 10000'
Update 1.2.2-BETA
23rd February 2021
- Plugin now disables itself if Vault has no economy provider
- Removed command alias "upc" of main /prison command as it was conflicting with another plugin
- Removed few colors formatting in console messages
- Command /prison cleardb now properly resets all data
- Updated default pickaxe-levels.yml
- Various small bug fixes
Update 1.2.1-BETA
22nd February 2021
- Pickaxe Levels | From now pickaxe display name is optional, if you do not want to use it, set it to empty
- Pickaxe Levels | Updated default pickaxe-levels.yml file, added more default levels
- Tokens | Added option to toggle token messages off by default
- Enchants | Added minimum pickaxe level requirement for all enchants
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.
