Jump to content

Serverkonsole spammt "Cant keep up the Server" ...ticks behind


Demonshank

Empfohlene Beiträge

Hallo zusammen,

ich habe einen Server bei Zap-Hosting gemietet, welcher mit Paper/Spigot-125 läuft.

Der Server verfügt über 6gb Ram,10 Slots und ist noch recht neu, das heißt es ist noch nicht all zu viel gebaut, auch wenig Redstone mechaniken oder große Gebäude.

Die Konsole spamt jedoch regelmäßg "Can't keep up! Is the server overloaded? Running 9965ms or 199 ticks behind".

Diese Meldung wird dann von der Konsole in regelmäßigen Abständen von unter 1 Minute rausgegeben. Dabei ist egal ob 1 Spieler oder 5 auf dem Server sind.

Manchmal, wenn die Zahl zu hoch steigt, wird man dann mit der Meldung "Timed out" vom Server gekickt, kann dann aber direkt danach wieder beitreten. Der lag bleibt aber auch bestehen.

Das komische dabei ist auch, dass während der ganzen Sache, der Ram-Verbrauch bei gerade mal 50% liegt, der CPU-Verbrauch ebenfalls nur bei 70-80%. (Einzusehen im Webinterface von Zap-Hosting).

Ich habe bereits die Sichtweite auf 8 heruntergestellt, und das mob-spawning limit runtergesetzt. Geholfen hat das ganze garnichts. Ebenso ist irrelevant ob Plugins installiert sind oder nicht. Die Problematik tritt mit oder ohne welche auf.

Hier ein aktueller Timings report, falls das bei der Fehlersuche hilft. https://timings.aikar.co/?id=3eac348112414b5c9dda4b64a38f6b80

Edit: Einige Gebäude wurden aus einer vorherigen, alten Welt, in die neue (jetzige) kopiert, kann das zu diesem Fehler beitragen?

 

Danke für jegliche Hilfe, und bleibt gesund :)

bearbeitet von Demonshank
Link zu diesem Kommentar
Auf anderen Seiten teilen

Laut timings scheint es am EntityTick zu liegen - also alles was Mobs sind, die so in der Umgebung spawnen.

Nutzt ihr Tier-Farmen? Falls ja, achtet darauf, dass sich pro Chunk (Fläche von 16x16 Blöcken) nicht allzu viele Tiere aufhalten. (idR. nicht mehr als 20)

Über die Spigot.yml kannst du beim Eintrag "entity-activation-range" die Werte mal testweise reduzieren:

 

    entity-activation-range:
      animals: 16
      monsters: 24
      raiders: 48
      misc: 16

 

Link zu diesem Kommentar
Auf anderen Seiten teilen

vor 18 Stunden schrieb Bedrock:

Laut timings scheint es am EntityTick zu liegen - also alles was Mobs sind, die so in der Umgebung spawnen.

Nutzt ihr Tier-Farmen? Falls ja, achtet darauf, dass sich pro Chunk (Fläche von 16x16 Blöcken) nicht allzu viele Tiere aufhalten. (idR. nicht mehr als 20)

Über die Spigot.yml kannst du beim Eintrag "entity-activation-range" die Werte mal testweise reduzieren:

 


    entity-activation-range:
      animals: 16
      monsters: 24
      raiders: 48
      misc: 16

 

Ich habe diese Option angewendet, die Konsole bringt den Fehler aber immer noch. Selbst ohne jegliche Spieler auf dem Server.. Dauerhaft 100-200 Ticks behind. 

Link zu diesem Kommentar
Auf anderen Seiten teilen

vor 33 Minuten schrieb Bedrock:

Wie sieht es aus, wenn der Server ohne Plugins läuft?

Wie sieht es aus, wenn der Server ohne Plugins und mit einer neu generierten Map läuft?

Plugins spielen keine Rolle. Selbst wenn alle draußen sind, ändert sich nichts an der Situation. 

Neue map hatte ich höchstens mit der 1. 16 in Betracht gezogen,daran muss es ja dann auch eigentlich liegen. Viel anderes kann es ja garnicht sein. 

Link zu diesem Kommentar
Auf anderen Seiten teilen

vor 1 Stunde schrieb Bedrock:

Wegen der neuen Map kannst du es ja einfach mit Multiverse testen - eine neue Welt erstellen, hinporten und ein bisschen umherlaufen - hin und wieder die Werte über /tps prüfen

Werde ich als nächstes versuchen. Aber wer sagt mir dass das gleiche Problem nicht wieder nach einer Weile mit einer neuen Map auftritt?

Irgendwo muss da doch ein Fehler liegen den man beheben kann. Und nicht durch neue welten erstellen.

Link zu diesem Kommentar
Auf anderen Seiten teilen

Geht ja erstmal darum, zu prüfen, ob es an der Map selbst liegt, oder sogar am Server-Hoster.

 

Alternativ, (falls es tatsächlich durch Entities verursacht wird), kannst du über Worldedit mit dem Butcher-Befehl etwas aufräumen. Mache da vorher ein Backup der Welt.

/butcher
Description 	Kill all or nearby mobs
Permissions 	worldedit.butcher
Usage 	/butcher [-abfgnprt] [radius]
  [radius] 	Radius to kill mobs in
  [-p] 	Also kill pets
  [-n] 	Also kill NPCs
  [-g] 	Also kill golems
  [-a] 	Also kill animals
  [-b] 	Also kill ambient mobs
  [-t] 	Also kill mobs with name tags
  [-f] 	Also kill all friendly mobs (Applies the flags -abgnpt)
  [-r] 	Also destroy armor stands

Fall es an herumliegenden Items liegt:

/remove items <radius>

 

Link zu diesem Kommentar
Auf anderen Seiten teilen

vor 3 Minuten schrieb Bedrock:

Geht ja erstmal darum, zu prüfen, ob es an der Map selbst liegt, oder sogar am Server-Hoster.

 

Alternativ, (falls es tatsächlich durch Entities verursacht wird), kannst du über Worldedit mit dem Butcher-Befehl etwas aufräumen. Mache da vorher ein Backup der Welt.


/butcher
Description 	Kill all or nearby mobs
Permissions 	worldedit.butcher
Usage 	/butcher [-abfgnprt] [radius]
  [radius] 	Radius to kill mobs in
  [-p] 	Also kill pets
  [-n] 	Also kill NPCs
  [-g] 	Also kill golems
  [-a] 	Also kill animals
  [-b] 	Also kill ambient mobs
  [-t] 	Also kill mobs with name tags
  [-f] 	Also kill all friendly mobs (Applies the flags -abgnpt)
  [-r] 	Also destroy armor stands

Fall es an herumliegenden Items liegt:


/remove items <radius>

 

Ich werd mal mit WE an die Sache gehen.

Server-Hoster ist als Verursacher ausgeschlossen. War zuvor bei Nitrado, da war es das gleiche. Habe dann zu Zap gewechselt, in der Hoffnung dass es besser wird (und wegen dem Preis :P )

Link zu diesem Kommentar
Auf anderen Seiten teilen

Also ich habe mal einen debug laufen lassen,

hier das Ergebnis aus der Konsole.

*** Warning, you've not updated in a while! *** 
*** Please download a new build as per instructions from https://papermc.io/downloads *** 
System Info: Java 1.8 (OpenJDK 64-Bit Server VM 25.212-b03) Host: Linux 4.9.0-9-amd64 (amd64) 
Loading libraries, please wait... 
[18:00:49 INFO]: Starting minecraft server version 1.15.2 
[18:00:49 INFO]: Loading properties 
[?1h=[?2004h> [K[18:00:50 INFO]: This server is running Paper version git-Paper-125 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT) 
> [K[18:00:51 INFO]: Server Ping Player Sample Count: 12 
> [K[18:00:51 INFO]: Using 4 threads for Netty based IO 
> [K[18:00:51 INFO]: Debug logging is disabled 
> [K[18:00:51 INFO]: Default game type: SURVIVAL 
> [K[18:00:51 INFO]: Generating keypair 
> [K[18:00:52 INFO]: Starting Minecraft server on 185.223.29.90:2408 
> [K[18:00:52 INFO]: Using epoll channel type 
> [K[33;1m[18:00:53 WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! 
[m> [K[33;1m[18:01:04 WARN]: Legacy plugin BukkitCompat vR22A does not specify an api-version. 
[m> [K[33;1m[18:01:04 WARN]: Legacy plugin dynmap v3.0-beta-10-257 does not specify an api-version. 
[m> [K[33;1m[18:01:05 WARN]: Legacy plugin NoBoom v0.3 does not specify an api-version. 
[m> [K[18:01:05 INFO]: [BukkitCompat] Loading BukkitCompat vR22A 
> [K[18:01:05 INFO]: [dynmap] Loading dynmap v3.0-beta-10-257 
> [K[18:01:05 INFO]: [dynmap] version=git-Paper-125 (MC: 1.15.2) 
> [K[18:01:09 INFO]: [dynmap] Unload queue not found - default to unload all chunks 
> [K[18:01:09 INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional 
> [K[18:01:09 INFO]: [dynmap] Mod Support API available 
> [K[18:01:09 INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131 
> [K[18:01:11 INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4d969c3d] 
> [K[18:01:11 INFO]: [NoBoom] Loading NoBoom v0.3 
> [K[18:01:11 INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775 
> [K[18:01:11 INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e 
> [K[18:01:11 INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.1.0-b805 
> [K[18:01:11 INFO]: Server permissions file permissions.yml is empty, ignoring it 
> [K[18:01:11 INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131 
> [K[18:01:12 INFO]: WEPIF: Using the Bukkit Permissions API. 
> [K[18:01:13 INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter 
> [K[18:01:15 INFO]: Preparing level "world" 
> [K[18:01:15 INFO]: Reloading ResourceManager: Default, bukkit 
> [K[18:01:16 INFO]: Loaded 6 recipes 
> [K[18:01:17 INFO]: -------- World Settings For [world] -------- 
> [K[18:01:17 INFO]: Mob Spawn Range: 3 
> [K[18:01:17 INFO]: Cactus Growth Modifier: 100% 
> [K[18:01:17 INFO]: Cane Growth Modifier: 100% 
> [K[18:01:17 INFO]: Melon Growth Modifier: 100% 
> [K[18:01:17 INFO]: Mushroom Growth Modifier: 100% 
> [K[18:01:17 INFO]: Pumpkin Growth Modifier: 100% 
> [K[18:01:17 INFO]: Sapling Growth Modifier: 100% 
> [K[18:01:17 INFO]: Beetroot Growth Modifier: 100% 
> [K[18:01:17 INFO]: Carrot Growth Modifier: 100% 
> [K[18:01:17 INFO]: Potato Growth Modifier: 100% 
> [K[18:01:17 INFO]: Wheat Growth Modifier: 100% 
> [K[18:01:17 INFO]: NetherWart Growth Modifier: 100% 
> [K[18:01:17 INFO]: Vine Growth Modifier: 100% 
> [K[18:01:17 INFO]: Cocoa Growth Modifier: 100% 
> [K[18:01:17 INFO]: Bamboo Growth Modifier: 100% 
> [K[18:01:17 INFO]: SweetBerry Growth Modifier: 100% 
> [K[18:01:17 INFO]: Kelp Growth Modifier: 100% 
> [K[18:01:17 INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3 
> [K[18:01:17 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 
> [K[18:01:17 INFO]: Max TNT Explosions: 100 
> [K[18:01:17 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms 
> [K[18:01:17 INFO]: Experience Merge Radius: 6.0 
> [K[18:01:17 INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 4 / Tiv true 
> [K[18:01:17 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 
> [K[18:01:17 INFO]: View Distance: 8 
> [K[18:01:17 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 
> [K[18:01:17 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true 
> [K[18:01:17 INFO]: Item Merge Radius: 3.5 
> [K[18:01:17 INFO]: Item Despawn Rate: 6000 
> [K[18:01:17 INFO]: Zombie Aggressive Towards Villager: true 
> [K[18:01:17 INFO]: Nerfing mobs spawned from spawners: false 
> [K[18:01:18 INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface 
> [K[18:01:18 INFO]: -------- World Settings For [world_nether] -------- 
> [K[18:01:18 INFO]: Mob Spawn Range: 3 
> [K[18:01:18 INFO]: Cactus Growth Modifier: 100% 
> [K[18:01:18 INFO]: Cane Growth Modifier: 100% 
> [K[18:01:18 INFO]: Melon Growth Modifier: 100% 
> [K[18:01:18 INFO]: Mushroom Growth Modifier: 100% 
> [K[18:01:18 INFO]: Pumpkin Growth Modifier: 100% 
> [K[18:01:18 INFO]: Sapling Growth Modifier: 100% 
> [K[18:01:18 INFO]: Beetroot Growth Modifier: 100% 
> [K[18:01:18 INFO]: Carrot Growth Modifier: 100% 
> [K[18:01:18 INFO]: Potato Growth Modifier: 100% 
> [K[18:01:18 INFO]: Wheat Growth Modifier: 100% 
> [K[18:01:18 INFO]: NetherWart Growth Modifier: 100% 
> [K[18:01:18 INFO]: Vine Growth Modifier: 100% 
> [K[18:01:18 INFO]: Cocoa Growth Modifier: 100% 
> [K[18:01:18 INFO]: Bamboo Growth Modifier: 100% 
> [K[18:01:18 INFO]: SweetBerry Growth Modifier: 100% 
> [K[18:01:18 INFO]: Kelp Growth Modifier: 100% 
> [K[18:01:18 INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3 
> [K[18:01:18 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 
> [K[18:01:18 INFO]: Max TNT Explosions: 100 
> [K[18:01:18 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms 
> [K[18:01:18 INFO]: Experience Merge Radius: 6.0 
> [K[18:01:18 INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 4 / Tiv true 
> [K[18:01:18 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 
> [K[18:01:18 INFO]: View Distance: 8 
> [K[18:01:18 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 
> [K[18:01:18 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true 
> [K[18:01:18 INFO]: Item Merge Radius: 3.5 
> [K[18:01:18 INFO]: Item Despawn Rate: 6000 
> [K[18:01:18 INFO]: Zombie Aggressive Towards Villager: true 
> [K[18:01:18 INFO]: Nerfing mobs spawned from spawners: false 
> [K[18:01:18 INFO]: -------- World Settings For [world_the_end] -------- 
> [K[18:01:18 INFO]: Mob Spawn Range: 3 
> [K[18:01:18 INFO]: Cactus Growth Modifier: 100% 
> [K[18:01:18 INFO]: Cane Growth Modifier: 100% 
> [K[18:01:18 INFO]: Melon Growth Modifier: 100% 
> [K[18:01:18 INFO]: Mushroom Growth Modifier: 100% 
> [K[18:01:18 INFO]: Pumpkin Growth Modifier: 100% 
> [K[18:01:18 INFO]: Sapling Growth Modifier: 100% 
> [K[18:01:18 INFO]: Beetroot Growth Modifier: 100% 
> [K[18:01:18 INFO]: Carrot Growth Modifier: 100% 
> [K[18:01:18 INFO]: Potato Growth Modifier: 100% 
> [K[18:01:18 INFO]: Wheat Growth Modifier: 100% 
> [K[18:01:18 INFO]: NetherWart Growth Modifier: 100% 
> [K[18:01:18 INFO]: Vine Growth Modifier: 100% 
> [K[18:01:18 INFO]: Cocoa Growth Modifier: 100% 
> [K[18:01:18 INFO]: Bamboo Growth Modifier: 100% 
> [K[18:01:18 INFO]: SweetBerry Growth Modifier: 100% 
> [K[18:01:18 INFO]: Kelp Growth Modifier: 100% 
> [K[18:01:18 INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3 
> [K[18:01:18 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 
> [K[18:01:18 INFO]: Max TNT Explosions: 100 
> [K[18:01:18 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms 
> [K[18:01:18 INFO]: Experience Merge Radius: 6.0 
> [K[18:01:18 INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 4 / Tiv true 
> [K[18:01:18 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 
> [K[18:01:18 INFO]: View Distance: 8 
> [K[18:01:18 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 
> [K[18:01:18 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true 
> [K[18:01:18 INFO]: Item Merge Radius: 3.5 
> [K[18:01:18 INFO]: Item Despawn Rate: 6000 
> [K[18:01:18 INFO]: Zombie Aggressive Towards Villager: true 
> [K[18:01:18 INFO]: Nerfing mobs spawned from spawners: false 
> [K[18:01:18 INFO]: Preparing start region for dimension 'world'/minecraft:overworld 
> [K[18:01:20 INFO]: Preparing spawn area: 0% 
> [K[18:01:20 INFO]: Preparing spawn area: 0% 
> [K[18:01:20 INFO]: Preparing spawn area: 0% 
> [K[18:01:20 INFO]: Preparing spawn area: 0% 
> [K[18:01:20 INFO]: Preparing spawn area: 0% 
> [K[18:01:21 INFO]: Preparing spawn area: 27% 
> [K[18:01:22 INFO]: Preparing spawn area: 100% 
> [K[18:01:22 INFO]: Preparing spawn area: 100% 
> [K[18:01:22 INFO]: Preparing spawn area: 100% 
> [K[18:01:23 INFO]: Preparing spawn area: 100% 
> [K[18:01:23 INFO]: Loaded 441 spawn chunks for world world 
> [K[18:01:23 INFO]: Time elapsed: 4704 ms 
> [K[18:01:23 INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether 
> [K[18:01:23 INFO]: Preparing spawn area: 0% 
> [K[18:01:24 INFO]: Preparing spawn area: 43% 
> [K[18:01:24 INFO]: Preparing spawn area: 93% 
> [K[18:01:25 INFO]: Preparing spawn area: 100% 
> [K[18:01:25 INFO]: Loaded 441 spawn chunks for world world_nether 
> [K[18:01:25 INFO]: Time elapsed: 1858 ms 
> [K[18:01:25 INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end 
> [K[18:01:25 INFO]: Preparing spawn area: 0% 
> [K[18:01:25 INFO]: Preparing spawn area: 100% 
> [K[18:01:26 INFO]: Loaded 441 spawn chunks for world world_the_end 
> [K[18:01:26 INFO]: Time elapsed: 687 ms 
> [K[18:01:26 INFO]: [BukkitCompat] Enabling BukkitCompat vR22A* 
> 0 0 [MCMAX] MCMACOMPAT R22A 
[K[18:01:26 INFO]: McMyAdmin Compatibility Plugin version R22A started. 
> [K[18:01:26 INFO]: [dynmap] Enabling dynmap v3.0-beta-10-257* 
> [K[18:01:26 INFO]: [dynmap] Using Bukkit Permissions (superperms) for access control 
> [K[18:01:26 INFO]: [dynmap] Web interface permissions only available for online users 
> [K[18:01:27 INFO]: [dynmap] Mod Support processing completed 
> [K[18:01:28 INFO]: [dynmap] Loaded 25 shaders. 
> [K[18:01:28 INFO]: [dynmap] Loaded 82 perspectives. 
> [K[18:01:28 INFO]: [dynmap] Loaded 14 lightings. 
> [K[18:01:29 INFO]: [dynmap] Web server started on address 185.223.29.90:8123 
> [K[18:01:29 INFO]: [dynmap] version 3.0-beta-10-257 is enabled - core version 3.0-beta-10-257 
> [K[18:01:29 INFO]: [dynmap] For support, visit https://forums.dynmap.us 
> [K[18:01:29 INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues 
> [K[18:01:29 INFO]: [dynmap] Loaded 3 maps of world 'world'. 
> [K[18:01:29 INFO]: [dynmap] Loaded 3440 pending tile renders for world 'world' 
> [K[18:01:29 INFO]: [dynmap] Loaded 2 maps of world 'world_nether'. 
> [K[18:01:29 INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'. 
> [K[18:01:29 INFO]: [dynmap] Enabled 
> [K[18:01:29 INFO]: [NoBoom] Enabling NoBoom v0.3* 
> [K[18:01:29 INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775 
> [K[33;1m[18:01:29 WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman]. 
[m> [K[18:01:30 INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible. 
> [K[33;1m[18:01:30 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Nether 
[m> [K[33;1m[18:01:30 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! 
[m> [K[33;1m[18:01:30 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_alt 
[m> [K[33;1m[18:01:30 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! 
[m> [K[18:01:30 INFO]: [Multiverse-Core] 3 - World(s) loaded. 
> [K[18:01:32 INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman 
> [K[18:01:32 INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman 
> [K[18:01:32 INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman 
> [K[18:01:32 INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e 
> [K[18:01:32 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world) Lighters are PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world) Lava fire is PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. 
> [K[18:01:32 INFO]: [WorldGuard] Loaded configuration for world 'world' 
> [K[18:01:32 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. 
> [K[18:01:32 INFO]: [WorldGuard] Loaded configuration for world 'world_nether' 
> [K[18:01:32 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. 
> [K[18:01:32 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. 
> [K[18:01:32 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' 
> [K[18:01:32 INFO]: [WorldGuard] Loading region data... 
> [K[18:01:33 INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.1.0-b805 
> [K[18:01:33 INFO]: [Multiverse-Portals] 4 - Portals(s) loaded 
> [K[33;1m[18:01:33 WARN]: [Multiverse-Portals] Loaded class com.sk89q.worldedit.IncompleteRegionException from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin. 
[m> [K[18:01:33 INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections. 
> [K[18:01:33 INFO]: [Multiverse-Portals 4.1.0-b805] Enabled - By Rigby and fernferret 
> [K[18:01:34 INFO]: Done (18.735s)! For help, type "help" 
> [K[18:01:34 INFO]: Starting GS4 status listener 
> [K[18:01:34 INFO]: Query running on 185.223.29.90:2409 
> [K[18:01:34 INFO]: Timings Reset 
> [K[33;1m[18:01:39 WARN]: Can't keep up! Is the server overloaded? Running 5090ms or 101 ticks behind 
[m> [K[18:01:41 INFO]: UUID of player Trasher is d1da2750-2801-41bc-a75c-fe575c30b2c5 
> [K[18:01:41 INFO]: [dynmap] Loading default resource pack 
> [K[18:01:42 INFO]: Trasher[/84.139.233.33:56850] logged in with entity id 448 at ([world]550.2630294656961, 56.5, 597.6326695134921) 
> [K[33;1m[18:02:39 WARN]: Can't keep up! Is the server overloaded? Running 30083ms or 601 ticks behind 
[m> [K[33;1m[18:03:24 WARN]: Can't keep up! Is the server overloaded? Running 14677ms or 293 ticks behind 
[m> [K[33;1m[18:04:03 WARN]: Can't keep up! Is the server overloaded? Running 9309ms or 186 ticks behind 
[m> [K[33;1m[18:04:38 WARN]: Can't keep up! Is the server overloaded? Running 5165ms or 103 ticks behind 
[m> [K[33;1m[18:05:13 WARN]: Can't keep up! Is the server overloaded? Running 5355ms or 107 ticks behind 
[m> [K[33;1m[18:06:02 WARN]: Can't keep up! Is the server overloaded? Running 5007ms or 100 ticks behind 
[m> [K[33;1m[18:06:39 WARN]: Can't keep up! Is the server overloaded? Running 7506ms or 150 ticks behind 
[m> [K[33;1m[18:07:16 WARN]: Can't keep up! Is the server overloaded? Running 7066ms or 141 ticks behind 
[m> [K[33;1m[18:08:00 WARN]: Can't keep up! Is the server overloaded? Running 13870ms or 277 ticks behind 
[m> [K[33;1m[18:08:43 WARN]: Can't keep up! Is the server overloaded? Running 13156ms or 263 ticks behind 
[m> [K[33;1m[18:09:23 WARN]: Can't keep up! Is the server overloaded? Running 9531ms or 190 ticks behind 
[m> [K[33;1m[18:10:05 WARN]: Can't keep up! Is the server overloaded? Running 12085ms or 241 ticks behind 
[m> [K[33;1m[18:10:46 WARN]: Can't keep up! Is the server overloaded? Running 11108ms or 222 ticks behind 
[m> [K[33;1m[18:11:26 WARN]: Can't keep up! Is the server overloaded? Running 9928ms or 198 ticks behind 
[m> [K[33;1m[18:12:07 WARN]: Can't keep up! Is the server overloaded? Running 10575ms or 211 ticks behind 
[m> [K[33;1m[18:12:51 WARN]: Can't keep up! Is the server overloaded? Running 14191ms or 283 ticks behind 
[m> debug start 
[?1l>[?1000l[?2004l[?1h=[?2004h> [K[18:13:22 INFO]: Started debug profiling 
> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 170.677378 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 175.656853 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 205.594219 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 205.681091 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels' took aprox 216.557659 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick' took aprox 227.817238 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root' took aprox 228.054059 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 119.531232 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 126.753962 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 136.715202 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 136.763382 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels' took aprox 158.368668 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick' took aprox 161.822529 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root' took aprox 162.798615 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 110.129987 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 114.69917 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 129.316786 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 129.388322 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels' took aprox 136.010422 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick' took aprox 140.707362 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root' took aprox 140.860155 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 112.843893 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 116.024948 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 124.293912 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 128.591694 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels' took aprox 136.709437 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick' took aprox 141.628263 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root' took aprox 142.124544 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 101.285749 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 102.5595 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 119.943021 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 119.984347 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels' took aprox 146.340382 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick' took aprox 147.703622 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root' took aprox 147.772901 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick.levels' took aprox 119.809287 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root.tick' took aprox 123.306133 ms 
[m> [K[33;1m[18:13:23 WARN]: Something's taking too long! 'root' took aprox 123.363576 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 100.596715 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 107.496121 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 107.533724 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels' took aprox 110.937681 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick' took aprox 114.521079 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root' took aprox 114.5914 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 149.563545 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 150.53868 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 168.781207 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 168.892174 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick.levels' took aprox 204.059162 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root.tick' took aprox 204.93174 ms 
[m> [K[33;1m[18:13:24 WARN]: Something's taking too long! 'root' took aprox 218.982947 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 100.827054 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 100.969365 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels' took aprox 108.320113 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick' took aprox 109.13415 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root' took aprox 109.194562 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 141.56936 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 142.825497 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 156.19225 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 156.234636 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels' took aprox 162.30201 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick' took aprox 174.330127 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root' took aprox 174.396729 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 100.337978 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 101.55506 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 107.398064 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 107.433655 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick.levels' took aprox 111.731246 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root.tick' took aprox 112.541069 ms 
[m> [K[33;1m[18:13:25 WARN]: Something's taking too long! 'root' took aprox 112.594185 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick.levels' took aprox 105.896372 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick' took aprox 106.923603 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root' took aprox 106.986216 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick.levels' took aprox 103.489829 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick' took aprox 105.935581 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root' took aprox 106.000476 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 174.598655 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 175.459851 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 178.834016 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 178.87137 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick.levels' took aprox 196.088723 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root.tick' took aprox 196.875984 ms 
[m> [K[33;1m[18:13:26 WARN]: Something's taking too long! 'root' took aprox 196.923317 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 104.622123 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 106.128894 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 113.807634 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 113.849743 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels' took aprox 118.954489 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick' took aprox 120.070602 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root' took aprox 120.132004 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 107.208553 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 107.35784 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels' took aprox 127.885271 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick' took aprox 128.760224 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root' took aprox 128.809627 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick' took aprox 100.812726 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root' took aprox 100.947582 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 101.154895 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 101.31343 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick.levels' took aprox 107.010592 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root.tick' took aprox 108.922304 ms 
[m> [K[33;1m[18:13:27 WARN]: Something's taking too long! 'root' took aprox 108.979237 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 106.611036 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 107.335044 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 111.899437 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 111.938888 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels' took aprox 125.614066 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick' took aprox 128.031445 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root' took aprox 128.088308 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 137.655649 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 138.774442 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 146.226782 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 146.756089 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels' took aprox 151.102672 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick' took aprox 151.885058 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root' took aprox 151.928391 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 103.956181 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 105.321481 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 115.500044 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 116.126258 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick.levels' took aprox 120.553753 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root.tick' took aprox 122.064881 ms 
[m> [K[33;1m[18:13:28 WARN]: Something's taking too long! 'root' took aprox 122.117845 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels' took aprox 101.764222 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick' took aprox 102.618988 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root' took aprox 102.675925 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 126.332854 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 129.195485 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 133.780605 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 134.164951 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels' took aprox 138.902065 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick' took aprox 140.012204 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root' took aprox 140.068625 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 102.643442 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 103.322307 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 109.555718 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 109.596215 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels' took aprox 117.191224 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick' took aprox 118.472988 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root' took aprox 118.536279 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 102.190928 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 102.334718 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels' took aprox 112.874113 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick' took aprox 114.024755 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root' took aprox 114.078451 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick.levels' took aprox 104.6601 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root.tick' took aprox 106.637009 ms 
[m> [K[33;1m[18:13:29 WARN]: Something's taking too long! 'root' took aprox 106.683655 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 111.523152 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 111.955924 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels' took aprox 115.380566 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick' took aprox 125.822196 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root' took aprox 126.176821 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels' took aprox 101.709519 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick' took aprox 103.782302 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root' took aprox 104.166357 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 115.021337 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 116.026231 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 122.274988 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 122.305129 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels' took aprox 126.661467 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick' took aprox 130.754161 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root' took aprox 130.824422 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 113.733811 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 114.625188 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 125.686265 ms 
[m> [K[33;1m[18:13:30 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 125.71358 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels' took aprox 132.728523 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick' took aprox 135.177396 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root' took aprox 135.529145 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 129.396298 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 130.055409 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 134.403467 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 135.009037 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels' took aprox 141.408656 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick' took aprox 142.364124 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root' took aprox 142.406961 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick' took aprox 100.992169 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root' took aprox 101.114091 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 121.879911 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 124.106832 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 129.60705 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 129.634282 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels' took aprox 137.986894 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick' took aprox 140.136445 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root' took aprox 140.17699 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 121.718645 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 123.479131 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 128.451674 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 128.483241 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick.levels' took aprox 135.80528 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root.tick' took aprox 137.957563 ms 
[m> [K[33;1m[18:13:31 WARN]: Something's taking too long! 'root' took aprox 137.997063 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 107.782965 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 108.658406 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 113.021292 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 113.049232 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick.levels' took aprox 120.926816 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick' took aprox 122.434243 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root' took aprox 122.481906 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick' took aprox 100.224378 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root' took aprox 100.339759 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 100.364899 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 100.488001 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick.levels' took aprox 104.988044 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root.tick' took aprox 105.733371 ms 
[m> [K[33;1m[18:13:32 WARN]: Something's taking too long! 'root' took aprox 105.786333 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels' took aprox 100.793025 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick' took aprox 102.898879 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root' took aprox 102.943575 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 110.047935 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 110.681992 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 116.080718 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 116.108496 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels' took aprox 119.745939 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick' took aprox 121.267084 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root' took aprox 121.331771 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 104.580161 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 106.208036 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 111.807452 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 111.836698 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels' took aprox 115.528729 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick' took aprox 116.711303 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root' took aprox 121.943843 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 142.435333 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 146.566277 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 152.202177 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 152.225068 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick.levels' took aprox 196.051864 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root.tick' took aprox 197.603463 ms 
[m> [K[33;1m[18:13:33 WARN]: Something's taking too long! 'root' took aprox 197.650245 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick.levels' took aprox 102.787193 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick' took aprox 104.456125 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root' took aprox 104.496966 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 142.357974 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 143.616267 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 147.406594 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 147.428741 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick.levels' took aprox 151.319416 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick' took aprox 152.829248 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root' took aprox 154.088084 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick.levels' took aprox 101.215137 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick.connection' took aprox 176.69532 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root.tick' took aprox 284.301101 ms 
[m> [K[33;1m[18:13:34 WARN]: Something's taking too long! 'root' took aprox 284.419869 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels' took aprox 104.116898 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick' took aprox 104.84739 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root' took aprox 104.883886 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 130.986451 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 132.080618 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 138.504201 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 138.541554 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels' took aprox 141.922985 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick' took aprox 144.157673 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root' took aprox 144.200945 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 107.770882 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 108.437097 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 119.359787 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 119.382246 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels' took aprox 122.869471 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick' took aprox 124.600881 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root' took aprox 124.689883 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 129.943717 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 130.584236 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 133.522584 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 133.539487 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick.levels' took aprox 144.222058 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root.tick' took aprox 149.518381 ms 
[m> [K[33;1m[18:13:35 WARN]: Something's taking too long! 'root' took aprox 149.55997 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels' took aprox 100.577322 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick' took aprox 101.907069 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root' took aprox 101.943465 ms 
[m> [K[33;1m[18:13:36 WARN]: Can't keep up! Is the server overloaded? Running 15175ms or 303 ticks behind 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 118.040993 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 118.720342 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 127.872955 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 127.890465 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels' took aprox 138.562533 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick' took aprox 140.178824 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root' took aprox 140.230836 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 119.013094 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 119.966401 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 126.687462 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 126.703345 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick.levels' took aprox 132.524987 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root.tick' took aprox 134.70566 ms 
[m> [K[33;1m[18:13:36 WARN]: Something's taking too long! 'root' took aprox 134.755814 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 104.318077 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 105.037725 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 118.467405 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 118.490536 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels' took aprox 123.262511 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick' took aprox 124.983398 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root' took aprox 125.025084 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 106.581882 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 107.575315 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 113.667224 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 113.688592 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels' took aprox 130.20908 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick' took aprox 131.391325 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root' took aprox 131.440913 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 125.390259 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 126.350261 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 131.329879 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 131.351191 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick.levels' took aprox 142.720971 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root.tick' took aprox 150.625349 ms 
[m> [K[33;1m[18:13:37 WARN]: Something's taking too long! 'root' took aprox 150.663832 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 104.513361 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 105.128183 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 109.480298 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 109.501168 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels' took aprox 119.786735 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick' took aprox 125.494237 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root' took aprox 125.529078 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 106.735707 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 107.437353 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 111.892021 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 111.913449 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels' took aprox 115.647803 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick' took aprox 119.774495 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root' took aprox 119.818408 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 136.567912 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 138.429237 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 144.926739 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 144.954205 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick.levels' took aprox 152.613271 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root.tick' took aprox 153.476243 ms 
[m> [K[33;1m[18:13:38 WARN]: Something's taking too long! 'root' took aprox 153.523579 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 178.689696 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 183.095776 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 188.782385 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 188.802976 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick.levels' took aprox 193.073223 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick' took aprox 195.623326 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root' took aprox 197.290252 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 109.022278 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 109.652666 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick.levels' took aprox 114.803557 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root.tick' took aprox 116.338687 ms 
[m> [K[33;1m[18:13:39 WARN]: Something's taking too long! 'root' took aprox 116.388979 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 124.931052 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 125.838348 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 132.114433 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 132.126858 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels' took aprox 136.491725 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick' took aprox 154.068072 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root' took aprox 154.112595 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels' took aprox 102.320018 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick' took aprox 103.489946 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root' took aprox 103.524575 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 104.967277 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 105.070191 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick.levels' took aprox 117.208926 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root.tick' took aprox 119.021387 ms 
[m> [K[33;1m[18:13:40 WARN]: Something's taking too long! 'root' took aprox 119.056439 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 129.274271 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 131.203699 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 134.902472 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 134.924597 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels' took aprox 140.74799 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick' took aprox 142.472645 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root' took aprox 142.520417 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 102.112805 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 105.335075 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels' took aprox 124.657911 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick' took aprox 151.184904 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root' took aprox 151.285197 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 130.935996 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 138.084986 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 147.346488 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 147.371877 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels' took aprox 162.568583 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick' took aprox 168.8293 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root' took aprox 168.876336 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick.levels' took aprox 100.907744 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root.tick' took aprox 105.495756 ms 
[m> [K[33;1m[18:13:41 WARN]: Something's taking too long! 'root' took aprox 105.532969 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root.tick.levels' took aprox 102.9272 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root.tick' took aprox 109.040124 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root' took aprox 109.075368 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 114.181351 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 115.346667 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 122.454265 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 122.475999 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root.tick.levels' took aprox 129.008622 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root.tick' took aprox 131.755611 ms 
[m> [K[33;1m[18:13:42 WARN]: Something's taking too long! 'root' took aprox 131.876431 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 120.784146 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 124.361417 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 127.168583 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 127.185358 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels' took aprox 131.537338 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick' took aprox 132.612572 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root' took aprox 132.650783 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 103.265487 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 104.770673 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 108.378441 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 108.395225 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels' took aprox 117.939497 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick' took aprox 119.335457 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root' took aprox 119.366137 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 104.845398 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 104.92903 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick.levels' took aprox 109.309671 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root.tick' took aprox 113.327383 ms 
[m> [K[33;1m[18:13:43 WARN]: Something's taking too long! 'root' took aprox 113.366159 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels' took aprox 107.682498 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick' took aprox 108.392246 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root' took aprox 108.425553 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 103.669892 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 103.748498 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels' took aprox 108.553352 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick' took aprox 109.13225 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root' took aprox 109.165238 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 144.856354 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 146.45086 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 152.861111 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 152.878744 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick.levels' took aprox 174.014498 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root.tick' took aprox 177.912687 ms 
[m> [K[33;1m[18:13:44 WARN]: Something's taking too long! 'root' took aprox 177.954235 ms 
[m> [K[33;1m[18:13:45 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 129.224179 ms 
[m> [K[33;1m[18:13:45 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 130.398898 ms 
[m> [K[33;1m[18:13:45 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 139.537315 ms 
[m> [K[33;1m[18:13:45 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 139.558161 ms 
[m> [K[33;1m[18:13:45 WARN]: Something's taking too long! 'root.tick.levels' took aprox 143.494711 ms 
[m> [K[33;1m[18:13:45 WARN]: Something's taking too long! 'root.tick' took aprox 144.284004 ms 
[m> [K[33;1m[18:13:45 WARN]: Something's taking too long! 'root' took aprox 144.319852 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 136.579771 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 138.090449 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 145.187489 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 145.202712 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels' took aprox 152.761758 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick' took aprox 153.817146 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root' took aprox 153.84514 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 104.800004 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 105.495742 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 118.484417 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 118.50592 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels' took aprox 122.070695 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick' took aprox 122.838204 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root' took aprox 122.87416 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 103.44291 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 105.251066 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 112.756689 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 112.7697 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels' took aprox 119.915965 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick' took aprox 121.789108 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root' took aprox 122.098021 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 108.085587 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 108.978486 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 113.514645 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 113.530774 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick.levels' took aprox 121.676353 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root.tick' took aprox 130.927308 ms 
[m> [K[33;1m[18:13:46 WARN]: Something's taking too long! 'root' took aprox 131.204118 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 102.922355 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 104.947992 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 111.941411 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 111.956596 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels' took aprox 117.247988 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick' took aprox 121.453125 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root' took aprox 121.483592 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 102.47804 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 102.570951 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels' took aprox 111.680628 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick' took aprox 115.159253 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root' took aprox 115.197704 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 102.688579 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 110.393344 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 110.407982 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick.levels' took aprox 115.301053 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root.tick' took aprox 116.960104 ms 
[m> [K[33;1m[18:13:47 WARN]: Something's taking too long! 'root' took aprox 116.987491 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick.levels' took aprox 109.753496 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick' took aprox 113.361749 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root' took aprox 113.416314 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick' took aprox 102.520613 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root' took aprox 102.618989 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 160.520091 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 161.161733 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 167.062712 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 167.074167 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick.levels' took aprox 173.092446 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root.tick' took aprox 179.463288 ms 
[m> [K[33;1m[18:13:48 WARN]: Something's taking too long! 'root' took aprox 179.713446 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 121.510679 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 123.737812 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 129.029336 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 129.200815 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels' took aprox 135.065069 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick' took aprox 153.51221 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root' took aprox 153.608721 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick' took aprox 103.184763 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root' took aprox 103.27879 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels' took aprox 102.102223 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick' took aprox 105.748251 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root' took aprox 105.777174 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 117.009111 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 118.011399 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 122.24225 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 122.449906 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick.levels' took aprox 129.139417 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root.tick' took aprox 130.76026 ms 
[m> [K[33;1m[18:13:49 WARN]: Something's taking too long! 'root' took aprox 130.797379 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick.levels' took aprox 100.977403 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick' took aprox 109.444569 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root' took aprox 109.52564 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick.levels' took aprox 115.219397 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick' took aprox 118.633919 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root' took aprox 118.66617 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick.levels' took aprox 102.753646 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick' took aprox 107.814718 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root' took aprox 107.851759 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 103.187112 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 104.900837 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 110.01489 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 110.028448 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick.levels' took aprox 114.895985 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root.tick' took aprox 119.557251 ms 
[m> [K[33;1m[18:13:50 WARN]: Something's taking too long! 'root' took aprox 119.597652 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 110.252076 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 113.366931 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 117.94126 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 117.949406 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels' took aprox 124.260103 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick' took aprox 130.739392 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root' took aprox 131.044805 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 173.019751 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 174.061505 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 177.500994 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 177.513925 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels' took aprox 184.291957 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick' took aprox 194.485075 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root' took aprox 194.514474 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 125.088099 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 126.748864 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 133.684367 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 133.699635 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels' took aprox 137.125584 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick' took aprox 139.56227 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root' took aprox 139.595433 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 101.483732 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 101.580079 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick.levels' took aprox 112.468528 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root.tick' took aprox 113.922273 ms 
[m> [K[33;1m[18:13:51 WARN]: Something's taking too long! 'root' took aprox 113.964132 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 140.54944 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 141.192765 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 144.060499 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 144.073772 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels' took aprox 147.430538 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick' took aprox 148.401661 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root' took aprox 148.70731 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick' took aprox 102.980512 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root' took aprox 104.645254 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 105.092953 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 106.644656 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 115.381671 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 115.395393 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick.levels' took aprox 121.690891 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root.tick' took aprox 127.231857 ms 
[m> [K[33;1m[18:13:52 WARN]: Something's taking too long! 'root' took aprox 127.282507 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels' took aprox 104.389836 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick' took aprox 105.245934 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root' took aprox 105.283819 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 123.33469 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 124.306622 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 133.632857 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 133.646525 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels' took aprox 138.325278 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick' took aprox 139.648625 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root' took aprox 139.686937 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 113.184933 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 113.96312 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 119.778998 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 119.790825 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels' took aprox 123.167003 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick' took aprox 124.025631 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root' took aprox 124.060999 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 112.097829 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 112.762024 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 117.838686 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 117.852306 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels' took aprox 125.719284 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick' took aprox 126.733315 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root' took aprox 126.769562 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 110.302987 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 111.666655 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 115.388327 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 115.396299 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick.levels' took aprox 121.183206 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root.tick' took aprox 123.127798 ms 
[m> [K[33;1m[18:13:53 WARN]: Something's taking too long! 'root' took aprox 123.159358 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 135.870375 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 136.422122 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 142.055461 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 142.068186 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels' took aprox 151.132929 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick' took aprox 152.64176 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root' took aprox 152.688847 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 130.827783 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 132.786201 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 136.245088 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 136.255883 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick.levels' took aprox 139.358166 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root.tick' took aprox 141.073497 ms 
[m> [K[33;1m[18:13:54 WARN]: Something's taking too long! 'root' took aprox 141.097352 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 111.151116 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 111.729127 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 117.881956 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 117.893645 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick.levels' took aprox 129.333079 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick' took aprox 130.744411 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root' took aprox 130.774165 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick.levels' took aprox 102.678377 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick' took aprox 103.363329 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root' took aprox 103.396253 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick.levels' took aprox 109.056988 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root.tick' took aprox 110.30731 ms 
[m> [K[33;1m[18:13:55 WARN]: Something's taking too long! 'root' took aprox 110.349747 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 100.442503 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 100.511191 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root.tick.levels' took aprox 104.453482 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root.tick' took aprox 105.749303 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root' took aprox 106.235928 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root.tick.levels' took aprox 119.275993 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root.tick' took aprox 119.929802 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root' took aprox 119.952606 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root.tick.levels' took aprox 105.115371 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root.tick' took aprox 105.82819 ms 
[m> [K[33;1m[18:13:56 WARN]: Something's taking too long! 'root' took aprox 105.864319 ms 
[m> [K[33;1m[18:13:57 WARN]: Something's taking too long! 'root.tick' took aprox 100.627096 ms 
[m> [K[33;1m[18:13:57 WARN]: Something's taking too long! 'root' took aprox 100.709261 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root.tick.levels' took aprox 103.267781 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root.tick' took aprox 105.066078 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root' took aprox 105.090847 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities.regular' took aprox 117.164747 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick.entities' took aprox 117.69212 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld.tick' took aprox 121.583702 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root.tick.levels.world minecraft:overworld' took aprox 121.594009 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root.tick.levels' took aprox 125.240176 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root.tick' took aprox 126.142396 ms 
[m> [K[33;1m[18:13:58 WARN]: Something's taking too long! 'root' took aprox 126.170184 ms 
[m> debug stop 
[?1l>[?1000l[?2004l[?1h=[?2004h> [K[18:13:59 INFO]: Stopped debug profiling after [0;37;1m36.29[0;37;1m seconds and [0;37;1m448[0;37;1m ticks ([0;37;1m12,35[0;37;1m ticks per second)[m 
> [K[33;1m[18:14:21 WARN]: Can't keep up! Is the server overloaded? Running 15102ms or 302 ticks behind 
[m> [K[33;1m[18:15:04 WARN]: Can't keep up! Is the server overloaded? Running 13368ms or 267 ticks behind 
[m> [K[33;1m[18:15:48 WARN]: Can't keep up! Is the server overloaded? Running 13793ms or 275 ticks behind 
[m> [K[33;1m[18:16:39 WARN]: Can't keep up! Is the server overloaded? Running 21237ms or 424 ticks behind 
[m> [K[33;1m[18:17:27 WARN]: Can't keep up! Is the server overloaded? Running 18199ms or 363 ticks behind 
[m> [K[33;1m[18:18:14 WARN]: Can't keep up! Is the server overloaded? Running 16966ms or 339 ticks behind 
[m>

Sorry für den langen Text, aber vielleicht wird ja daraus etwas ersichtlich.

Was mir ebenfalls ziemlich komisch vorkommt: Nach einem Server-Neustart wird direkt wieder die Fehlermeldung in der Konsole gezeigt... Und das ganz ohne dass überhaupt ein Spieler den Server seit dem neustart betreten hat!

Link zu diesem Kommentar
Auf anderen Seiten teilen

Dann wird es wohl an Paper liegen 🤔 Der Server meldet, dass es eine neuere Version gibt - die aktuelle Version ist aktuell die #137

Teste es mal mit dieser Version.

Ansonsten auch mal mit einer anderen Version (1.14.4) oder gleich mit einer anderen Basis (Spigot)

 

Dann wäre noch eine Meldung:

"Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; [...]
[Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible. 

Das klingt danach, dass MV noch nicht wirklich aktuell für die 1.15 ist - aber keine Ahnung, ob es tatsächlich Einfluss auf die Performance hat

Link zu diesem Kommentar
Auf anderen Seiten teilen

Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren

Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!

Neues Benutzerkonto erstellen

Anmelden

Du hast bereits ein Benutzerkonto? Melde dich hier an.

Jetzt anmelden
×
×
  • Neu erstellen...
B
B