Advertisement
tincopper2

Error

Jul 20th, 2016
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. [03:03:04] [Server thread/ERROR] [Sponge/]: Error occurred while executing command 'money' for source EntityPlayerMP['tincopper2'/258, l='world', x=224.03, y=68.00, z=793.74]: org/spongepowered/api/command/source/LocatedSource
  2. java.lang.NoClassDefFoundError: org/spongepowered/api/command/source/LocatedSource
  3. at io.github.flibio.economylite.utils.commands.BaseCommandExecutor.compareType(BaseCommandExecutor.java:117) ~[BaseCommandExecutor.class:?]
  4. at io.github.flibio.economylite.utils.commands.BaseCommandExecutor.execute(BaseCommandExecutor.java:63) ~[BaseCommandExecutor.class:?]
  5. at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:332) ~[CommandSpec.class:1.10.2-2011-5.0.0-BETA-1570]
  6. at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333) ~[SimpleDispatcher.class:1.10.2-2011-5.0.0-BETA-1570]
  7. at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:274) [SpongeCommandManager.class:1.10.2-2011-5.0.0-BETA-1570]
  8. at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:82) [bd.class:?]
  9. at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913) [me.class:?]
  10. at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892) [me.class:?]
  11. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [im.class:?]
  12. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [im.class:?]
  13. at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:118) [PacketUtil.class:1.10.2-2011-5.0.0-BETA-1570]
  14. at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$0(SourceFile:39) [fl$1.class:?]
  15. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fl$1.class:?]
  16. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_71]
  17. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_71]
  18. at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
  19. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
  20. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  23. at java.lang.Thread.run(Unknown Source) [?:1.8.0_71]
  24. Caused by: java.lang.ClassNotFoundException: org.spongepowered.api.command.source.LocatedSource
  25. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  26. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_71]
  27. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_71]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement