Releases: broken1arrow/Utility-Library
Releases · broken1arrow/Utility-Library
0.78
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
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
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 commandChange so serialize class supports to load maps
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
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
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
Initial 1.20.3-4 suport
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
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
Changelog:
- Fixed problem when try to remove from database and it did not remove the object.
Full Changelog: 0.68...0.69