Releases: codeHusky/HuskyUI-Plugin
Releases · codeHusky/HuskyUI-Plugin
HuskyUI v0.6.0-PRE4 for API 7.x
Changes
- Fixed repeated interrupt calls
- Invalid/repeated interrupt calls will result in an error message.
Downloads have moved to Ore! Get the new version here!
HotFix #3 - Minor adjustment
- Removed unnecessary closeInventory call in the invutils close method.
HotFix #2 (Modify interrupt logic)
Interrupt logic now has less flaws.
UPDATE FOR USE WITH HUSKYCRATES HOTFIX 3
HotFix #1 (Error handler for interrupt exceptions)
USE THIS WITH HUSKYCRATES HOTFIX # 3
HuskyUI v0.6.0-PRE2 for API 7.x
Features
- Added REFRESH action type
- Added auto-paging (autopages will now allow you to page through elements if there are a lot)
Bugfixes
- Fixed a memory leak
- Fixed pageviews not opening under certain conditions (Thanks @AwesomeJustin)
- Fixed some phase errors that happen sometimes lol
HuskyUI v0.6.0-PRE1 for API 7.x
Changes
- Added ability to modify InventoryArchetype
- Fixed auto page scaling
- Allow users to override border items if they want. :P
For HuskyCrates v2.0.0-PRE6 and newer.
v0.5.2 Bug Fix pre release
This includes an interrupt handler but it currently is not documented.
This also fixes the error spam.
Use this for HuskyCrates v2.0.0-PRE1 and newer.
HuskyUI v0.5.1 for API 5.x - 8.x
We now have JavaDocs!
Check them out here!
Bugfixes
- Fixed issues with item interaction.
- drops
- movement from fixed positions
- item placement and usage
Changes
- Added
ElementRegistry#isElementAuto(id)
andElementRegistry#isElementFixedAuto(id)
- Check out the javadocs for more info.
Please report any issues that occur during use of the ElementRegistry asap.
HuskyUI v0.5.0 for SpongeAPI 7.x-8.x
We now have JavaDocs!
Check them out here!
Features
- Added ElementRegistry (SHOULD BE CONSIDERED EXPERIMENTAL)
- Example
- Allows you to put Elements within a player's inventory!
- Call code in your plugin, open StateContainers, etc!
- Methods with
auto
in them reference auto-inv feature- Delivers items to player on login.
- If slot specified, will go into given slot. Please read the notes before using this feature.
Known Issues
- Need to prevent dropping of UI items and/or (maybe?) preventing movement of fixed-position hotbar items.
Notes (Important!)
- Specifying a slot for an auto-inv item will result in players having their inventory wiped. Please only do this if you've gotten explicit permission the server using the plugin via a config, or make this VERY CLEAR somewhere, as results could be disastrous if not properly disclosed.
- Context won't have all the normal data inside of RunnableActions. Keep in mind that working with a state container or loading a page from a state container won't really work. You'll need to contact a state container or create one within your RunnableAction.
Please report any issues that occur during use of the ElementRegistry asap.
HuskyUI v0.4.1 for SpongeAPI 5.x - 7.x
Important! Please do not use v0.4.0! It has some bad code that clears players inventories indiscriminately.
Features
- (IIRC) Fully functional updatable page views.
Bug Fixes
- Inventories are no longer cleared when a player changes or closes a view via a button