Skip to content

Releases: codeHusky/HuskyUI-Plugin

HuskyUI v0.6.0-PRE4 for API 7.x

26 May 04:44
Compare
Choose a tag to compare
Pre-release

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

04 Mar 02:56
Compare
Choose a tag to compare
Pre-release
  • Removed unnecessary closeInventory call in the invutils close method.

HotFix #2 (Modify interrupt logic)

22 Jun 06:40
Compare
Choose a tag to compare
Pre-release

Interrupt logic now has less flaws.

UPDATE FOR USE WITH HUSKYCRATES HOTFIX 3

HotFix #1 (Error handler for interrupt exceptions)

21 Jun 08:14
Compare
Choose a tag to compare

USE THIS WITH HUSKYCRATES HOTFIX # 3

HuskyUI v0.6.0-PRE2 for API 7.x

22 Apr 23:26
Compare
Choose a tag to compare
Pre-release

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

08 Apr 04:53
Compare
Choose a tag to compare
Pre-release

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

21 Mar 05:16
Compare
Choose a tag to compare
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

22 Jan 07:40
Compare
Choose a tag to compare

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) and ElementRegistry#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

22 Jan 00:58
Compare
Choose a tag to compare

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

07 Jan 05:20
Compare
Choose a tag to compare

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