Skip to content

Releases: lishid/OpenInv

OpenInv 3.3.3

07 Feb 23:39
Compare
Choose a tag to compare
  • 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

08 Nov 22:56
Compare
Choose a tag to compare
  • 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

07 Nov 23:25
Compare
Choose a tag to compare
  • 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

05 Jul 09:55
Compare
Choose a tag to compare
  • Fixed SilentChest on PaperSpigot (#68)
  • Fixed ConcurrentModificationException (#69)
  • Improved handling of shulker boxes (#64)

OpenInv 3.2.1

10 Jun 00:20
Compare
Choose a tag to compare
  • Fixed incorrect field name in 1.12 SpecialPlayerInventory

OpenInv 3.2.0

08 Jun 22:42
Compare
Choose a tag to compare
  • 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

14 Feb 01:03
Compare
Choose a tag to compare
  • Fixed ConcurrentModificationException

OpenInv 3.1.1 for 1.4.5 through 1.11.2

31 Jan 07:50
Compare
Choose a tag to compare
  • 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

20 Jan 18:01
Compare
Choose a tag to compare
  • 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

10 Jan 19:26
Compare
Choose a tag to compare
  • 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