Got a bug in my Minecraft console because of the Friends 3.0 plugin?

La
- in Plugins
1

Does anyone have a solution? This is the error when I click on an item in the GUI and in-game nothing happens.

Could not pass event InventoryClickEvent to Friends3_0 v3.0.1.2

org.bukkit.event.EventException

at org.bukkit.plugin.java.JavaPluginLoader $ 1.execute (JavaPluginLoader.java:302) ~ [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at org.bukkit.plugin.RegisteredListener.callEvent (RegisteredListener.java:62) ~ [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at org.bukkit.plugin.SimplePluginManager.fireEvent (SimplePluginManager.java:501) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at org.bukkit.plugin.SimplePluginManager.callEvent (SimplePluginManager.java:486) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at net.minecraft.server.v1_8_R3.PlayerConnection.a (PlayerConnection.java:1564) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a (SourceFile: 31) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a (SourceFile: 9) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at net.minecraft.server.v1_8_R3.PlayerConnectionUtils $ 1.run (SourceFile: 13) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at java.util.concurrent.Executors $ RunnableAdapter.call (Executors.java:511) [?: 1.8.0_212]

at java.util.concurrent.FutureTask.run (FutureTask.java:266) [?: 1.8.0_212]

at net.minecraft.server.v1_8_R3.SystemUtils.a (SourceFile: 44) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at net.minecraft.server.v1_8_R3.MinecraftServer.B (MinecraftServer.java:673) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at net.minecraft.server.v1_8_R3.DedicatedServer.B (DedicatedServer.java:335) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at net.minecraft.server.v1_8_R3.MinecraftServer.A (MinecraftServer.java:629) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at net.minecraft.server.v1_8_R3.MinecraftServer.run (MinecraftServer.java:537) [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

at java.lang.Thread.run (Thread.java:813) [?: 1.8.0_212]

Caused by: java.lang.NoSuchMethodError: org / bukkit / event / inventory / InventoryClickEvent.getClickedInventory () Lorg / bukkit / inventory / Inventory; (loaded from file: /pro/bin/mc/craftbukkit/1.8.8/craftbukkit-1.8.8.jar by sun.misc.Launcher$AppClassLoader@18731e4c) called from class de.HyChrod.Friends.Listeners.FriendsListener (loaded from file: /home/gs-41801/plugins/Friends.jar by org.bukkit.plugin.java.PluginClassLoader@7eec2bd1).

at de.HyChrod.Friends.Listeners.FriendsListener.onClick (FriendsListener.java:45) ~ [?:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) ~ [?: 1.8.0_212]

at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) ~ [?: 1.8.0_212]

at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) ~ [?: 1.8.0_212]

at java.lang.reflect.Method.invoke (Method.java:498) ~ [?: 1.8.0_212]

at org.bukkit.plugin.java.JavaPluginLoader $ 1.execute (JavaPluginLoader.java:300) ~ [craftbukkit-1.8.8.jar: git-Bukkit-e1ebe52]

… 15 more

Bu

Throw the plugin out or ask the developer if there's a bugfix for it.

If the plugin is available as open source, you could of course also see for yourself whether you have the error in

at de.HyChrod.Friends.Listeners.FriendsListener.onClick (FriendsListener.java:45) ~

can find and correct. There's probably a method called that exists (no longer?).