Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 28.05 19:26:50 [Server] INFO May 28, 2019 7:26:50 PM com.sk89q.worldedit.extension.platform.CommandManager handleCommand
- 28.05 19:26:50 [Server] INFO SEVERE: [WorldEdit] An unexpected error while handling a WorldEdit command
- 28.05 19:26:50 [Server] INFO java.lang.reflect.InvocationTargetException
- 28.05 19:26:50 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- 28.05 19:26:50 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- 28.05 19:26:50 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- 28.05 19:26:50 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.util.command.parametric.ParametricCallable.call(ParametricCallable.java:228)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.util.command.SimpleDispatcher.call(SimpleDispatcher.java:125)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.extension.platform.CommandManager.handleCommand(CommandManager.java:249)
- 28.05 19:26:50 [Server] INFO at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
- 28.05 19:26:50 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- 28.05 19:26:50 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.forge.ForgeWorldEdit.onCommandEvent(ForgeWorldEdit.java:145)
- 28.05 19:26:50 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2132_ForgeWorldEdit_onCommandEvent_CommandEvent.invoke(.dynamic)
- 28.05 19:26:50 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
- 28.05 19:26:50 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
- 28.05 19:26:50 [Server] INFO at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:54)
- 28.05 19:26:50 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:962)
- 28.05 19:26:50 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:941)
- 28.05 19:26:50 [Server] INFO at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)
- 28.05 19:26:50 [Server] INFO at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)
- 28.05 19:26:50 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
- 28.05 19:26:50 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- 28.05 19:26:50 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- 28.05 19:26:50 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:529)
- 28.05 19:26:50 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723)
- 28.05 19:26:50 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
- 28.05 19:26:50 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
- 28.05 19:26:50 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
- 28.05 19:26:50 [Server] INFO at java.lang.Thread.run(Thread.java:748)
- 28.05 19:26:50 [Server] INFO Caused by: java.lang.IllegalArgumentException: Can't have a block ID above 4095 (4431 given)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.blocks.BaseBlock.internalSetId(BaseBlock.java:145)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.blocks.BaseBlock.<init>(BaseBlock.java:102)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.forge.ForgeWorld.getBlock(ForgeWorld.java:365)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.EditSession.getBlock(EditSession.java:417)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.function.mask.BlockMask.test(BlockMask.java:97)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.function.RegionMaskingFilter.apply(RegionMaskingFilter.java:53)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.function.visitor.RegionVisitor.resume(RegionVisitor.java:57)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.function.operation.Operations.completeLegacy(Operations.java:55)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.EditSession.replaceBlocks(EditSession.java:945)
- 28.05 19:26:50 [Server] INFO at com.sk89q.worldedit.command.RegionCommands.replace(RegionCommands.java:161)
- 28.05 19:26:50 [Server] INFO ... 32 more
Add Comment
Please, Sign In to add comment