Advertisement
lcatania

Untitled

Jan 24th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 19.81 KB | None | 0 0
  1. [00:46:59] [Server thread/INFO]: Ukxd[/10.20.0.2:41383] logged in with entity id 327 at ([world]804.3000000119209, 80.0, -19.130374081853944)
  2. [00:46:59] [Server thread/INFO]: Welcome Ukxd! Make sure you check out http://venecraft.us to see all the stuff you can do!
  3. [00:47:06] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Multiverse-Portals v2.5.2-SNAPSHOT-b770
  4. org.bukkit.event.EventException: null
  5.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  6.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  7.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  8.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  9.     at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:945) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  10.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying.a(SourceFile:126) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  11.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  12.     at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  13.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
  14.     at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
  15.     at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  16.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  17.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  18.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  19.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  20.     at java.lang.Thread.run(Thread.java:844) [?:?]
  21. Caused by: java.lang.NoClassDefFoundError: com/onarandombox/MultiverseCore/utils/BlockSafety
  22.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getMinimumWith2Air(PortalDestination.java:74) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  23.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getLocation(PortalDestination.java:58) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  24.     at com.onarandombox.MultiversePortals.listeners.MVPPlayerMoveListener.playerMove(MVPPlayerMoveListener.java:75) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  25.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  26.     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  27.     at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  28.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  29.     ... 15 more
  30. Caused by: java.lang.ClassNotFoundException: com.onarandombox.MultiverseCore.utils.BlockSafety
  31.     at java.net.URLClassLoader.findClass(URLClassLoader.java:466) ~[?:?]
  32.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:134) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  33.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:80) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  34.     at java.lang.ClassLoader.loadClass(ClassLoader.java:566) ~[?:?]
  35.     at java.lang.ClassLoader.loadClass(ClassLoader.java:499) ~[?:?]
  36.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getMinimumWith2Air(PortalDestination.java:74) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  37.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getLocation(PortalDestination.java:58) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  38.     at com.onarandombox.MultiversePortals.listeners.MVPPlayerMoveListener.playerMove(MVPPlayerMoveListener.java:75) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  39.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  40.     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  41.     at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  42.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  43.     ... 15 more
  44. [00:47:08] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Multiverse-Portals v2.5.2-SNAPSHOT-b770
  45. org.bukkit.event.EventException: null
  46.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  47.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  48.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  49.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  50.     at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:945) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  51.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying.a(SourceFile:126) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  52.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  53.     at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  54.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
  55.     at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
  56.     at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  57.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  58.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  59.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  60.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  61.     at java.lang.Thread.run(Thread.java:844) [?:?]
  62. Caused by: java.lang.NoClassDefFoundError: com/onarandombox/MultiverseCore/utils/BlockSafety
  63.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getMinimumWith2Air(PortalDestination.java:74) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  64.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getLocation(PortalDestination.java:58) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  65.     at com.onarandombox.MultiversePortals.listeners.MVPPlayerMoveListener.playerMove(MVPPlayerMoveListener.java:75) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  66.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  67.     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  68.     at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  69.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  70.     ... 15 more
  71. [00:49:27] [Server thread/INFO]: Ukxd issued server command: /mvp remove start
  72. [00:49:30] [Server thread/INFO]: Ukxd issued server command: /gm 3
  73. [00:49:32] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Multiverse-Portals v2.5.2-SNAPSHOT-b770
  74. org.bukkit.event.EventException: null
  75.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  76.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  77.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  78.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  79.     at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:945) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  80.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying.a(SourceFile:126) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  81.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  82.     at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  83.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
  84.     at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
  85.     at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  86.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  87.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  88.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  89.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  90.     at java.lang.Thread.run(Thread.java:844) [?:?]
  91. Caused by: java.lang.NoClassDefFoundError: com/onarandombox/MultiverseCore/utils/BlockSafety
  92.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getMinimumWith2Air(PortalDestination.java:74) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  93.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getLocation(PortalDestination.java:58) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  94.     at com.onarandombox.MultiversePortals.listeners.MVPPlayerMoveListener.playerMove(MVPPlayerMoveListener.java:75) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  95.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  96.     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  97.     at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  98.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  99.     ... 15 more
  100. [00:49:44] [Server thread/INFO]: Ukxd issued server command: /gm 0
  101. [00:50:01] [Server thread/INFO]: Ukxd issued server command: /mvp create mazestart
  102. [00:50:29] [Server thread/INFO]: Ukxd issued server command: /gm 3
  103. [00:50:34] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Multiverse-Portals v2.5.2-SNAPSHOT-b770
  104. org.bukkit.event.EventException: null
  105.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  106.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  107.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  108.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  109.     at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:945) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  110.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying.a(SourceFile:126) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  111.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  112.     at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  113.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
  114.     at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
  115.     at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  116.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  117.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  118.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  119.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  120.     at java.lang.Thread.run(Thread.java:844) [?:?]
  121. Caused by: java.lang.NoClassDefFoundError: com/onarandombox/MultiverseCore/utils/BlockSafety
  122.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getMinimumWith2Air(PortalDestination.java:74) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  123.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getLocation(PortalDestination.java:58) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  124.     at com.onarandombox.MultiversePortals.listeners.MVPPlayerMoveListener.playerMove(MVPPlayerMoveListener.java:75) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  125.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  126.     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  127.     at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  128.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  129.     ... 15 more
  130. [00:50:35] [Server thread/INFO]: Ukxd issued server command: /gm 0
  131. [00:51:07] [Server thread/INFO]: Ukxd issued server command: /mvp select mazeend1
  132. [00:51:22] [Server thread/INFO]: Ukxd issued server command: /mvp modify dest p:mazeend1 mazestart:e
  133. [00:51:33] [Server thread/INFO]: Ukxd issued server command: /mvp modify dest p:mazestart:e
  134. [00:51:34] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Multiverse-Portals v2.5.2-SNAPSHOT-b770
  135. org.bukkit.event.EventException: null
  136.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  137.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  138.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  139.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  140.     at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:945) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  141.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying.a(SourceFile:126) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  142.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  143.     at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  144.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
  145.     at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
  146.     at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  147.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  148.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  149.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  150.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  151.     at java.lang.Thread.run(Thread.java:844) [?:?]
  152. Caused by: java.lang.NoClassDefFoundError: com/onarandombox/MultiverseCore/utils/BlockSafety
  153.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getMinimumWith2Air(PortalDestination.java:74) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  154.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getLocation(PortalDestination.java:58) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  155.     at com.onarandombox.MultiversePortals.listeners.MVPPlayerMoveListener.playerMove(MVPPlayerMoveListener.java:75) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  156.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  157.     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  158.     at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  159.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  160.     ... 15 more
  161. [00:52:07] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Multiverse-Portals v2.5.2-SNAPSHOT-b770
  162. org.bukkit.event.EventException: null
  163.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  164.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  165.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  166.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  167.     at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:945) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  168.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying.a(SourceFile:126) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  169.     at net.minecraft.server.v1_13_R2.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  170.     at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  171.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
  172.     at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
  173.     at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  174.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  175.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  176.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  177.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  178.     at java.lang.Thread.run(Thread.java:844) [?:?]
  179. Caused by: java.lang.NoClassDefFoundError: com/onarandombox/MultiverseCore/utils/BlockSafety
  180.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getMinimumWith2Air(PortalDestination.java:74) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  181.     at com.onarandombox.MultiversePortals.destination.PortalDestination.getLocation(PortalDestination.java:58) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  182.     at com.onarandombox.MultiversePortals.listeners.MVPPlayerMoveListener.playerMove(MVPPlayerMoveListener.java:75) ~[Multiverse-Portals-2.5.2-SNAPSHOT.jar:?]
  183.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  184.     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  185.     at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  186.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
  187.     ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement