Skip to content

Releases: Jikoo/OpenInv

OpenInv 2.4.3 for 1.4.5 through 1.9.2

18 Apr 17:09
Compare
Choose a tag to compare
  • Fixed players' inventories not being openable during their first session.

OpenInv 2.4.2 for 1.4.5 through 1.9.2

11 Apr 23:25
Compare
Choose a tag to compare
  • Reduce redundant player data saves caused by ender chests

OpenInv 2.4.1 for 1.4.5 through 1.9.2

11 Apr 22:15
Compare
Choose a tag to compare
  • Fixed inventory not updating when player comes online
  • Reduced redundant saves

OpenInv 2.4.0 for 1.4.5 through 1.9.2

04 Mar 10:57
Compare
Choose a tag to compare
  • Re-added support for almost all past versions
  • Fixed offhand slot not functioning correctly

OpenInv 2.3.0 for 1.9

01 Mar 17:40
Compare
Choose a tag to compare
  • 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

01 Mar 05:57
Compare
Choose a tag to compare

This version does not offer backwards compatibility.

OpenInv 2.2.9 for 1.8.8

17 Nov 04:33
Compare
Choose a tag to compare
  • 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

19 May 12:16
Compare
Choose a tag to compare

This version does not offer backwards compatibility.

OpenInv 2.2.7 for 1.8.3

11 Mar 20:50
Compare
Choose a tag to compare

Updated to 1.8.3
This version does not offer backwards compatibility.

Fixed issue caused by my hackish async lookup - /openinv and /openender now support partial names of online players and work on players during their first join of the server.

OpenInv 2.2.6 for 1.8 - Async lookups

01 Dec 21:16
Compare
Choose a tag to compare

Inelegant but functional solution for servers with a decent number of player.dat files.

Removes automatic name completion - you must enter the full name of the user you want to open the inventory of.