Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [19:29:05] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to BeastCore v4.1.1.0-STABLE
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[mspigot-server.jar:git-TacoSpigot-bf023c7d]
  4. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[mspigot-server.jar:git-TacoSpigot-bf023c7d]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[mspigot-server.jar:git-TacoSpigot-bf023c7d]
  6. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  8. at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  9. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:880) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  10. at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:363) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  11. at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:154) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  12. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:909) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  13. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  14. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:747) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:645) [mspigot-server.jar:git-TacoSpigot-bf023c7d]
  16. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  17. Caused by: java.lang.NoSuchMethodError: com.massivecraft.factions.Faction.getRelationWish(Lcom/massivecraft/factions/Faction;)Lcom/massivecraft/factions/struct/Relation;
  18. at info.beastsoftware.beastcore.beastutils.hook.impl.UUIDHook.locationInEnemyTerritory(UUIDHook.java:75) ~[?:?]
  19. at info.beastsoftware.beastcore.feature.listener.FLogOutFeatureListener.onPlayerLogOut(FLogOutFeatureListener.java:22) ~[?:?]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_151]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_151]
  23. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_151]
  24. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[mspigot-server.jar:git-TacoSpigot-bf023c7d]
  25. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement