Releases: lishid/OpenInv
Releases · lishid/OpenInv
OpenInv 3.3.3
- 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
- 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
OpenInv 3.3.0
OpenInv 3.2.1
- Fixed incorrect field name in 1.12 SpecialPlayerInventory
OpenInv 3.2.0
- 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
- Fixed ConcurrentModificationException
OpenInv 3.1.1 for 1.4.5 through 1.11.2
- 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
- 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
- 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