Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.20 KB | None | 0 0
  1.  
  2. [16:51:15] [Server thread/INFO]: Jaimss issued server command: /v
  3. [16:51:15] [Server thread/INFO]: [FeatherBoard] Scoreboard toggled off!
  4. [16:51:15] [Server thread/ERROR]: Could not pass event PlayerHideEvent to PremiumVanish v2.5.1
  5. java.lang.NoClassDefFoundError: org/apache/commons/lang3/Validate
  6.     at com.comphenix.protocol.injector.netty.ChannelInjector.invokeSendPacket(ChannelInjector.java:651) ~[?:?]
  7.     at com.comphenix.protocol.injector.netty.ChannelInjector.sendServerPacket(ChannelInjector.java:640) ~[?:?]
  8.     at com.comphenix.protocol.injector.netty.ProtocolInjector$4.sendServerPacket(ProtocolInjector.java:403) ~[?:?]
  9.     at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:786) ~[?:?]
  10.     at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:740) ~[?:?]
  11.     at de.myzelyam.premiumvanish.bukkit.features.NightVision.sendAddPotionEffect(NightVision.java:99) ~[?:?]
  12.     at de.myzelyam.premiumvanish.bukkit.features.NightVision.onVanish(NightVision.java:45) ~[?:?]
  13.     at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor403.execute(Unknown Source) ~[?:?]
  14.     at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-146]
  15.     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-146]
  16.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-146]
  17.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-146]
  18.     at de.myzelyam.premiumvanish.bukkit.visibility.VisibilityChanger.hidePlayer(VisibilityChanger.java:72) ~[?:?]
  19.     at de.myzelyam.premiumvanish.bukkit.visibility.VisibilityChanger.hidePlayer(VisibilityChanger.java:54) ~[?:?]
  20.     at de.myzelyam.premiumvanish.bukkit.visibility.VisibilityChanger.hidePlayer(VisibilityChanger.java:38) ~[?:?]
  21.     at de.myzelyam.premiumvanish.bukkit.commands.SubCommand.hidePlayer(SubCommand.java:34) ~[?:?]
  22.     at de.myzelyam.premiumvanish.bukkit.commands.subcommands.VanishSelf.execute(VanishSelf.java:25) ~[?:?]
  23.     at de.myzelyam.premiumvanish.bukkit.commands.SubCommandMgr.execute(SubCommandMgr.java:99) ~[?:?]
  24.     at de.myzelyam.premiumvanish.bukkit.commands.FlexibleCommand.execute(FlexibleCommand.java:63) ~[?:?]
  25.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.14.4.jar:git-Paper-146]
  26.     at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[patched_1.14.4.jar:git-Paper-146]
  27.     at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1800) ~[patched_1.14.4.jar:git-Paper-146]
  28.     at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1608) ~[patched_1.14.4.jar:git-Paper-146]
  29.     at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.14.4.jar:git-Paper-146]
  30.     at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.14.4.jar:git-Paper-146]
  31.     at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-146]
  32.     at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-146]
  33.     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-146]
  34.     at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-146]
  35.     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-146]
  36.     at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1012) ~[patched_1.14.4.jar:git-Paper-146]
  37.     at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1005) ~[patched_1.14.4.jar:git-Paper-146]
  38.     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-146]
  39.     at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:989) ~[patched_1.14.4.jar:git-Paper-146]
  40.     at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:922) ~[patched_1.14.4.jar:git-Paper-146]
  41.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  42. Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.Validate
  43.     at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
  44.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.14.4.jar:git-Paper-146]
  45.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.4.jar:git-Paper-146]
  46.     at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
  47.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
  48.     ... 36 more
  49. [16:51:20] [Server thread/INFO]: Jaimss issued server command: /v
  50. [16:51:20] [Server thread/ERROR]: Could not pass event PlayerShowEvent to PremiumVanish v2.5.1
  51. java.lang.NoClassDefFoundError: org/apache/commons/lang3/Validate
  52.     at com.comphenix.protocol.injector.netty.ChannelInjector.invokeSendPacket(ChannelInjector.java:651) ~[?:?]
  53.     at com.comphenix.protocol.injector.netty.ChannelInjector.sendServerPacket(ChannelInjector.java:640) ~[?:?]
  54.     at com.comphenix.protocol.injector.netty.ProtocolInjector$4.sendServerPacket(ProtocolInjector.java:403) ~[?:?]
  55.     at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:786) ~[?:?]
  56.     at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:740) ~[?:?]
  57.     at de.myzelyam.premiumvanish.bukkit.features.NightVision.sendRemovePotionEffect(NightVision.java:124) ~[?:?]
  58.     at de.myzelyam.premiumvanish.bukkit.features.NightVision.onReappear(NightVision.java:52) ~[?:?]
  59.     at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor405.execute(Unknown Source) ~[?:?]
  60.     at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-146]
  61.     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-146]
  62.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-146]
  63.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-146]
  64.     at de.myzelyam.premiumvanish.bukkit.visibility.VisibilityChanger.showPlayer(VisibilityChanger.java:166) ~[?:?]
  65.     at de.myzelyam.premiumvanish.bukkit.visibility.VisibilityChanger.showPlayer(VisibilityChanger.java:58) ~[?:?]
  66.     at de.myzelyam.premiumvanish.bukkit.visibility.VisibilityChanger.showPlayer(VisibilityChanger.java:42) ~[?:?]
  67.     at de.myzelyam.premiumvanish.bukkit.commands.SubCommand.showPlayer(SubCommand.java:38) ~[?:?]
  68.     at de.myzelyam.premiumvanish.bukkit.commands.subcommands.VanishSelf.execute(VanishSelf.java:23) ~[?:?]
  69.     at de.myzelyam.premiumvanish.bukkit.commands.SubCommandMgr.execute(SubCommandMgr.java:99) ~[?:?]
  70.     at de.myzelyam.premiumvanish.bukkit.commands.FlexibleCommand.execute(FlexibleCommand.java:63) ~[?:?]
  71.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.14.4.jar:git-Paper-146]
  72.     at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[patched_1.14.4.jar:git-Paper-146]
  73.     at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1800) ~[patched_1.14.4.jar:git-Paper-146]
  74.     at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1608) ~[patched_1.14.4.jar:git-Paper-146]
  75.     at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.14.4.jar:git-Paper-146]
  76.     at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.14.4.jar:git-Paper-146]
  77.     at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-146]
  78.     at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-146]
  79.     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-146]
  80.     at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-146]
  81.     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-146]
  82.     at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1012) ~[patched_1.14.4.jar:git-Paper-146]
  83.     at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1005) ~[patched_1.14.4.jar:git-Paper-146]
  84.     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-146]
  85.     at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:989) ~[patched_1.14.4.jar:git-Paper-146]
  86.     at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:922) ~[patched_1.14.4.jar:git-Paper-146]
  87.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  88. [16:51:20] [Server thread/INFO]: [FeatherBoard] Scoreboard toggled on!
  89. [16:51:30] [Server thread/INFO]: Jaimss lost connection: Disconnected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement