Skip to content

Releases: ClubObsidian/DynamicGui

4.0.0 initial release

19 Sep 00:15
7e7e1d7
Compare
Choose a tag to compare
4.0.0 initial release Pre-release
Pre-release
Merge pull request #98 from ClubObsidian/4.x

4.x

Index out of bounds fix

06 Feb 04:55
Compare
Choose a tag to compare

Fixed logic with index out of bound clicking, should now be handled by
the trident listener instead. If the item is out of bounds then we
should just pass an itemwrapper with a null itemstack and then the
trident listener handles the code correctly.

Sponge support, inventory view, schedulers and more

24 Jan 04:11
Compare
Choose a tag to compare

Additions and fixes

  • Fix sponge scheduler
  • InventoryWrapper equals
  • Setclose function
  • Functions run on inventory close
  • Added money balance function
  • Statistics
  • XML support
  • Duplicate interact opening
  • Removed inventory open delay
  • Fixed replacer api
  • Partially rewrote npc registry
  • Added non-chest inventory types
  • Added eval function
  • Fixed command aliasing
  • Partial sponge support
  • Fix inventory view

NBT, amount, money functions, gui linking

01 Dec 20:23
Compare
Choose a tag to compare

Functions:

  • setnbt
  • setamount
  • moneywithdraw
  • moneydeposit

Guis now link seamlessly.
Functions now use replacers.

Vault fix - 3.3.5

27 Nov 05:45
Compare
Choose a tag to compare
Fix issue with vault depositing

Physical action enum

18 Nov 05:35
75c3e1f
Compare
Choose a tag to compare
3.3.4

Updated readme, clarified some things about the project