Update 1.5.1
20th August 2021
- Fixed Issue #5
- Enchants | Added first-join-pickaxe option into enchants.yml
- This option allows you to give new players specific custom pickaxe with custom enchants and custom name. Please see updated enchants.yml file in Wiki.
YAML:first-join-pickaxe: enabled: true name: "&e%player%'s Pickaxe" material: DIAMOND_PICKAXE enchants: - efficiency 10 - unbreaking 10 - fortune 10
Update 1.5.0 - Multipliers Update
18th August 2021
- Multipliers | Whole refactor of multipliers module
- [-] Removed command /pmulti
- [+] Added command /sellmulti [player] [multiplier] [duration] [time_unit] - This command is used to set player sell multiplier (Vault currency)
- [+] Added command /tokenmulti [player] [multiplier] [duration] [time_unit] - This command is used to set player token multiplier (Tokens in UltraPrisonCore)
- [+] Added new messages and settings into multipliers.yml. Please see updated multipliers.yml file on Wiki and update your local multipliers.yml file accordingly.
- [-] Removed following PAPI / MVdW Placeholders:
- %ultraprison_multiplier%
- %ultraprison_multiplier_global%
- [+] Added new PAPI / MVdW Placeholders:
- %ultraprison_multiplier_sell% - Display player's sell multiplier
- %ultraprison_multiplier_token% - Display player's token multiplier
- %ultraprison_multiplier_global_sell% - Display global sell multiplier
- %ultraprison_multiplier_global_token% - Display global token multiplier
Update 1.4.10
12th August 2021
Please see all API changes here:
- AutoMiner | Added UltraPrisonAutoMinerAPI
- Ranks | Changed UltraPrisonRankUpAPI to UltraPrisonRanksAPI
- Ranks | Added new API methods
- Pickaxe Levels | Added new API methods
https://github.com/Drawethree/UltraPrisonCore/wiki/Developer-API
Update 1.4.9
9th August 2021
- Removed BETA tag as minor version 1.4 seems stable now
- Enchants | Fixed bug when player dropped pickaxe the effects were not removed
Hotfix #1 1.4.8-BETA
7th August 2021
- Enchants | Fixed max enchanting and max disenchanting via 'Q' key, now its thread safe and players can no longer glitch it.
- Also put on a weekend sale ;]
Update 1.4.8-BETA
6th August 2021
- Ranks & Prestiges | Added option to use in-build Tokens currency for rankups and prestiges costs.
- ranks.yml changes:
- Added not_enough_tokens message
- Added not_enough_tokens_prestige message
- Added use_tokens_currency toggle (default: false)
- Please check the wiki for updated ranks.yml
