Advertisement
rudipratm

QuickShop Errors

Dec 27th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. [18:46:04 ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'qs' in plugin QuickShop v4.0.4.14
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.3.jar:git-Paper-251]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.3.jar:git-Paper-251]
  5. at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:802) ~[patched_1.16.3.jar:git-Paper-251]
  6. at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1918) ~[patched_1.16.3.jar:git-Paper-251]
  7. at net.minecraft.server.v1_16_R2.PlayerConnection.chat(PlayerConnection.java:1825) ~[patched_1.16.3.jar:git-Paper-251]
  8. at org.bukkit.craftbukkit.v1_16_R2.entity.CraftPlayer.chat(CraftPlayer.java:487) ~[patched_1.16.3.jar:git-Paper-251]
  9. at it.emmerrei.mycommand.execute.types.AliasType.ExecuteAliasForPlayer(AliasType.java:48) ~[?:?]
  10. at it.emmerrei.mycommand.execute.DispatchCommands.ExecuteMyCommandCommands(DispatchCommands.java:527) ~[?:?]
  11. at it.emmerrei.mycommand.commands.CmdCustomCommands.onCommand(CmdCustomCommands.java:145) ~[?:?]
  12. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.3.jar:git-Paper-251]
  13. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.3.jar:git-Paper-251]
  14. at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:802) ~[patched_1.16.3.jar:git-Paper-251]
  15. at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1918) ~[patched_1.16.3.jar:git-Paper-251]
  16. at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:1729) ~[patched_1.16.3.jar:git-Paper-251]
  17. at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.3.jar:git-Paper-251]
  18. at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.3.jar:git-Paper-251]
  19. at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.3.jar:git-Paper-251]
  20. at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[patched_1.16.3.jar:git-Paper-251]
  21. at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.3.jar:git-Paper-251]
  22. at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.3.jar:git-Paper-251]
  23. at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.3.jar:git-Paper-251]
  24. at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:1135) ~[patched_1.16.3.jar:git-Paper-251]
  25. at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.3.jar:git-Paper-251]
  26. at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.3.jar:git-Paper-251]
  27. at net.minecraft.server.v1_16_R2.MinecraftServer.a(MinecraftServer.java:1202) ~[patched_1.16.3.jar:git-Paper-251]
  28. at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:999) ~[patched_1.16.3.jar:git-Paper-251]
  29. at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-251]
  30. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
  31. Caused by: java.lang.NoClassDefFoundError: me/vagdedes/spartan/system/Enums$HackType
  32. at org.maxgamer.quickshop.util.compatibility.SpartanCompatibilityModule.toggle(SpartanCompatibilityModule.java:41) ~[?:?]
  33. at org.maxgamer.quickshop.util.compatibility.CompatibilityManager.toggleProtectionListeners(CompatibilityManager.java:46) ~[?:?]
  34. at org.maxgamer.quickshop.util.PermissionChecker.canBuild(PermissionChecker.java:162) ~[?:?]
  35. at org.maxgamer.quickshop.command.subcommand.SubCommand_Create.onCommand(SubCommand_Create.java:78) ~[?:?]
  36. at org.maxgamer.quickshop.command.CommandManager.onCommand(CommandManager.java:408) ~[?:?]
  37. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.3.jar:git-Paper-251]
  38. ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement