Having trouble with 1.8 FTB Revelations

Myriadmike

New Member
Jul 29, 2019
12
0
0
After the server starts up I get the following crash report.


---- Minecraft Crash Report ----

WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 5/2/18 12:06 PM
Description: Colliding entity with block

java.lang.NoClassDefFoundError: blusunrize/immersiveengineering/api/energy/wires/ImmersiveNetHandler
at net.minecraft.entity.Entity.func_145775_I(Entity.java:1042)
at net.minecraft.entity.Entity.func_70091_d(Entity.java:963)
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1949)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2384)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: blusunrize.immersiveengineering.api.energy.wires.ImmersiveNetHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 19 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 21 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.entity.Entity.func_145775_I(Entity.java:1042)

-- Block being collided with --
Details:
Block: minecraft:snow_layer[layers=1]
Block location: World: (49,99,58), Chunk: (at 1,6,10 in 3,3; contains blocks 48,0,48 to 63,255,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.entity.Entity.func_145775_I(Entity.java:1042)

-- Entity being checked for collision --
Details:
Entity Type: minecraft:cow (net.minecraft.entity.passive.EntityCow)
Entity ID: 19
Entity Name: Cow
Entity's Exact location: 49.50, 99.00, 58.50
Entity's Block location: World: (49,99,58), Chunk: (at 1,6,10 in 3,3; contains blocks 48,0,48 to 63,255,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.entity.Entity.func_70091_d(Entity.java:963)
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1949)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2384)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)

-- Entity being ticked --
Details:
Entity Type: minecraft:cow (net.minecraft.entity.passive.EntityCow)
Entity ID: 19
Entity Name: Cow
Entity's Exact location: 49.50, 99.00, 58.50
Entity's Block location: World: (49,99,58), Chunk: (at 1,6,10 in 3,3; contains blocks 48,0,48 to 63,255,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
Level name: world
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: -6358520689097615639
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (208,64,184), Chunk: (at 0,4,8 in 13,11; contains blocks 208,0,176 to 223,255,191), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1 game time, 1 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 28961 (now: false), thunder time: 30033 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows Server 2012 R2 (amd64) version 6.3
Java Version: 1.8.0_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 22213277200 bytes (21184 MB) / 24696061952 bytes (23552 MB) up to 24696061952 bytes (23552 MB)
JVM Flags: 2 total; -Xmx24G -Xms24G
IntCache: cache: 0, tcache: 9, allocated: 20, tallocated: 86
FML: MCP 9.42 Powered by Forge 14.23.2.2627 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID | Version | Source | Signature |
|:--------- |:----------------- |:------------ |:--------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2627-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.2.2627 | forge-1.12.2-14.23.2.2627-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |

Loaded coremods (and transformers):
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
Profiler Position: N/A (disabled)
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)



Running Java 8 Ver 171

Processor - 2 Intel Xeon 3.00Ghz

Ram 32 Gigs

OS - Windows Server 2012 R2 64 Bit
 

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
Remove the ticking blocks/entities showing in your log
 

Myriadmike

New Member
Jul 29, 2019
12
0
0
For instance I deleted the world file and created a custom seed


---- Minecraft Crash Report ----

WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 5/2/18 1:29 PM
Description: Colliding entity with block

java.lang.NoClassDefFoundError: blusunrize/immersiveengineering/api/energy/wires/ImmersiveNetHandler
at net.minecraft.entity.Entity.func_145775_I(Entity.java:1042)
at net.minecraft.entity.Entity.func_70091_d(Entity.java:963)
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1949)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2384)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: blusunrize.immersiveengineering.api.energy.wires.ImmersiveNetHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 19 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.entity.Entity.func_145775_I(Entity.java:1042)

-- Block being collided with --
Details:
Block: minecraft:tallgrass[type=tall_grass]
Block location: World: (-416,63,53), Chunk: (at 0,3,5 in -26,3; contains blocks -416,0,48 to -401,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at net.minecraft.entity.Entity.func_145775_I(Entity.java:1042)

-- Entity being checked for collision --
Details:
Entity Type: minecraft:cow (net.minecraft.entity.passive.EntityCow)
Entity ID: 5
Entity Name: Cow
Entity's Exact location: -415.50, 63.00, 53.50
Entity's Block location: World: (-416,63,53), Chunk: (at 0,3,5 in -26,3; contains blocks -416,0,48 to -401,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.entity.Entity.func_70091_d(Entity.java:963)
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1949)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2384)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)

-- Entity being ticked --
Details:
Entity Type: minecraft:cow (net.minecraft.entity.passive.EntityCow)
Entity ID: 5
Entity Name: Cow
Entity's Exact location: -415.50, 63.00, 53.50
Entity's Block location: World: (-416,63,53), Chunk: (at 0,3,5 in -26,3; contains blocks -416,0,48 to -401,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
Level name: world
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 12345
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-243,64,130), Chunk: (at 13,4,2 in -16,8; contains blocks -256,0,128 to -241,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1 game time, 1 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 27203 (now: false), thunder time: 146241 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows Server 2012 R2 (amd64) version 6.3
Java Version: 1.8.0_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1034638520 bytes (986 MB) / 1510998016 bytes (1441 MB) up to 22906667008 bytes (21845 MB)
JVM Flags: 1 total; -Xmx24G
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.2.2627 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID | Version | Source | Signature |
|:--------- |:----------------- |:------------ |:--------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2627-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.2.2627 | forge-1.12.2-14.23.2.2627-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |

Loaded coremods (and transformers):
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
Profiler Position: N/A (disabled)
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
 

Myriadmike

New Member
Jul 29, 2019
12
0
0
Well I'm gonna be honest with you, I didn't have all the mods installed when trying to run the server.... Infact the only mod in the folder was Immersive engineering core, When I down loaded the server from the site it seemed to me missing a few things. So I downloaded the old client and downloaded the server from it. I fixed that but found a whole new problem. No one outside my house can stay connected to my server. I have my ports properly connected on my router and I have fire wall exceptions for the port I'm using for my server for inbound and outbound traffic.

So I have tried multiple computers, all with Java 8 171 and different locations. I also Installed a completely different server (All the mods 3 lite) and had the same issue. I adjusted the startup.bat file to extend the delay but that didnt seem to help. I swear I have a solid internet connection at the location which my server resides but I assume that has to be the issue. As I have reinstalled clients and completely reinstalled Java on the other machines. Anything on my network has no issue connecting to the server.
 

Myriadmike

New Member
Jul 29, 2019
12
0
0
[05:25:46] [User Authenticator #3/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player misutaanime is 17a63cd2-816d-4a6e-80ff-f25e3e8b757e
[05:25:46] [Netty Server IO #6/INFO] [FML]: Client protocol version 2
[05:25:46] [Netty Server IO #6/INFO] [FML]: Client attempting to join with 149 mods : tombmanygraves@@VERSION@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]_1.12-d4e654e,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],openglider@@VERSION@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],woodenshears@@MAJOR@.@MINOR@.@REVIS@.@BUILD@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]+release.110.b4fac73,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[05:25:47] [Netty Server IO #6/INFO] [FML]: Attempting connection with missing mods [bedpatch] at CLIENT
[05:25:47] [Netty Server IO #6/INFO] [journeymap]: CLIENT
[05:26:17] [Netty Server IO #6/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.timeout.ReadTimeoutException: null
[05:26:17] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: misutaanime lost connection: Timed out
[05:26:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: §emisutaanime§r§e left the game§r
[05:29:39] [User Authenticator #4/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player misutaanime is 17a63cd2-816d-4a6e-80ff-f25e3e8b757e
[05:29:39] [Netty Server IO #7/INFO] [FML]: Client protocol version 2
[05:29:39] [Netty Server IO #7/INFO] [FML]: Client attempting to join with 149 mods : tombmanygraves@@VERSION@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]_1.12-d4e654e,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],openglider@@VERSION@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],woodenshears@@MAJOR@.@MINOR@.@REVIS@.@BUILD@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]+release.110.b4fac73,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[05:29:39] [Netty Server IO #7/INFO] [FML]: Attempting connection with missing mods [bedpatch] at CLIENT
[05:29:39] [Netty Server IO #7/INFO] [journeymap]: CLIENT
[05:30:09] [Netty Server IO #7/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.timeout.ReadTimeoutException: null
[05:30:09] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: misutaanime lost connection: Timed out
[05:30:09] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: §emisutaanime§r§e left the game§r