Skip to content

Releases: lishid/OpenInv

OpenInv 3.3.3

Choose a tag to compare

@Jikoo Jikoo released this 07 Feb 23:39
  • Fixed issues with incorrect translation keys while using ProtocolSupport
  • Fixed config being updated instead of just being correctly created on first load.
  • Legacy: Backported spectate (ab)use to fix SilentChest on PaperSpigot

OpenInv 3.3.2

Choose a tag to compare

@Jikoo Jikoo released this 08 Nov 22:56
  • Fixed missing this in permissions handling. Whoops. (#81)
  • Fixed permissions inconsistencies from documentation.

Sorry about the mistakes, I should be more careful. That's what I get for not testing before pushing out a build.

OpenInv 3.3.1

Choose a tag to compare

@Jikoo Jikoo released this 07 Nov 23:25
  • Fixed ConcurrentModificationException for real for the 5th time or so (#78)
  • Added permissions to change the default status of AnyContainer and SilentContainer (#76)
    • OpenInv.any.default, default false
    • OpenInv.silent.default, default false

OpenInv 3.3.0

Choose a tag to compare

@Jikoo Jikoo released this 05 Jul 09:55
  • Fixed SilentChest on PaperSpigot (#68)
  • Fixed ConcurrentModificationException (#69)
  • Improved handling of shulker boxes (#64)

OpenInv 3.2.1

Choose a tag to compare

@Jikoo Jikoo released this 10 Jun 00:20
  • Fixed incorrect field name in 1.12 SpecialPlayerInventory

OpenInv 3.2.0

Choose a tag to compare

@Jikoo Jikoo released this 08 Jun 22:42
  • Included support for 1.12
  • Improved API slightly - methods are now annotated nullable where valid, exceptions are preferred instead of returning null as before.

This release marks a new system: For those choosing to keep their server up-to-date, the primary download is much smaller and only supports 1.11(.2) and 1.12. For anyone running an older server, either compile the version you want yourself or use the much larger OpenInv-legacy file.

OpenInv 3.1.2 for 1.4.5 through 1.11.2

Choose a tag to compare

@Jikoo Jikoo released this 14 Feb 01:03
  • Fixed ConcurrentModificationException

OpenInv 3.1.1 for 1.4.5 through 1.11.2

Choose a tag to compare

@Jikoo Jikoo released this 31 Jan 07:50
  • Fixed incorrect handling for differences in shulker boxes between 1.11 and 1.11.2

OpenInv 3.1.0 for 1.4.5 through 1.11.2

Choose a tag to compare

@Jikoo Jikoo released this 20 Jan 18:01
  • API should now be consistently versioned and is available via JitPack
  • Better support plugins causing Player implementations other than CraftPlayer to be used

OpenInv 3.0.6 for 1.4.5 through 1.11.2

Choose a tag to compare

@Jikoo Jikoo released this 10 Jan 19:26
  • Fixed shulker boxes reporting blocked state for anychest incorrectly
  • Fixed incorrect name parameter for packet used to open window in 1.8+
  • Fixed untranslated default chest name on 1.7-
  • Fixed InventoryOpenEvent not being fired when using SilentChest