Skip to content

Releases: broken1arrow/Utility-Library

0.78

17 Mar 13:05

Choose a tag to compare

0.78 Pre-release
Pre-release

Changelog:

  • added more settings, so you can fix potential connection issues.
  • Added new class SerializeUtility where you can serialize or deserialize a map to a SQL database.

Full Changelog: 0.77...0.78

Database connection

05 Mar 19:10

Choose a tag to compare

Database connection Pre-release
Pre-release

Change log:

  • Problem with too many connections to SQL database, should be solved now.

Full Changelog: 0.76...0.77

Fixed issue with nested maps

20 Feb 17:54

Choose a tag to compare

Pre-release

Changelog:

  • Fixed issue with nested path, when use Map option.

Will now work with this setup also.

item_test:
 map?:
   item_test5:
     3:
       Items:
       - 1:
           Matrial: DIAMOND
           Amount: 7
       - 2:
           Matrial: DEAD_BUSH
           Amount: 5
       Command2:
       - my test command
     Command:
     - my command
     - my command2
   item_test2:
     Command:
     - my command

Change so serialize class supports to load maps

19 Feb 18:00

Choose a tag to compare

Changelog:

  • Added so it load sections as map if map?: is the key before your data. Example below.
item_test:
  map?:
    item_test5:
      Command:
      - my command
      - my command2
    item_test2:
      Command:
      - my command

Full Changelog: 0.74...0.75

0.74

30 Jan 17:40

Choose a tag to compare

0.74 Pre-release
Pre-release

Changelog:

  • improve the logic for set YAML data back to file.
  • Allow you to also get metadata when set metadata.

Full Changelog: 0.73...0.74

Minor improvments

11 Jan 14:54

Choose a tag to compare

Minor improvments Pre-release
Pre-release

Changelog:

  • Made a change to the logic in CheckItemsInsideMenu class so you can reset the blacklist and strongly recommend you use #getCheckItemsInsideMenu() in MenuUtility class.
  • Fixed some typos for some field names.
  • Rare error when update title on 1.20.4, so it should show better message than throw error message.

Full Changelog: 0.72...0.73

Fixed blacklist for menu api

04 Jan 07:31

Choose a tag to compare

Pre-release

Changelog:

  • It not set items and not only add it to the list.

Full Changelog: 0.71...0.72

Initial 1.20.3-4 suport

15 Dec 13:22

Choose a tag to compare

Pre-release

Changelog:

  • Update menu title for 1.20.3 and 1.20.4 support.
  • Update api for nbt data.
  • Fixed bug with setData() method old ones will be removed.

Full Changelog: 0.70...0.71

Added new option to catche click outside menu

09 Dec 20:41

Choose a tag to compare

Changelog:

  • Added new option to catch click outside the inventory.Added this if you want to pick up clicks outside inventory/menu, useful if you want to add option to change page without take up inventory space (will not work so well if you add bedrock support with this function).
  • added other check, so it does not limit to the amount of items in the list, but instead checks the slot player click inside.

Full Changelog: 0.69...0.70

Remove from database

04 Dec 15:51

Choose a tag to compare

Remove from database Pre-release
Pre-release

Changelog:

  • Fixed problem when try to remove from database and it did not remove the object.

Full Changelog: 0.68...0.69