Page: 1 2 3 4 5

1.12.7.3 Oct 2, 2022
Update 1.12.7.3
Update 1.12.7.3
2nd October 2022
  • Debug | Improved logging system, messages about player specific actions are now included in debug mode.

1.12.7.2 Sep 26, 2022
Update 1.12.7.2
Update 1.12.7.2
26th September 2022
  • Enchants | Added configurable GuiName for all enchants.yml
    • Used to differ between gui item name for enchants and lore on pickaxe

1.12.7.1 Sep 23, 2022
Update 1.12.7.1
Update 1.12.7.1
23rd September 2022
  • Enchants | Small refactor the the enchants system to improve its efficiency and code base
We have also updated the test enchant example for developers to latest requirements, can be found here

1.12.7 Sep 19, 2022
Update 1.12.7 - Back to Java 8
Update 1.12.7
20th September 2022
  • After hearing lot of complains and having lot of customers still ona Java 8, we have decided to switch back to support Java 8 as the lowest Java version for UPC
  • Misc | Small async / sync handling improvements

1.12.6 Sep 17, 2022
Update 1.12.6
Update 1.12.6
17th September 2022
 
  • Enchants | Added Explosion-Type into Explosive enchants configuration inside enchants.yml
    • CUBE (default)
    • SPHERE (New!)

1.12.5 Sep 17, 2022
1.12.5
Update 1.12.5
17th September 2022
  • Prestiges | Whole module refactoring
  • Prestiges | Added configurable amount of top player to display in /prestigetop
  • Autosell | Slightly improved autosell logic

1.12.4.2 Sep 16, 2022
Update 1.12.4.2
Update 1.12.4.2
16th September 2022
  • Tokens | Corrected command tab completer
  • Gems | Corrected command tab completer
  • Pickaxe Levels | Fixed important bug when pickaxe levels were reset and players were able to dupe rewards
 

1.12.4.1 Sep 9, 2022
Update 1.12.4.1
Update 1.12.4.1
9th September 2022
  • Enchants | Added pickaxe_level_required message into enchants.yml
    • Being displayed to users, where they attempt to buy specific enchant and they do not have pickaxe level required
    • Default: &e&lENCHANT &8» &cYou need to have at least &ePickaxe Level %pickaxe_level%&c in order to enchant this!"
  • Ranks | Fixed issues with ranks, specially NullPointerExceptions in 1.12.4 version
 

 


1.12.4 Sep 3, 2022
Update 1.12.4
Update 1.12.4
3rd September 2022
  • Ranks | Whole module refactor
  • Ranks | API has been updated

1.12.3 Aug 25, 2022
Update 1.12.3
Update 1.12.3
25th August 2022
  • Plugin is now being compiled using Java 17
    • You can still use this plugin on servers using Java 8 and Java 11
  • Misc | Small code fixes
  • Mines | Added migration support from CataMines plugin
  • Pickaxe Levels | Whole module refactor
    • Pickaxe Levels API has been updated.
  • Enchants | Fixed issues with upc-enchants WorldGuard flag and Explosive, Nuke and Layer enchants
  • Enchants | Corrected enchants.yml default file

1.12.2 Aug 17, 2022
Update 1.12.2
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

1.12.1 Aug 14, 2022
Update 1.12.1

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 frop top is now done directly from database instead of cache
  • Database | Fixed SQLite issues

1.12.0 Aug 14, 2022
Update 1.12.0
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.

1.11.25 Aug 11, 2022
Update 1.11.25
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 
[code=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"[/code]

1.11.24 Aug 10, 2022
Update 1.11.24
Update 1.11.24
10th August 2022
  • All Modules | Features that were not working in gamemode creative are now working in creative mode.

1.11.23 Aug 10, 2022
Update 1.11.23
Update 1.11.23
10th August 2022
  • Tokens | Small refactor
  • Tokens | Added configurable top_players_amount into tokens.yml
    • Default: 10

1.11.22 Aug 4, 2022
Update 1.11.22
Update 1.11.22
4th August 2022
  • Gangs | Fixed exception on using /gangs command from console without any arguments

1.11.21 Aug 3, 2022
Update 1.11.21
Update 1.11.21
3rd August 2022
  • Gangs | Fixed gang pvp by projectiles

1.11.20 Aug 1, 2022
Update 1.11.20
Update 1.11.20
1st August 2022
 
  • Multipliers | Multipliers are now applied during UltraBackpacks selling of items
  • AutoSell | Updated API
    • See updated API here

1.11.19 Jul 29, 2022
Update 1.11.19 - Gangs Refactor + New Features + Bug Fixes
Update 1.11.19 
Gangs Refactor + New Features + Bug Fixes
29th July 2022
  • Gangs | Whole module refactor
    • Improved code efficiency, readability
  • Gangs | Added tab completion for commands
  • Gangs | Added configuration for /gangs command aliases into gangs.yml
  • Gangs | Added Gangs GUIs
    • Currently they are NOT translatable, configuration will come in upcoming updates
    • Opened via /gangs command
    • Contains:
      • Gang Information
      • Rename Gangs  (requires ProtocolLib)
      • Member Managing GUI
      • Gang Invitation Management GUI
      • Disband GUI
    • Please see pictures below 
  • Gangs | Gang invitations are now persisting between server restarts
  • Gangs | Updated API
    • See updated API here
  • AutoSell | Fixed sell region loading if worlds were not loaded before

1.11.18 Jul 24, 2022
Update 1.11.18
Update 1.11.18
24th July 2022
  • Tokens | Added configurable /tokenmessage command aliases
  • Gems | Added configurable /gemmessage command aliases

1.11.17 Jul 17, 2022
Update 1.11.17
Update 1.11.17
17th July 2022
  • AutoSell | Fixed issues with selling multiple items of the same type
  • Corrected gems.yml file

1.11.16 Jul 15, 2022
Update 1.11.16
Update 1.11.16
15th July 2022
  • Gems | Added configurable aliases for /gems and /gemstop command into gems.yml
  • Tokens | Added configurable aliases for /tokens /tokenstop /blockstop commands into tokens.yml
  • Mines | Fixed bug when mine lifecycle was running even if mine was deleted + improved handling of mines
  • Ranks | Added configurable progress bar variables ( delimiter + length ) into ranks.yml
  • PickaxeLevels | Added configurable progress bar variables ( delimiter + length ) into pickaxe-levels.yml

1.11.15 Jul 14, 2022
Update 1.11.15
Update 1.11.15
14th July 2022
  • Compat | Updated UltraBackpacksAPI support to latest (v1.2.1)

1.11.14 Jul 12, 2022
Update 1.11.14
Update 1.11.14
12th July 2022
  • Gangs | Added gang-friendly-fire option to gangs.yml config to enable / disable PvP between gang members
    • Default: false (PvP disabled between gang members)

Page: 1 2 3 4 5