Advertisement
Guest User

Untitled

a guest
May 16th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. org.bukkit.event.EventException: null
  2. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  3. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  4. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  5. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  6. at com.vexsoftware.votifier.NuVotifierBukkit$3.run(NuVotifierBukkit.java:357) [nuvotifier.jar:?]
  7. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  8. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  9. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  10. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  11. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  12. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  13. at java.lang.Thread.run(Thread.java:844) [?:?]
  14. Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
  15. at eu.superm.minecraft.rewardpro.util.VotingListener.onVotifierEvent(VotingListener.java:35) ~[?:?]
  16. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  17. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
  18. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  19. at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  20. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-2086bb0-d0a3620]
  21. ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement