Skip to content

v1.1.10

Compare
Choose a tag to compare
@Aeltumn Aeltumn released this 03 Jun 17:25
· 22 commits to main since this release
<dependency>
  <groupId>com.noxcrew.interfaces</groupId>
  <artifactId>interfaces</artifactId>
  <version>1.1.10</version>
</dependency>

What's Changed

  • New structure for InterfacesProperties which adds various extra configuration options to interfaces
  • Menu close handlers are now always called, even when opening a different menu
  • Added option to persist items placed into an interface when opening another
  • Added support for allow certain items in an interface to be moved
  • Added support to prevent moving unmovable items through number keys & swapping off-hand
  • Added support to prevent moving unmovable items by drag clicking
  • You can no longer drop items from an interface
  • Items from an interface are no longer dropped on death
  • An open player interface is re-opened after respawning
  • Added additional details to the DrawPaneEvent
  • Updated implementation of DelegateTrigger to address GC issues
  • Updated to Kotlin 1.9.22

Full Changelog: v1.0.1...v1.1.10