Skip to content

Instantly share code, notes, and snippets.

@Vohras2
Created February 15, 2019 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vohras2/b2d8a1a03dfc02de461f3181a4a200c1 to your computer and use it in GitHub Desktop.
Save Vohras2/b2d8a1a03dfc02de461f3181a4a200c1 to your computer and use it in GitHub Desktop.
[12:55:31] [Server thread/INFO] [nucleus]: Nameless_Dwarf ran the command: /quests
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at java.util.ArrayList.rangeCheck(ArrayList.java:657)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at java.util.ArrayList.get(ArrayList.java:433)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at com.hiroku.quests.commands.QuestsExecutor.executeSpongeCommand(QuestsExecutor.java:79)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at com.hiroku.obliquecore.api.command.ObliqueSpongeCommand.execute(ObliqueSpongeCommand.java:145)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:388)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:340)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:334)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:1083)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:960)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:939)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:193)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zlh000(SourceFile:539)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.util.Util.func_181617_a(SourceFile:46)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:297)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.server.MinecraftServer.redirect$onRun$zjl000(MinecraftServer.java:3970)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[12:55:31] [Server thread/INFO] [STDERR]: [com.hiroku.quests.commands.QuestsExecutor:executeSpongeCommand:85]: at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment