Update 1.12.2
17th August 2022
- Ranks | Added permission to command /maxrankup
- ultraprison.ranks.maxrankup
- Prestiges | Added permission to command /maxprestige
- ultraprison.prestiges.maxprestige
- AutoSell | Updated API
- See updated AutoSell API here
Update 1.12.1
14th August 2022
- Tokens | Improved handling of top blocks, tokens, and blocks weekly
- Removed tokens top, blocks top and blocks top weekly update task, and made only one, that saves player data.
- Reading from top is now done directly from database instead of cache
- Database | Fixed SQLite issues
Update 1.12.0
14th August 2022
- Misc | Added code obfuscation
- Enchants | Whole enchants module refactor
- [-] Removed checking for WorldGuard regions starting with "mine" prefix, instead new WorldGuard flag has been introduced - 'upc-enchants' (default: false)
- [-] Removed allow-enchants-outside-mine-regions option from config as it is no longer needed.
- [+] In order to make enchants working, you need to set WorldGuard flag 'upc-enchants' to ALLOW for every world guard region. Existing customers, please adapt to this change, otherwise enchants will not be working!
- [+] Removed global refund-percentage option and made it as enchant specific option. See updated enchants.yml here
- [+] Developer API has been updated. See here.
- [-] Removed command /layer and /explosive (player toggles). In upcoming updates I will be working on player toggles module, which will allow to toggle also more features from UPC and persist the states of toggles.
Update 1.11.25
11th August 2022
- Database | Added configurable connection properties into config.yml
- Please see updated config.yml here
- If you would like to change these properties, please refer to HikariCP documentation
YAML:# Connection properties # HikariCP database connection properties, please refer to https://github.com/brettwooldridge/HikariCP#gear-configuration-knobs-baby for more information connection_properties: connection_timeout: 30000 idle_timeout: 600000 keep_alive_time: 0 max_life_time: 1800000 minimum_idle: 10 maximum_pool_size: 10 leak_detection_threshold: 0 connection_test_query: "SELECT 1"
Update 1.11.24
10th August 2022
- All Modules | Features that were not working in gamemode creative are now working in creative mode.
Update 1.11.23
10th August 2022
- Tokens | Small refactor
- Tokens | Added configurable top_players_amount into tokens.yml
- Default: 10
Update 1.11.22
4th August 2022
- Gangs | Fixed exception on using /gangs command from console without any arguments
