Releases: ClubObsidian/DynamicGui
Releases · ClubObsidian/DynamicGui
4.0.0 initial release
Merge pull request #98 from ClubObsidian/4.x 4.x
Index out of bounds fix
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
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
Functions:
- setnbt
- setamount
- moneywithdraw
- moneydeposit
Guis now link seamlessly.
Functions now use replacers.
Vault fix - 3.3.5
Fix issue with vault depositing
Physical action enum
3.3.4 Updated readme, clarified some things about the project