Skip to content

Instantly share code, notes, and snippets.

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 JonesiBlitz/f977cb7b824554d7704d277ec6dafe6b to your computer and use it in GitHub Desktop.
Save JonesiBlitz/f977cb7b824554d7704d277ec6dafe6b to your computer and use it in GitHub Desktop.
Fish's undead rising
15.05 13:10:00 [Server] INFO /*************************************************************************************************/
15.05 13:10:00 [Server] INFO /* Exception occurred during a PhaseState */
15.05 13:10:00 [Server] INFO /*************************************************************************************************/
15.05 13:10:00 [Server] INFO /* Sponge's tracking system makes a best */
15.05 13:10:00 [Server] INFO /* effort to not throw exceptions randomly */
15.05 13:10:00 [Server] INFO /* but sometimes it is inevitable. In most */
15.05 13:10:00 [Server] INFO /* cases, something else triggered this */
15.05 13:10:00 [Server] INFO /* exception and Sponge prevented a crash */
15.05 13:10:00 [Server] INFO /* by catching it. The following stacktrace */
15.05 13:10:00 [Server] INFO /* can be used to help pinpoint the cause. */
15.05 13:10:00 [Server] INFO /*************************************************************************************************/
15.05 13:10:00 [Server] INFO /* The PhaseState having an exception: Tick{Entity} */
15.05 13:10:00 [Server] INFO /* The PhaseContext: */
15.05 13:10:00 [Server] INFO /* org.spongepowered.asm.util.PrettyPrinter@181fa0e */
15.05 13:10:00 [Server] INFO /* */
15.05 13:10:00 [Server] INFO /* StackTrace : */
15.05 13:10:00 [Server] INFO /* java.lang.NullPointerException: null */
15.05 13:10:00 [Server] INFO /* net.minecraft.util.CooldownTrackerServer.func_185140_b(SourceFile:16) */
15.05 13:10:00 [Server] INFO /* net.minecraft.util.CooldownTracker.func_185145_a(SourceFile:45) */
15.05 13:10:00 [Server] INFO /* net.minecraft.entity.player.EntityPlayer.func_190777_m(EntityPlayer.java:1474) */
15.05 13:10:00 [Server] INFO /* com.Fishmod.mod_LavaCow.entities.EntityWendigo.func_70636_d(EntityWendigo.java:158) */
15.05 13:10:00 [Server] INFO /* net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) */
15.05 13:10:00 [Server] INFO /* net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) */
15.05 13:10:00 [Server] INFO /* net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) */
15.05 13:10:00 [Server] INFO /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
15.05 13:10:00 [Server] INFO /* net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:4738) */
15.05 13:10:00 [Server] INFO /* net.minecraft.world.World.func_72866_a(World.java:1996) */
15.05 13:10:00 [Server] INFO /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
15.05 13:10:00 [Server] INFO /* net.minecraft.world.World.func_72870_g(World.java:1958) */
15.05 13:10:00 [Server] INFO /* net.minecraft.world.World.func_72939_s(World.java:1762) */
15.05 13:10:00 [Server] INFO /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) */
15.05 13:10:00 [Server] INFO /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
15.05 13:10:00 [Server] INFO /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
15.05 13:10:00 [Server] INFO /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
15.05 13:10:00 [Server] INFO /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
15.05 13:10:00 [Server] INFO /* java.lang.Thread.run(Thread.java:748) */
15.05 13:10:00 [Server] INFO /* */
15.05 13:10:00 [Server] INFO /* Minecraft : 1.12.2 */
15.05 13:10:00 [Server] INFO /* SpongeAPI : 7.2.0-f12f8e774 */
15.05 13:10:00 [Server] INFO /* Sponge : 1.12.2-7.2.1 */
15.05 13:10:00 [Server] INFO /* SpongeForge : 1.12.2-2838-7.2.1 */
15.05 13:10:00 [Server] INFO /* Minecraft Forge : 14.23.5.2847 */
15.05 13:10:00 [Server] INFO /*************************************************************************************************/
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /*************************************************************************************************/
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* Exception occurred during a PhaseState */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /*************************************************************************************************/
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* Sponge's tracking system makes a best */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* effort to not throw exceptions randomly */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* but sometimes it is inevitable. In most */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* cases, something else triggered this */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* exception and Sponge prevented a crash */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* by catching it. The following stacktrace */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* can be used to help pinpoint the cause. */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /*************************************************************************************************/
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* The PhaseState having an exception: Tick{Entity} */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* The PhaseContext: */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@2bd5bc34 */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* StackTrace : */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* java.lang.NullPointerException: null */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.util.CooldownTrackerServer.func_185140_b(SourceFile:16) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.util.CooldownTracker.func_185145_a(SourceFile:45) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.player.EntityPlayer.func_190777_m(EntityPlayer.java:1474) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* com.Fishmod.mod_LavaCow.entities.EntityWendigo.func_70636_d(EntityWendigo.java:158) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:4738) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:1996) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1958) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:1762) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* Minecraft : 1.12.2 */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* SpongeAPI : 7.2.0-f12f8e774 */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* Sponge : 1.12.2-7.2.1 */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* SpongeForge : 1.12.2-2838-7.2.1 */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /* Minecraft Forge : 14.23.5.2847 */
15.05 13:10:03 [Server] Server thread/ERROR [Sponge]: /*************************************************************************************************/
15.05 13:10:03 [Server] INFO /*************************************************************************************************/
15.05 13:10:03 [Server] INFO /* Exception occurred during a PhaseState */
15.05 13:10:03 [Server] INFO /*************************************************************************************************/
15.05 13:10:03 [Server] INFO /* Sponge's tracking system makes a best */
15.05 13:10:03 [Server] INFO /* effort to not throw exceptions randomly */
15.05 13:10:03 [Server] INFO /* but sometimes it is inevitable. In most */
15.05 13:10:03 [Server] INFO /* cases, something else triggered this */
15.05 13:10:03 [Server] INFO /* exception and Sponge prevented a crash */
15.05 13:10:03 [Server] INFO /* by catching it. The following stacktrace */
15.05 13:10:03 [Server] INFO /* can be used to help pinpoint the cause. */
15.05 13:10:03 [Server] INFO /*************************************************************************************************/
15.05 13:10:03 [Server] INFO /* The PhaseState having an exception: Tick{Entity} */
15.05 13:10:03 [Server] INFO /* The PhaseContext: */
15.05 13:10:03 [Server] INFO /* org.spongepowered.asm.util.PrettyPrinter@2bd5bc34 */
15.05 13:10:03 [Server] INFO /* */
15.05 13:10:03 [Server] INFO /* StackTrace : */
15.05 13:10:03 [Server] INFO /* java.lang.NullPointerException: null */
15.05 13:10:03 [Server] INFO /* net.minecraft.util.CooldownTrackerServer.func_185140_b(SourceFile:16) */
15.05 13:10:03 [Server] INFO /* net.minecraft.util.CooldownTracker.func_185145_a(SourceFile:45) */
15.05 13:10:03 [Server] INFO /* net.minecraft.entity.player.EntityPlayer.func_190777_m(EntityPlayer.java:1474) */
15.05 13:10:03 [Server] INFO /* com.Fishmod.mod_LavaCow.entities.EntityWendigo.func_70636_d(EntityWendigo.java:158) */
15.05 13:10:03 [Server] INFO /* net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) */
15.05 13:10:03 [Server] INFO /* net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) */
15.05 13:10:03 [Server] INFO /* net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) */
15.05 13:10:03 [Server] INFO /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
15.05 13:10:03 [Server] INFO /* net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:4738) */
15.05 13:10:03 [Server] INFO /* net.minecraft.world.World.func_72866_a(World.java:1996) */
15.05 13:10:03 [Server] INFO /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
15.05 13:10:03 [Server] INFO /* net.minecraft.world.World.func_72870_g(World.java:1958) */
15.05 13:10:03 [Server] INFO /* net.minecraft.world.World.func_72939_s(World.java:1762) */
15.05 13:10:03 [Server] INFO /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) */
15.05 13:10:03 [Server] INFO /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
15.05 13:10:03 [Server] INFO /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
15.05 13:10:03 [Server] INFO /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
15.05 13:10:03 [Server] INFO /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
15.05 13:10:03 [Server] INFO /* java.lang.Thread.run(Thread.java:748) */
15.05 13:10:03 [Server] INFO /* */
15.05 13:10:03 [Server] INFO /* Minecraft : 1.12.2 */
15.05 13:10:03 [Server] INFO /* SpongeAPI : 7.2.0-f12f8e774 */
15.05 13:10:03 [Server] INFO /* Sponge : 1.12.2-7.2.1 */
15.05 13:10:03 [Server] INFO /* SpongeForge : 1.12.2-2838-7.2.1 */
15.05 13:10:03 [Server] INFO /* Minecraft Forge : 14.23.5.2847 */
15.05 13:10:03 [Server] INFO /*************************************************************************************************/
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /*************************************************************************************************/
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* Exception occurred during a PhaseState */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /*************************************************************************************************/
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* Sponge's tracking system makes a best */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* effort to not throw exceptions randomly */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* but sometimes it is inevitable. In most */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* cases, something else triggered this */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* exception and Sponge prevented a crash */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* by catching it. The following stacktrace */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* can be used to help pinpoint the cause. */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /*************************************************************************************************/
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* The PhaseState having an exception: Tick{Entity} */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* The PhaseContext: */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@d8bf7f6 */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* StackTrace : */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* java.lang.NullPointerException: null */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.player.EntityPlayerMP.func_70695_b(EntityPlayerMP.java:1201) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:756) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* com.Fishmod.mod_LavaCow.entities.EntityWendigo.func_70636_d(EntityWendigo.java:175) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:4738) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:1996) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1958) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:1762) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* Minecraft : 1.12.2 */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* SpongeAPI : 7.2.0-f12f8e774 */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* Sponge : 1.12.2-7.2.1 */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* SpongeForge : 1.12.2-2838-7.2.1 */
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /* Minecraft Forge : 14.23.5.2847 */
15.05 13:10:05 [Server] INFO /*************************************************************************************************/
15.05 13:10:05 [Server] INFO /* Exception occurred during a PhaseState */
15.05 13:10:05 [Server] INFO /*************************************************************************************************/
15.05 13:10:05 [Server] Server thread/ERROR [Sponge]: /*************************************************************************************************/
15.05 13:10:05 [Server] INFO /* Sponge's tracking system makes a best */
15.05 13:10:05 [Server] INFO /* effort to not throw exceptions randomly */
15.05 13:10:05 [Server] INFO /* but sometimes it is inevitable. In most */
15.05 13:10:05 [Server] INFO /* cases, something else triggered this */
15.05 13:10:05 [Server] INFO /* exception and Sponge prevented a crash */
15.05 13:10:05 [Server] INFO /* by catching it. The following stacktrace */
15.05 13:10:05 [Server] INFO /* can be used to help pinpoint the cause. */
15.05 13:10:05 [Server] INFO /*************************************************************************************************/
15.05 13:10:05 [Server] INFO /* The PhaseState having an exception: Tick{Entity} */
15.05 13:10:05 [Server] INFO /* The PhaseContext: */
15.05 13:10:05 [Server] INFO /* org.spongepowered.asm.util.PrettyPrinter@d8bf7f6 */
15.05 13:10:05 [Server] INFO /* */
15.05 13:10:05 [Server] INFO /* StackTrace : */
15.05 13:10:05 [Server] INFO /* java.lang.NullPointerException: null */
15.05 13:10:05 [Server] INFO /* net.minecraft.entity.player.EntityPlayerMP.func_70695_b(EntityPlayerMP.java:1201) */
15.05 13:10:05 [Server] INFO /* net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:756) */
15.05 13:10:05 [Server] INFO /* com.Fishmod.mod_LavaCow.entities.EntityWendigo.func_70636_d(EntityWendigo.java:175) */
15.05 13:10:05 [Server] INFO /* net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) */
15.05 13:10:05 [Server] INFO /* net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) */
15.05 13:10:05 [Server] INFO /* net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) */
15.05 13:10:05 [Server] INFO /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
15.05 13:10:05 [Server] INFO /* net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:4738) */
15.05 13:10:05 [Server] INFO /* net.minecraft.world.World.func_72866_a(World.java:1996) */
15.05 13:10:05 [Server] INFO /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
15.05 13:10:05 [Server] INFO /* net.minecraft.world.World.func_72870_g(World.java:1958) */
15.05 13:10:05 [Server] INFO /* net.minecraft.world.World.func_72939_s(World.java:1762) */
15.05 13:10:05 [Server] INFO /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) */
15.05 13:10:05 [Server] INFO /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
15.05 13:10:05 [Server] INFO /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
15.05 13:10:05 [Server] INFO /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
15.05 13:10:05 [Server] INFO /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
15.05 13:10:05 [Server] INFO /* java.lang.Thread.run(Thread.java:748) */
15.05 13:10:05 [Server] INFO /* */
15.05 13:10:05 [Server] INFO /* Minecraft : 1.12.2 */
15.05 13:10:05 [Server] INFO /* SpongeAPI : 7.2.0-f12f8e774 */
15.05 13:10:05 [Server] INFO /* Sponge : 1.12.2-7.2.1 */
15.05 13:10:05 [Server] INFO /* SpongeForge : 1.12.2-2838-7.2.1 */
15.05 13:10:05 [Server] INFO /* Minecraft Forge : 14.23.5.2847 */
15.05 13:10:05 [Server] INFO /*************************************************************************************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment