rodeyseijkens / PersonalChest

Bukkit Plugin for Player bound chests
http://forums.bukkit.org/threads/24980/
4 stars 4 forks source link

PersonalChests and OpenInv #13

Closed gabizou closed 12 years ago

gabizou commented 12 years ago

So I know PersonalChests hasn't updated since Nov 20th but OpenInv, a plugin to look at players inventories and do things silently, is causing a warning in the server console with PersonalChests.

Anyways, the OpenInv is causing issues with the latest feature of Opening a chest silently (looking in the inventory without making the animations or sounds to players, works well with vanishnopacket)

Here's the issue going on: 23.12 20:36:57 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:457) 23.12 20:36:57 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425) 23.12 20:36:57 [Server] INFO at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527) 23.12 20:36:57 [Server] INFO at net.minecraft.server.NetworkListenThread.a(SourceFile:108) 23.12 20:36:57 [Server] INFO at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550) 23.12 20:36:57 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93) 23.12 20:36:57 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) 23.12 20:36:57 [Server] INFO at net.minecraft.server.Packet101CloseWindow.a(SourceFile:16) 23.12 20:36:57 [Server] INFO at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:280) 23.12 20:36:57 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339) 23.12 20:36:57 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58) 23.12 20:36:57 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$97.execute(JavaPluginLoader.java:945) 23.12 20:36:57 [Server] INFO at org.getspout.spoutapi.event.inventory.InventoryListener.onCustomEvent(InventoryListener.java:51) 23.12 20:36:57 [Server] INFO at nl.rodey.personalchest.pchestInventoryListener.onInventoryClose(pchestInventoryListener.java:42) 23.12 20:36:57 [Server] INFO java.lang.NullPointerException 23.12 20:36:57 [Server] SEVERE Could not pass event CUSTOM_EVENT to PersonalChest

From bottom up... (Using Multicraft)

I'm supposing its an issue between Openinv and PersonalChests (I tried to silent view a personal chest, and this pops up when i exit the chest)

I tested with regular chests and nothing occurs that could cause worry.

rodeyseijkens commented 12 years ago

Thanks for the bug notice, I will try to fix this.

gabizou commented 12 years ago

Hold on. OpenInv updated to "fix" the silent chest and spout issues. Testing now.

gabizou commented 12 years ago

Yep. tested with 10 personal chests and the latest OpenInv. His fix worked the issues with spout :P Thanks anyways though! Looking forward to the newer features in the next release of PersonalChests :)