Plugin Error

Status
This thread has been locked.

MilkyKoekie

Feedback score
-1
Posts
217
Reactions
31
Resources
0
Hello guys,
So i just got a new plugin and for some reason it wont work...
This is the console error:
3.01 18:20:23 [Server] INFO ... 15 more 23.01 18:20:23 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_151] 23.01 18:20:23 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_151] 23.01 18:20:23 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_151] 23.01 18:20:23 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151] 23.01 18:20:23 [Server] INFO at me.xericker.carlthecreeper.menus.menus.RewardsMenu.onInventoryClick(RewardsMenu.java:168) ~[?:?] 23.01 18:20:23 [Server] INFO at me.xericker.carlthecreeper.CarlTheCreeper.claimReward(CarlTheCreeper.java:122) ~[?:?] 23.01 18:20:23 [Server] INFO at me.xericker.carlthecreeper.CarlTheCreeper.displayExplosionAnimation(CarlTheCreeper.java:148) ~[?:?] 23.01 18:20:23 [Server] INFO Caused by: java.lang.NoSuchFieldError: ENTITY_CREEPER_PRIMED 23.01 18:20:23 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_151] 23.01 18:20:23 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_151] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot8.jar:git-Spigot-21fe707-e1ebe52] 23.01 18:20:23 [Server] INFO org.bukkit.event.EventException 23.01 18:20:23 [Server] ERROR Could not pass event InventoryClickEvent to CarlTheCreeper v2.5.7

Please help me fix this bug! Thanks
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BeastCraft3

Developer
Premium
Feedback score
1
Posts
70
Reactions
24
Resources
0
This might be an outdated version of the plugin that doesnt support the SpigotAPI you're using. As you can see on the last line in the error message, it says that its something wrong with the InventoryClickEvent.

If you downloaded this plugin free from the website, the only person who could fix this is the owner of the plugin who has access to the source code.

Regards,
BeastCraft3
 

MilkyKoekie

Feedback score
-1
Posts
217
Reactions
31
Resources
0
This might be an outdated version of the plugin that doesnt support the SpigotAPI you're using. As you can see on the last line in the error message, it says that its something wrong with the InventoryClickEvent.

If you downloaded this plugin free from the website, the only person who could fix this is the owner of the plugin who has access to the source code.

Regards,
BeastCraft3
That doesn't seem to be it... I got the newest version...
 

Conflicted

drip or drown
Premium
Feedback score
12
Posts
273
Reactions
142
Resources
0
Pretty sure it's your spigot that is causing this, see if there is a 'recommended' version of spigot on the forum.
 

Conflicted

drip or drown
Premium
Feedback score
12
Posts
273
Reactions
142
Resources
0
It says 1.12 but i got multiple friends who have no problem running it on 1.8.8 like me...

It doesn't however others got exactly the same without a issue...
In the stacktrace it says it can't find the field 'ENTITY_CREEPER_PRIMED' meaning in the spigot your using it isn't there. If your friends aren't getting the same error ask them for their spigot.
 
Status
This thread has been locked.
Top