NPE in PlayerInteractEvent
LadyCailinBot opened this issue · 18 comments
CRAFTBOOK-2301 - Reported by DunkinDenko25
The console keeps saying this please help...
19.12 18:53:45 [Server] INFO Caused by: java.lang.NullPointerException
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:856)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:426)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.q(MinecraftServer.java:493)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.DedicatedServer.r(DedicatedServer.java:222)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.r(MinecraftServer.java:597)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.DedicatedServerConnection.b(SourceFile:30)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.ServerConnection.b(SourceFile:39)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.NetServerHandler.d(NetServerHandler.java:113)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.NetworkManager.b(NetworkManager.java:290)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.Packet15Place.handle(SourceFile:58)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.NetServerHandler.a(NetServerHandler.java:665)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.ItemInWorldManager.interact(ItemInWorldManager.java:376)
19.12 18:53:45 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
Comment by DunkinDenko25
here is the whole thing please help...
19.12 18:53:45 [Server] INFO ... 17 more
19.12 18:53:45 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
19.12 18:53:45 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
19.12 18:53:45 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
19.12 18:53:45 [Server] INFO at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
19.12 18:53:45 [Server] INFO at com.sk89q.craftbook.bukkit.MechanicListenerAdapter$MechanicPlayerListener.onPlayerInteract(MechanicListenerAdapter.java:109)
19.12 18:53:45 [Server] INFO at com.sk89q.craftbook.MechanicManager.dispatchBlockRightClick(MechanicManager.java:245)
19.12 18:53:45 [Server] INFO at com.sk89q.craftbook.mech.Elevator.onRightClick(Elevator.java:208)
19.12 18:53:45 [Server] INFO at com.sk89q.craftbook.mech.Elevator.makeItSo(Elevator.java:268)
19.12 18:53:45 [Server] INFO at com.sk89q.craftbook.bukkit.BukkitPlayer.print(BukkitPlayer.java:50)
19.12 18:53:45 [Server] INFO Caused by: java.lang.NullPointerException
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:856)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:426)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.q(MinecraftServer.java:493)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.DedicatedServer.r(DedicatedServer.java:222)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.r(MinecraftServer.java:597)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.DedicatedServerConnection.b(SourceFile:30)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.ServerConnection.b(SourceFile:39)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.NetServerHandler.d(NetServerHandler.java:113)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.NetworkManager.b(NetworkManager.java:290)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.Packet15Place.handle(SourceFile:58)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.NetServerHandler.a(NetServerHandler.java:665)
19.12 18:53:45 [Server] INFO at net.minecraft.server.v1_4_5.ItemInWorldManager.interact(ItemInWorldManager.java:376)
19.12 18:53:45 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
19.12 18:53:45 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
19.12 18:53:45 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
19.12 18:53:45 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:35)
19.12 18:53:45 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
19.12 18:53:45 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
19.12 18:53:45 [Server] INFO org.bukkit.event.EventException
19.12 18:53:45 [Server] SEVERE Could not pass event PlayerInteractEvent to CraftBookMechanisms v1322-6fcff67
19.12 18:53:42 [Server] INFO ... 17 more
19.12 18:53:42 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
19.12 18:53:42 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
19.12 18:53:42 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
19.12 18:53:42 [Server] INFO at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
19.12 18:53:42 [Server] INFO at com.sk89q.craftbook.bukkit.MechanicListenerAdapter$MechanicPlayerListener.onPlayerInteract(MechanicListenerAdapter.java:109)
19.12 18:53:42 [Server] INFO at com.sk89q.craftbook.MechanicManager.dispatchBlockRightClick(MechanicManager.java:245)
19.12 18:53:42 [Server] INFO at com.sk89q.craftbook.mech.Elevator.onRightClick(Elevator.java:208)
19.12 18:53:42 [Server] INFO at com.sk89q.craftbook.mech.Elevator.makeItSo(Elevator.java:268)
19.12 18:53:42 [Server] INFO at com.sk89q.craftbook.bukkit.BukkitPlayer.print(BukkitPlayer.java:50)
19.12 18:53:42 [Server] INFO Caused by: java.lang.NullPointerException
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:856)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:426)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.q(MinecraftServer.java:493)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.DedicatedServer.r(DedicatedServer.java:222)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.MinecraftServer.r(MinecraftServer.java:597)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.DedicatedServerConnection.b(SourceFile:30)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.ServerConnection.b(SourceFile:39)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.NetServerHandler.d(NetServerHandler.java:113)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.NetworkManager.b(NetworkManager.java:290)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.Packet15Place.handle(SourceFile:58)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.NetServerHandler.a(NetServerHandler.java:665)
19.12 18:53:42 [Server] INFO at net.minecraft.server.v1_4_5.ItemInWorldManager.interact(ItemInWorldManager.java:376)
19.12 18:53:42 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
19.12 18:53:42 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
19.12 18:53:42 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
19.12 18:53:42 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:35)
19.12 18:53:42 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
19.12 18:53:42 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
19.12 18:53:42 [Server] INFO org.bukkit.event.EventException
Comment by me4502
I've made some changes, but for this issue to occur... You'd have to have your config blank where language should be. (CraftBookCommon config). You need to have atleast 1 language in languages, and you must set a default language in language. (This should be done by default though). I have added a fix for a very slight chance possible cause however.
Comment by DunkinDenko25
then can you tell me what this did....
19.12 19:17:58 [Server] INFO list
19.12 19:17:29 [Server] INFO [Backup] Plugin is up to date, at version: 2.0.
19.12 19:17:27 [Disconnect] User piezombie3000 has disconnected, reason: disconnect.quitting
19.12 19:17:27 [Server] INFO Connection reset
19.12 19:17:27 [Server] INFO at java.lang.Thread.run(Unknown Source)
19.12 19:17:27 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
19.12 19:17:27 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
19.12 19:17:27 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
19.12 19:17:27 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.scheduler.CraftTask.run(CraftTask.java:53)
19.12 19:17:27 [Server] INFO at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:37)
19.12 19:17:27 [Server] INFO at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)
19.12 19:17:27 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
19.12 19:17:27 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
19.12 19:17:27 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
19.12 19:17:27 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
19.12 19:17:27 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
19.12 19:17:27 [Server] INFO at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)
19.12 19:17:27 [Server] INFO at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)
19.12 19:17:27 [Server] INFO at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:418)
19.12 19:17:27 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)
19.12 19:17:27 [Server] INFO org.bukkit.plugin.AuthorNagException:
19.12 19:17:27 [Server] WARNING Method "public Plugin loadPlugin(File, boolean)" is Deprecated, and may be removed in a future version of Bukkit
19.12 19:17:27 [Server] INFO CONSOLE: Reload complete.�[m
19.12 19:17:27 [Multicraft] Skipped 77 lines due to rate limit (60/s)
19.12 19:17:26 [Server] INFO CraftBook: 2059 chunk(s) for 3 world(s) processed (0s elapsed)
19.12 19:17:26 [Server] INFO CraftBook: Enumerating chunks for INSTANCE-triggered components...
19.12 19:17:26 [Server] INFO CraftBookMechanisms 1322-6fcff67 enabled.
19.12 19:17:26 [Server] INFO CraftBookMechanisms: Default configuration file written: en_US.txt
19.12 19:17:26 [Server] INFO [CraftBookMechanisms] Enabling CraftBookMechanisms v1322-6fcff67
19.12 19:17:26 [Server] INFO [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.19-b248)
19.12 19:17:26 [Server] INFO Essentials: Using GroupManager based permissions.
19.12 19:17:26 [Server] INFO [Vault][Economy] Essentials Economy hooked.
19.12 19:17:26 [Server] INFO [Essentials] Enabling Essentials v2.9.4
19.12 19:17:26 [Server] INFO CraftBook Circuits: 2059 chunk(s) for 3 world(s) processed (0s elapsed)
19.12 19:17:26 [Server] INFO CraftBook: Enumerating chunks for self-triggered components...
19.12 19:17:26 [Server] INFO CraftBookCircuits 1322-6fcff67 enabled.
19.12 19:17:26 [Server] INFO CraftBookCircuits: Default configuration file written: en_US.txt
19.12 19:17:26 [Server] INFO [CraftBookCircuits] Enabling CraftBookCircuits v1322-6fcff67
19.12 19:17:26 [Server] INFO VoteNow Version 1.2 Has Been Enabled.
19.12 19:17:26 [Server] INFO [VoteNow] List of Voting Sites Loaded Successfully.
19.12 19:17:26 [Server] INFO [VoteNow] Enabling VoteNow v1.2
19.12 19:17:26 [Server] INFO [Votifier] Votifier enabled.
19.12 19:17:26 [Server] INFO [Votifier] DEBUG mode enabled!
19.12 19:17:26 [Server] INFO [Votifier] Enabling Votifier v1.9
19.12 19:17:26 [Server] INFO [OpenInv] Enabling OpenInv v1.9.3
19.12 19:17:26 [Server] INFO [MasterPromote] PluginMetrics enabled!�[m
19.12 19:17:26 [Server] INFO [MasterPromote] v.1.5.4 enabled!�[m
19.12 19:17:26 [Server] INFO [MasterPromote] Using GroupManager�[m
19.12 19:17:26 [Server] INFO [MasterPromote] Enabling MasterPromote v1.5.4
19.12 19:17:26 [Server] INFO CraftBookCommon 1322-6fcff67 enabled.
19.12 19:17:26 [Server] INFO CraftBookCommon: Default configuration file written: config.yml
19.12 19:17:26 [Server] INFO CraftBookCommon: Default configuration file written: en_US.txt
19.12 19:17:26 [Server] INFO [CraftBookCommon] Enabling CraftBookCommon v1322-6fcff67
19.12 19:17:26 [Server] INFO [CraftBay] Falling back to default chat
19.12 19:17:26 [Multicraft] Skipped 339 lines due to rate limit (60/s)
19.12 19:17:25 [Server] INFO [iConomy] Disabling iConomy v7.0
19.12 19:17:25 [Server] INFO Announcer v1.3.3 is disabled!
19.12 19:17:25 [Server] INFO [Announcer] Disabling Announcer v1.3.3
19.12 19:17:25 [Server] INFO [CraftBay] saving
19.12 19:17:25 [Server] INFO [CraftBay] Disabling CraftBay v1.1.2
19.12 19:17:25 [Server] INFO [CraftBookCommon] Disabling CraftBookCommon v1322-6fcff67
19.12 19:17:25 [Server] INFO [MasterPromote] v.1.5.4 disabled!�[m
19.12 19:17:25 [Server] INFO [MasterPromote] Disabling MasterPromote v1.5.4
19.12 19:17:25 [Server] INFO [OpenInv] Disabling OpenInv v1.9.3
19.12 19:17:25 [Server] WARNING [Votifier] Protocol error. Ignoring packet - Socket closed
19.12 19:17:25 [Server] INFO [Votifier] Votifier disabled.
19.12 19:17:25 [Server] INFO [Votifier] Disabling Votifier v1.9
19.12 19:17:25 [Server] INFO VoteNow Has Been Disabled.
19.12 19:17:25 [Server] INFO [VoteNow] Disabling VoteNow v1.2
19.12 19:17:25 [Server] INFO [CraftBookCircuits] Disabling CraftBookCircuits v1322-6fcff67
19.12 19:17:25 [Server] INFO [Vault][Economy] Essentials Economy unhooked.
19.12 19:17:25 [Server] INFO [Essentials] Disabling Essentials v2.9.4
19.12 19:17:25 [Server] INFO [CraftBookMechanisms] Disabling CraftBookMechanisms v1322-6fcff67
19.12 19:17:25 [Server] INFO [JCVaultListener] JCVaultListener disabled!
19.12 19:17:25 [Server] INFO [JCVaultListener] Disabling JCVaultListener v2.0.3
19.12 19:17:25 [Server] INFO [ServerSigns] ServerSigns is now disabled.
19.12 19:17:25 [Server] INFO [ServerSigns] Disabling ServerSigns v2.5.2
19.12 19:17:25 [Server] INFO [EssentialsSpawn] Disabling EssentialsSpawn v2.9.4
19.12 19:17:25 [Server] INFO [VanishNoPacket] v3.14 unloaded.
19.12 19:17:25 [Server] INFO [VanishNoPacket] Disabling VanishNoPacket v3.14
19.12 19:17:25 [Server] INFO [VirtualChest] Plugin Disabled. (version 5.6.5)
19.12 19:17:25 [Server] INFO [VirtualChest] Disabling VirtualChest v5.6.5
19.12 19:17:25 [Server] INFO [CraftBookVehicles] Disabling CraftBookVehicles v1322-6fcff67
19.12 19:17:25 [Server] INFO [EssentialsChat] Disabling EssentialsChat v2.9.4
19.12 19:17:25 [Server] INFO reload
19.12 19:17:03 [Disconnect] User EmmyGoalie23 has disconnected, reason: disconnect.quitting
19.12 19:17:03 [Server] INFO Connection reset
19.12 19:16:53 [Server] INFO [Condemned] [B-Prisoner] piezombie3000: fail type�[m
19.12 19:16:51 [Disconnect] User [D-Prisoner] doc329: has disconnected, reason: unknown
19.12 19:16:50 [Server] INFO list
19.12 19:16:48 [Server] INFO [Condemned] [B-Prisoner] piezombie3000: oh hi dunkin1�[m
19.12 19:16:32 [Disconnect] User doc329 has disconnected, reason: disconnect.quitting
19.12 19:16:32 [Server] INFO Connection reset
19.12 19:15:56 [Server] INFO [Condemned] [Owner] DunkinDenko25: the chestshop plugin�[m
19.12 19:15:49 [Server] INFO [Condemned] [Owner] DunkinDenko25: on this server�[m
19.12 19:15:48 [Server] INFO [Condemned] [B-Prisoner] piezombie3000: buy me melons in me cell lol�[m
19.12 19:15:48 [Server] INFO [Condemned] [D-Prisoner] dude190: lol�[m
19.12 19:15:44 [Server] INFO [Condemned] [Owner] DunkinDenko25: everything is broken�[m
19.12 19:15:43 [B-Prisoner] piezombie3000: ran command Message of the Day
19.12 19:15:43 [Connect] User [B-Prisoner] piezombie3000:, IP unknown
19.12 19:15:43 [Server] INFO list
19.12 19:15:40 [Server] INFO [Condemned] [D-Prisoner] dude190: no more I'm fat�[m
19.12 19:15:25 [Server] INFO [Broadcast] =-=-= You just got Served! =-=-=�[m
19.12 19:15:19 [Server] INFO [Condemned] [Owner] DunkinDenko25: and the food comes out of dispencer�[m
19.12 19:15:17 [Server] INFO ... 17 more
19.12 19:15:17 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
19.12 19:15:17 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
19.12 19:15:17 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
19.12 19:15:17 [Server] INFO at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
19.12 19:15:17 [Server] INFO at com.zone.vchest.listeners.GPPlayerListener.onSign(GPPlayerListener.java:88)
19.12 19:15:17 [Server] INFO at com.zone.vchest.commands.Buy.execute(Buy.java:77)
19.12 19:15:17 [Server] INFO at com.zone.vchest.VirtualChestWorker.economyCheck(VirtualChestWorker.java:575)
19.12 19:15:17 [Server] INFO at net.milkbowl.vault.economy.plugins.Economy_iConomy6.format(Economy_iConomy6.java:110)
19.12 19:15:17 [Server] INFO at com.iCo6.iConomy.format(iConomy.java:503)
19.12 19:15:17 [Server] INFO at com.iCo6.util.Common.formatted(Common.java:125)
19.12 19:15:17 [Server] INFO at java.util.ArrayList.get(Unknown Source)
Comment by DunkinDenko25
I did exactly what you said and i deleted the craftbookcommon config and then did a reload and it still says that stuff in the console here is what the config file says.
language: en_US
op-perms: true
use-block-radius: false
languages:
- en_US
check-worldguard-flags: true
experimental-repeater-support: false
indirect-redstone-support: false
I need something else please
Comment by DunkinDenko25
the players on the server can not use virtual chest signs and they cant use chestshop signs. They can use essentials buy and sell signs just not those. and i cant world edit at all
Comment by DunkinDenko25
of what thats my problem ive updated them all and they dont do anything
Comment by DunkinDenko25
ok then help me on this...
19.12 22:11:04 [Multicraft] Skipped 12 lines due to rate limit (60/s)
19.12 22:11:04 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
19.12 22:11:04 [Server] INFO at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)
19.12 22:11:04 [Server] INFO at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)
19.12 22:11:04 [Server] INFO at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:418)
19.12 22:11:04 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)
19.12 22:11:04 [Server] INFO org.bukkit.plugin.AuthorNagException:
19.12 22:11:04 [Server] WARNING Method "public Plugin loadPlugin(File, boolean)" is Deprecated, and may be removed in a future version of Bukkit
What does this mean as soon as i start up my server
Comment by wizjany
it's just warning about a deprecated method, it doesn't actually cause any problems (yet)
Comment by DunkinDenko25
ok when a player hits a virtual chest sign it says this...
19.12 22:33:44 [Server] SEVERE Could not pass event PlayerInteractEvent to VirtualChest v5.6.5
Comment by wizjany
ok seriously, this isn't a support forum and it has nothing to do with our plugins
Comment by wizjany
i don't care, as long as it's not here
try the bukkit forums or irc