Releases: Jikoo/OpenInv
OpenInv 2.4.5 for 1.4.5 through 1.9.4
- Updated to include v1_9_R2 for 1.9.4
OpenInv 2.4.4 for 1.4.5 through 1.9.2
- New configuration option
DisableSaving
, default false: The plugin will not ever manually save player inventories. Edits are not prevented and will persist only if the player comes online before the inventory is unloaded. To prevent editing, do not grant the nodesOpenInv.editinv
orOpenInv.editender
. - Fixed a bug with players' online state initially being inverted causing duplication bugs with reduced saving feature
OpenInv 2.4.3 for 1.4.5 through 1.9.2
- Fixed players' inventories not being openable during their first session.
OpenInv 2.4.2 for 1.4.5 through 1.9.2
- Reduce redundant player data saves caused by ender chests
OpenInv 2.4.1 for 1.4.5 through 1.9.2
- Fixed inventory not updating when player comes online
- Reduced redundant saves
OpenInv 2.4.0 for 1.4.5 through 1.9.2
- Re-added support for almost all past versions
- Fixed offhand slot not functioning correctly
OpenInv 2.3.0 for 1.9
- Added support for manipulation of offhand slot
- Fixed AnyChest not working when there is an ocelot on a chest.
- Fixed players without permission to modify opened inventory being able to insert items
- Removed item wand functionality
I removed the wand because all it does is run the command openinv. The player using it needs to have permission to use the command in the first place - they are not limited by who they can reach at all. It's somewhat a neat idea, but it doesn't have purpose in its current state. As I'm not interested in changing the way it works to allow for wand-only opening, I'm removing it. The code will always be there for anyone who wants to open a pull or maintain their own fork, that's what version control is for.
OpenInv 2.2.10 for 1.9.0
This version does not offer backwards compatibility.
OpenInv 2.2.9 for 1.8.8
- Updated to 1.8.8
- Properly declared command permissions in plugin.yml
- Removed update checker
A couple notes:
1.8.8 apparently changed the name of a method. This hasn't been an issue for me during months of use, but there's potential for nasty errors if you don't update. The NMS version didn't change, which is a bit frustrating - the whole point of versioned packaging is that when NMS changed, the package names were entirely changed to create errors BEFORE devs started calling random methods with unintended results.
The update checker is gone. If you're using this fork, you probably already know enough about OpenInv to be aware that you need to update with each Minecraft version.
OpenInv 2.2.8 for 1.8.4/1.8.5/1.8.6/1.8.7
This version does not offer backwards compatibility.