Advertisement
Guest User

Untitled

a guest
Sep 20th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. [13:00:23] [Server thread/ERROR] [Sponge/]: Error occurred while executing command 'minecraft:tp @p 251 21 -504' for source net.minecraft.tileentity.TileEntityCommandBlock@d4ca7d2: net.minecraft.tileentity.TileEntityCommandBlock$1 cannot be cast to org.spongepowered.api.util.command.CommandSource
  2. java.lang.ClassCastException: net.minecraft.tileentity.TileEntityCommandBlock$1 cannot be cast to org.spongepowered.api.util.command.CommandSource
  3. at net.minecraft.command.PlayerSelector.redirectCanUseCommand(SourceFile:40) ~[ah.class:?]
  4. at net.minecraft.command.PlayerSelector.func_179656_b(SourceFile:110) ~[ah.class:?]
  5. at net.minecraft.command.PlayerSelector.func_179652_a(SourceFile:88) ~[ah.class:?]
  6. at net.minecraft.command.CommandBase.func_175759_a(SourceFile:172) ~[z.class:?]
  7. at net.minecraft.command.CommandBase.func_175768_b(SourceFile:167) ~[z.class:?]
  8. at net.minecraft.command.server.CommandTeleport.func_71515_b(SourceFile:44) ~[cw.class:?]
  9. at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:108) ~[ab.class:?]
  10. at org.spongepowered.common.command.MinecraftCommandWrapper.tryExecute(MinecraftCommandWrapper.java:127) ~[MinecraftCommandWrapper.class:1.8-1499-2.1DEV-634+spongeproject-ci-b634.git-38a5fb2d71d332808348526a2a8c3beffb2c18c4]
  11. at org.spongepowered.common.command.MinecraftCommandWrapper.process(MinecraftCommandWrapper.java:113) ~[MinecraftCommandWrapper.class:1.8-1499-2.1DEV-634+spongeproject-ci-b634.git-38a5fb2d71d332808348526a2a8c3beffb2c18c4]
  12. at org.spongepowered.api.util.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:345) ~[SimpleDispatcher.class:1.8-1499-2.1DEV-634+spongeproject-ci-b634.git-38a5fb2d71d332808348526a2a8c3beffb2c18c4]
  13. at org.spongepowered.api.service.command.SimpleCommandService.process(SimpleCommandService.java:251) [SimpleCommandService.class:1.8-1499-2.1DEV-634+spongeproject-ci-b634.git-38a5fb2d71d332808348526a2a8c3beffb2c18c4]
  14. at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:80) [cl.class:?]
  15. at net.minecraft.command.server.CommandBlockLogic.func_145755_a(SourceFile:97) [aqf.class:?]
  16. at net.minecraft.block.BlockCommandBlock.func_180650_b(SourceFile:53) [auo.class:?]
  17. at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:638) [qt.class:?]
  18. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:219) [qt.class:?]
  19. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:693) [MinecraftServer.class:?]
  20. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364) [po.class:?]
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598) [MinecraftServer.class:?]
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
  23. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement