itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup
https://docker-minecraft-server.readthedocs.io/
Apache License 2.0
9.25k stars 1.53k forks source link

Docker Compose Log Corruption (Doesn't Display far Past Start) #2631

Closed SCBionicle closed 8 months ago

SCBionicle commented 8 months ago

Describe the problem

Logs get their color messed up and will eventually print new lines.

Container definition

version: "3.8"

services:
  mc:
    image: itzg/minecraft-server:java17
    tty: true
    stdin_open: true
    ports:
      - "25565:25565"
      - "24454:24454/udp"
    environment:
      EULA: "TRUE"
      DIFFICULTY: "NORMAL"
      OPS: "SCBionicle"
      TYPE: "FORGE"
      VERSION: "1.20.1"
      FORGE_VERSION: "47.2.0"
      PACKWIZ_URL: "https://raw.githubusercontent.com/SCBionicle/MinecoloniesLT/modpack/pack.toml"
      RCON_PASSWORD: "derp"
      ENABLE_AUTOPAUSE: "TRUE"
      USE_AIKAR_FLAGS: "TRUE"
      MAX_TICK_TIME: -1
      #RCON_CMDS_ON_CONNECT: |-
      #  mc colony requestsystem-reset-all
      INIT_MEMORY: 512M
      MAX_MEMORY: 15G
      TZ: America/Chicago
      EXISTING_OPS_FILE: "SYNCHRONIZE"
      ENABLE_QUERY: "FALSE"
      WHITELIST: |
        secret
      EXISTING_WHITELIST_FILE: "SYNCHRONIZE"
      VIEW_DISTANCE: 4
      STOP_DURATION: 55
      AUTOPAUSE_TIMEOUT_EST: 3660
      #AUTOPAUSE_TIMEOUT_INIT: 10
      AUTOPAUSE_TIMEOUT_KN: 120
      ALLOW_FLIGHT: FALSE
      SNOOPER_ENABLED: FALSE
      #DEBUG_AUTOPAUSE: true
      MOTD: Minecolonies Private Server
    volumes:
      - mcltdata:/data:rw
      - mcltbackup:/backups:ro
    restart: unless-stopped
    deploy:
      resources:
        limits:
          memory: 16G
          #cpus: '10'
        reservations:
          memory: 1G
          cpus: '2'
    #healthcheck:
    #  test: mc-health status
    #  start_period: 2m
    #  interval: 5s
    #  retries: 20
    stop_grace_period: 60s
    depends_on:
      restore:
        condition: service_completed_successfully
  restore:
    image: itzg/mc-backup
    restart: no
    entrypoint: restore-tar-backup
    volumes:
      - mcltdata:/data:rw
      - type: bind
        source: D:\MC Backups\MinecoloniesLT
        target: /backups
        read_only: true
  backup:
    image: itzg/mc-backup
    environment:
      RCON_HOST: mc
      RCON_PASSWORD: "derp"
      PAUSE_IF_NO_PLAYERS: true
      BACKUP_INTERVAL: 1h
      INITIAL_DELAY: 0m
      #PLAYERS_ONLINE_CHECK_INTERVAL: 1h
      TZ: America/Chicago
      INCLUDES: "world/"
      PRUNE_BACKUPS_DAYS: 5
      #TAR_COMPRESS_METHOD: zstd
      LINK_LATEST: true
      RCON_RETRY_INTERVAL: 30s
      PRE_BACKUP_SCRIPT: |
        rcon-cli mc backup
    volumes:
      - mcltdata:/data:ro
      #- mcltbackup:/backups:rw
      - type: bind
        source: D:\MC Backups\MinecoloniesLT
        target: /backups
        read_only: false
    restart: unless-stopped
    deploy:
      resources:
        limits:
          cpus: '1'
    depends_on:
      mc:
        condition: service_healthy
volumes:
  mcltdata:
  mcltbackup:

Container logs

2024-02-04 11:15:14 [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 12 1000 1000 4096 Feb  4 11:14 /data'
2024-02-04 11:15:14 [init] Autopause functionality enabled
2024-02-04 11:15:14 [init] Resolving type given FORGE
2024-02-04 11:15:16 [mc-image-helper] 11:15:16.383 INFO  : Forge version 47.2.0 for minecraft version 1.20.1 is already installed
2024-02-04 11:15:18 [init] Running packwiz installer against URL: https://raw.githubusercontent.com/SCBionicle/MinecoloniesLT/modpack/pack.toml
2024-02-04 11:15:18 packwiz-installer was started without packwiz-installer-bootstrap. Use the bootstrapper for automatic updates! (Disregard this message if you have your own update mechanism)
2024-02-04 11:15:18 Loading manifest file...
2024-02-04 11:15:18 Loading pack file...
2024-02-04 11:15:19 Loading MultiMC pack file...
2024-02-04 11:15:19 MultiMC not detected
2024-02-04 11:15:19 Checking local files...
2024-02-04 11:15:19 (1/1) Modpack is already up to date!
2024-02-04 11:15:19 Finished successfully!
2024-02-04 11:15:20 [init] Enabling whitelist functionality
2024-02-04 11:15:28 [init] Using Aikar's >12GB flags
2024-02-04 11:15:28 [init] Setting initial memory to 512M and max to 15G
2024-02-04 11:15:29 [init] Using Forge supplied run.sh script...
2024-02-04 11:15:31 [11:15:31] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
2024-02-04 11:15:31 [11:15:31] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.133.1-microsoft-standard-WSL2
2024-02-04 11:15:32 [11:15:32] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
2024-02-04 11:15:32 [11:15:32] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
2024-02-04 11:15:32 [11:15:32] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/fmlcore/1.20.1-47.2.0/fmlcore-1.20.1-47.2.0.jar is missing mods.toml file
2024-02-04 11:15:32 [11:15:32] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.2.0/javafmllanguage-1.20.1-47.2.0.jar is missing mods.toml file
2024-02-04 11:15:32 [11:15:32] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.2.0/lowcodelanguage-1.20.1-47.2.0.jar is missing mods.toml file
2024-02-04 11:15:32 [11:15:32] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/mclanguage/1.20.1-47.2.0/mclanguage-1.20.1-47.2.0.jar is missing mods.toml file
2024-02-04 11:15:32 [11:15:32] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
2024-02-04 11:15:35 [11:15:35] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
2024-02-04 11:15:35 [11:15:35] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector]
2024-02-04 11:15:35 [11:15:35] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
2024-02-04 11:15:35 [11:15:35] [main/WARN] [mixin/]: Reference map 'cookingforblockheads.refmap.json' for cookingforblockheads.mixins.json could not be read. If this is a development environment you can ignore this message
2024-02-04 11:15:35 [11:15:35] [main/WARN] [mixin/]: Reference map 'shutdowner.refmap.json' for shutdowner.mixins.json could not be read. If this is a development environment you can ignore this message
2024-02-04 11:15:35 [11:15:35] [main/WARN] [mixin/]: Reference map 'l2tabs.refmap.json' for l2tabs.mixins.json could not be read. If this is a development environment you can ignore this message
2024-02-04 11:15:35 [11:15:35] [main/WARN] [mixin/]: Reference map 'trashslot.refmap.json' for trashslot.mixins.json could not be read. If this is a development environment you can ignore this message
2024-02-04 11:15:35 [11:15:35] [main/WARN] [mixin/]: Reference map 'limitedchunks.refmap.json' for limitedchunks.mixins.json could not be read. If this is a development environment you can ignore this message
2024-02-04 11:15:35 [11:15:35] [main/WARN] [mixin/]: Reference map 'forgivingworld.refmap.json' for forgivingworld.mixins.json could not be read. If this is a development environment you can ignore this message
2024-02-04 11:15:35 [11:15:35] [main/WARN] [mixin/]: Reference map 'logprot.refmap.json' for logprot.mixins.json could not be read. If this is a development environment you can ignore this message
2024-02-04 11:15:35 [11:15:35] [main/WARN] [mixin/]: Reference map 'itemselector.refmap.json' for l2itemselector.mixins.json could not be read. If this is a development environment you can ignore this message
2024-02-04 11:15:35 [11:15:35] [main/INFO] [co.cu.Cupboard/]: Loaded config for: recipeessentials.json
2024-02-04 11:15:36 [11:15:36] [main/WARN] [mixin/]: Error loading class: com/minecolonies/coremod/network/messages/splitting/SplitPacketMessage (java.lang.ClassNotFoundException: com.minecolonies.coremod.network.messages.splitting.SplitPacketMessage)
2024-02-04 11:15:36 [11:15:36] [main/WARN] [mixin/]: @Mixin target com.minecolonies.coremod.network.messages.splitting.SplitPacketMessage was not found connectivity.mixins.json:compat.MinecoloniesPacketNameMixin
2024-02-04 11:15:36 [11:15:36] [main/WARN] [mixin/]: Error loading class: com/minecolonies/coremod/network/NetworkChannel (java.lang.ClassNotFoundException: com.minecolonies.coremod.network.NetworkChannel)
2024-02-04 11:15:36 [11:15:36] [main/WARN] [mixin/]: @Mixin target com.minecolonies.coremod.network.NetworkChannel was not found connectivity.mixins.json:compat.MinecoloniesNetworkChannelMixin
2024-02-04 11:15:36 [11:15:36] [main/INFO] [co.cu.Cupboard/]: Loaded config for: structureessentials.json
2024-02-04 11:15:37 [Serene Seasons Transformer]: Transforming m_47480_ (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Z)Z in net/minecraft/world/level/biome/Biome
2024-02-04 11:15:37 [Serene Seasons Transformer]: Patched 1 calls
2024-02-04 11:15:37 [Serene Seasons Transformer]: Transforming m_47519_ (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;)Z in net/minecraft/world/level/biome/Biome
2024-02-04 11:15:37 [Serene Seasons Transformer]: Successfully patched shouldSnow
2024-02-04 11:15:39 [11:15:39] [main/WARN] [mixin/]: @Redirect conflict. Skipping structureessentials.mixins.json:LegacyRandomSourceMixin->@Redirect::on(Ljava/util/concurrent/atomic/AtomicLong;JJ)Z with priority 5, already redirected by hostilevillages.mixins.json:LegacyRandomSourceMixin->@Redirect::on(Ljava/util/concurrent/atomic/AtomicLong;JJ)Z with priority 1000
2024-02-04 11:15:41 [Serene Seasons Transformer]: Transforming m_47480_ (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Z)Z in net/minecraft/world/level/biome/Biome
2024-02-04 11:15:41 [Serene Seasons Transformer]: Patched 1 calls
2024-02-04 11:15:41 [Serene Seasons Transformer]: Transforming m_47519_ (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;)Z in net/minecraft/world/level/biome/Biome
2024-02-04 11:15:41 [Serene Seasons Transformer]: Successfully patched shouldSnow
2024-02-04 11:15:42 harderspawners: Registering Mod.
2024-02-04 11:15:42 [11:15:42] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 7.30.
2024-02-04 11:15:42 [11:15:42] [modloading-worker-0/INFO] [co.cu.Cupboard/]: Loaded config for: cupboard.json
2024-02-04 11:15:42 [11:15:42] [modloading-worker-0/INFO] [co.jt.li.LibraryFerret/]: Initialize mod Library Ferret
2024-02-04 11:15:42 [11:15:42] [modloading-worker-0/INFO] [co.jt.li.LibraryFerret/]: Initialized mod Library Ferret
2024-02-04 11:15:42 [11:15:42] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.0, for MC 1.20.1 with MCP 20230612.114412
2024-02-04 11:15:42 [11:15:42] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.2.0 Initialized
2024-02-04 11:15:42 [Mouse Tweaks] Disabled because not running on the client.
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Steampunk
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Frontier
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/WARN] [structurize/]: Missing Mod: byg for Pack: Corrupted
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Antique
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Functional Fantasy
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Crimson Keep
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Underwater Base
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/WARN] [structurize/]: Missing Mod: create for Pack: FairyTale
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: High Magic
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Warped Netherlands
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Stalactite Caves
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Space Wars
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Shire
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Desert Oasis
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Pagoda
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Minecolonies Original
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Nordic Spruce
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Spruce
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Oak
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Dark Oak
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Birch
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Lost Mesa City
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Jungle Treehouse
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Incan
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Fortress
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Dark Oak Treehouse
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Colonial
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Cavern
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Caledonia
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Urban Birch
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Urban Savanna
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Christmas Style
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Christmas Tree
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/WARN] [structurize/]: Failed loading packs from main folder path: .
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/WARN] [structurize/]: Failed loading client packs from main folder path: .
2024-02-04 11:15:42 [11:15:42] [Structurize IO Worker #0/WARN] [structurize/]: Finished discovering Server Structure packs
2024-02-04 11:15:44 [11:15:44] [main/INFO] [ModdingLegacy/StructureGel/]: [structure_gel] Registering data for structure_gel:loot_table_alias
2024-02-04 11:15:44 [11:15:44] [main/INFO] [ModdingLegacy/StructureGel/]: [structure_gel] Registering data for structure_gel:data_handler_type
2024-02-04 11:15:44 [11:15:44] [main/INFO] [ModdingLegacy/StructureGel/]: [structure_gel] Registering data for structure_gel:dynamic_spawner
2024-02-04 11:15:44 [11:15:44] [main/INFO] [ModdingLegacy/StructureGel/]: [structure_gel] Registering data for structure_gel:jigsaw_type
2024-02-04 11:15:44 HarderSpawners: Initialization Commencing.
2024-02-04 11:15:44 HarderSpawners: Initialization complete.
2024-02-04 11:15:44 HarderSpawners: Initialization Commencing.
2024-02-04 11:15:44 HarderSpawners: Initialization complete.
2024-02-04 11:15:44 HarderSpawners: Initialization Commencing.
2024-02-04 11:15:44 HarderSpawners: Initialization complete.
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.re.RecipeEssentials/]: recipeessentials mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.co.Connectivity/]: Connectivity initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.gp.Gpumemleakfix/]: gpumemleakfix mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.st.StructureEssentials/]: structureessentials mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.lo.LootintegrationsMod/]: lootintegrations mod initialized
2024-02-04 11:15:44 harderspawners: Registering Handler
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.cl.ClickAdvancements/]: clickadv mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.dy.DynView/]: Zooming chunks initiated!
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.dr.DragonfightMod/]: dragonfight mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.cu.Cupboard/]: Loaded config for: leaky.json
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.le.Leaky/]: leaky mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.sh.Shutdowner/]: Shutdowner loaded
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.li.LimitedChunks/]: Limited chunkloading initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.fo.ForgivingWorldMod/]: forgivingworld mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.lo.Logprot/]: Shields up!
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Compatibility version 18
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.cu.Cupboard/]: Loaded config for: hostilevillages.json
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.ho.HostileVillages/]: Hostile Villages initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.be.BetterChunkLoading/]: betterchunkloading mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [terrablender/]: Registered region minecraft:overworld to index 0 for type OVERWORLD
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [terrablender/]: Registered region minecraft:nether to index 0 for type NETHER
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [terrablender/]: Registered region regions_unexplored:primary to index 1 for type OVERWORLD
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [terrablender/]: Registered region regions_unexplored:secondary to index 2 for type OVERWORLD
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [terrablender/]: Registered region regions_unexplored:nether to index 1 for type NETHER
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.ch.ChunkSending/]: chunksending mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [co.br.BrutalBosses/]: brutalbosses mod initialized
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loading plugins
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loaded 0 plugin(s)
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initializing plugins
2024-02-04 11:15:44 [11:15:44] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initialized 0 plugin(s)
2024-02-04 11:15:44 [11:15:44] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [hourglass] Starting version check at https://raw.githubusercontent.com/DuckyCrayfish/hourglass/main/res/versions.json
2024-02-04 11:15:45 [11:15:45] [main/INFO] [terrablender/]: Registered region nyctophobia:biome_provider to index 3 for type OVERWORLD
2024-02-04 11:15:45 [11:15:45] [main/INFO] [terrablender/]: Registered region riverredux:overworld to index 4 for type OVERWORLD
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [xa.ma.se.WorldMapServer/]: Loading Xaero's World Map - Stage 1/2 (Server)
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [xa.co.MinimapLogs/]: Loading Xaero's Minimap - Stage 1/2 (Server)
2024-02-04 11:15:45 [11:15:45] [main/INFO] [xa.co.MinimapLogs/]: Loading Xaero's Minimap - Stage 2/2 (Server)
2024-02-04 11:15:45 [11:15:45] [main/INFO] [xa.ma.se.WorldMapServer/]: Loading Xaero's World Map - Stage 2/2 (Server)
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at ht.treechop.compat.Jade
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.blay09.mods.cookingforblockheads.compat.ForgeJadeCookingForBlockheadsPlugin
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at de.maxhenkel.corpse.integration.waila.PluginCorpse
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/WARN] [minecolonies/]: Register mappings
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.general.GeneralPlugin
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.blay09.mods.waystones.compat.JadeIntegration
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.vanilla.VanillaPlugin
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.universal.UniversalPlugin
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.core.CorePlugin
2024-02-04 11:15:45 [11:15:45] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at nz.co.mirality.jadecolonies.JadePlugin
2024-02-04 11:15:45 [11:15:45] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [hourglass] Found status: UP_TO_DATE Current: 1.2.1.1 Target: null
2024-02-04 11:15:45 [11:15:45] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [harderspawners] Starting version check at https://github.com/mactso/HarderSpawners/raw/main/update.json
2024-02-04 11:15:45 [11:15:45] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [harderspawners] Found status: BETA Current: 46.25.1 Target: 46.25.1
2024-02-04 11:15:45 [11:15:45] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [structure_gel] Starting version check at http://changelogs.moddinglegacy.com/structure-gel.json
2024-02-04 11:15:46 [11:15:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [structure_gel] Found status: BETA Current: 2.16.0 Target: null
2024-02-04 11:15:46 [11:15:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corpse] Starting version check at https://update.maxhenkel.de/forge/corpse
2024-02-04 11:15:46 [11:15:46] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
2024-02-04 11:15:46 [11:15:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corpse] Found status: AHEAD Current: 1.20.1-1.0.10 Target: null
2024-02-04 11:15:46 [11:15:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corail_woodcutter] Starting version check at https://raw.githubusercontent.com/Corail31/trash/master/update_woodcutter.json
2024-02-04 11:15:46 [11:15:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corail_woodcutter] Found status: UP_TO_DATE Current: 3.0.4 Target: null
2024-02-04 11:15:46 [11:15:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mr_dungeons_andtaverns] Starting version check at https://api.modrinth.com/updates/tpehi7ww/forge_updates.json
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mr_dungeons_andtaverns] Found status: OUTDATED Current: 3.0.3 Target: 3.0.3+mod
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [framework] Starting version check at https://mrcrayfish.com/modupdatejson?id=framework
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [framework] Found status: BETA Current: 0.6.16 Target: 0.6.16
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [harvestwithease] Starting version check at https://api.modrinth.com/updates/harvest-with-ease/forge_updates.json
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [harvestwithease] Found status: UP_TO_DATE Current: 8.0.1.0 Target: null
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [goblintraders] Starting version check at https://mrcrayfish.com/modupdatejson?id=goblintraders
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [goblintraders] Found status: BETA Current: 1.9.3 Target: 1.9.3
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
2024-02-04 11:15:47 [11:15:47] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23333!/assets/.mcassetsroot' uses unexpected schema
2024-02-04 11:15:47 [11:15:47] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23333!/data/.mcassetsroot' uses unexpected schema
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 47.2.0 Target: null
2024-02-04 11:15:47 [11:15:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [voicechat] Starting version check at https://update.maxhenkel.de/forge/voicechat
2024-02-04 11:15:48 [11:15:48] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [voicechat] Found status: AHEAD Current: 1.20.1-2.5.1 Target: null
2024-02-04 11:15:48 [11:15:48] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forgeconfigscreens] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/forgeconfigscreens.json
2024-02-04 11:15:48 [11:15:48] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forgeconfigscreens] Found status: UP_TO_DATE Current: 8.0.2 Target: null
2024-02-04 11:15:48 [11:15:48] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [jadecolonies] Starting version check at https://raw.githubusercontent.com/uecasm/jadecolonies/master/update.json
2024-02-04 11:15:48 [11:15:48] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [jadecolonies] Found status: AHEAD Current: 1.4.2 Target: null
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonend:aws_all_end_structures/start_pool`: { spacing: 20, separation: 15, salt: 49082056, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:brigantine/start_pool`: { spacing: 50, separation: 25, salt: 254835856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:frigate_large/start_pool`: { spacing: 50, separation: 25, salt: 35482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:frigate_medium/start_pool`: { spacing: 50, separation: 25, salt: 45482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonnether:nth_absi_palace/start_pool`: { spacing: 50, separation: 25, salt: 19482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonnether:nth_accum_quad/start_pool`: { spacing: 50, separation: 25, salt: 28482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonnether:nth_blaze_tower/start_pool`: { spacing: 50, separation: 25, salt: 37482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonnether:nth_center_square/start_pool`: { spacing: 50, separation: 25, salt: 46482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonnether:nth_giant_crimson_tree/start_pool`: { spacing: 50, separation: 25, salt: 55482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonnether:nth_obsi_house/start_pool`: { spacing: 50, separation: 25, salt: 64482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:ocean_cage/start_pool`: { spacing: 50, separation: 25, salt: 40842806, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:ocean_quad/start_pool`: { spacing: 50, separation: 25, salt: 254835856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:ocean_ruin_pillager/start_pool`: { spacing: 50, separation: 25, salt: 254145856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:ocean_ruin_vanilla_temple/start_pool`: { spacing: 50, separation: 25, salt: 25482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:ocean_temple_quad/start_pool`: { spacing: 50, separation: 25, salt: 35482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:ocean_the_column_temple/start_pool`: { spacing: 50, separation: 25, salt: 15482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.jt.li.LibraryFerret/]: Structure placement for `awesomedungeonocean:ocean_warn_temple/start_pool`: { spacing: 50, separation: 25, salt: 45482856, useValueFromConfiguration: true}
2024-02-04 11:15:48 [11:15:48] [main/INFO] [co.cu.Cupboard/]: Loaded config for: biomesize.json
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/mna_arcane_downgrade as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/empty_ender_air_bottle as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/aether_regen_stone_disenchant as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/bucket_from_source_bucket as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/iron_from_manasteel as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/magebloom_fibre_to_string as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/enderpearl_from_manapearl as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:transmutation/stardust_from_amethyst_dust as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/empty_ars_light_bottle as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/empty_ars_void_bottle as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/pure_quartz_from_chimerite as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/pure_quartz_from_therium as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/string_from_manastring as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/arcane_cloth_to_wool as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/empty_allay_bottle as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/arcane_debris_recycle as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/diamond_from_manadiamond as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/magebloom_to_string as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/empty_mana_bottle as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/mna_ender_downgrade as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe festive_delight:spring_rolls_craft
2024-02-04 11:15:50 com.google.gson.JsonSyntaxException: Unknown item 'farmersdelight:wheat_dought'
2024-02-04 11:15:50 at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:292) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:classloading,pl:accesstransformer:B}
2024-02-04 11:15:50 at java.util.Optional.orElseThrow(Unknown Source) ~[?:?] {re:mixin}
2024-02-04 11:15:50 at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:291) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:classloading,pl:accesstransformer:B}
2024-02-04 11:15:50 at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:219) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
2024-02-04 11:15:50 at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.20.1-47.2.0-universal.jar%23338!/:?] {re:classloading}
2024-02-04 11:15:50 at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:148) ~[forge-1.20.1-47.2.0-universal.jar%23338!/:?] {re:mixin,re:classloading,pl:mixin:A}
2024-02-04 11:15:50 at net.minecraft.world.item.crafting.Ingredient.m_288218_(Ingredient.java:194) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
2024-02-04 11:15:50 at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:189) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
2024-02-04 11:15:50 at vectorwing.farmersdelight.common.crafting.CookingPotRecipe$Serializer.readIngredients(CookingPotRecipe.java:199) ~[FarmersDelight-1.20.1-1.2.4.jar%23255!/:1.20.1-1.2.4] {re:classloading}
2024-02-04 11:15:50 at vectorwing.farmersdelight.common.crafting.CookingPotRecipe$Serializer.fromJson(CookingPotRecipe.java:176) ~[FarmersDelight-1.20.1-1.2.4.jar%23255!/:1.20.1-1.2.4] {re:classloading}
2024-02-04 11:15:50 at vectorwing.farmersdelight.common.crafting.CookingPotRecipe$Serializer.m_6729_(CookingPotRecipe.java:168) ~[FarmersDelight-1.20.1-1.2.4.jar%23255!/:1.20.1-1.2.4] {re:classloading}
2024-02-04 11:15:50 at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.20.1-47.2.0-universal.jar%23338!/:?] {re:classloading}
2024-02-04 11:15:50 at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:recipeessentials.mixins.json:RecipeManagerMixin,pl:mixin:APP:polymorph.mixins.json:MixinRecipeManager,pl:mixin:APP:farmersdelight.mixins.json:accessor.RecipeManagerAccessor,pl:mixin:A}
2024-02-04 11:15:50 at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:recipeessentials.mixins.json:RecipeManagerMixin,pl:mixin:APP:polymorph.mixins.json:MixinRecipeManager,pl:mixin:APP:farmersdelight.mixins.json:accessor.RecipeManagerAccessor,pl:mixin:A}
2024-02-04 11:15:50 at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:recipeessentials.mixins.json:RecipeManagerMixin,pl:mixin:APP:polymorph.mixins.json:MixinRecipeManager,pl:mixin:APP:farmersdelight.mixins.json:accessor.RecipeManagerAccessor,pl:mixin:A}
2024-02-04 11:15:50 at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:classloading,re:mixin}
2024-02-04 11:15:50 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:?] {}
2024-02-04 11:15:50 at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:?] {}
2024-02-04 11:15:50 at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:classloading}
2024-02-04 11:15:50 at net.minecraft.Util.m_214652_(Util.java:783) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:mixin,re:classloading,pl:mixin:APP:bettermineshafts.mixins.json:SuppressLogMixin,pl:mixin:A}
2024-02-04 11:15:50 at net.minecraft.Util.m_214679_(Util.java:772) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:mixin,re:classloading,pl:mixin:APP:bettermineshafts.mixins.json:SuppressLogMixin,pl:mixin:A}
2024-02-04 11:15:50 at net.minecraft.server.Main.main(Main.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23333!/:?] {re:classloading}
2024-02-04 11:15:50 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
2024-02-04 11:15:50 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
2024-02-04 11:15:50 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
2024-02-04 11:15:50 at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
2024-02-04 11:15:50 at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.0.jar%2369!/:?] {}
2024-02-04 11:15:50 at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.2.0.jar%2369!/:?] {}
2024-02-04 11:15:50 at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.2.0.jar%2369!/:?] {}
2024-02-04 11:15:50 at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {}
2024-02-04 11:15:50 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {}
2024-02-04 11:15:50 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {}
2024-02-04 11:15:50 at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {}
2024-02-04 11:15:50 at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {}
2024-02-04 11:15:50 at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {}
2024-02-04 11:15:50 at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {}
2024-02-04 11:15:50 at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Skipping loading recipe reactive:dissolve/pure_quartz_from_charged_amethyst as it's serializer returned null
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/RecipeManager]: Loaded 16 recipes
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecraft/AdvancementList]: Loaded 2767 advancements
2024-02-04 11:15:50 [11:15:50] [main/WARN] [co.lo.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:dungeonloot_nether with loottable: minecraft:chests/nether_bridge
2024-02-04 11:15:50 [11:15:50] [main/WARN] [co.lo.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:dungeonloot_hard with loottable: minecraft:chests/end_city_treasure
2024-02-04 11:15:50 [11:15:50] [main/WARN] [co.lo.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:dungeonloot_water with loottable: minecraft:chests/underwater_ruin_big
2024-02-04 11:15:50 [11:15:50] [main/WARN] [co.lo.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:dungeonloot_medium with loottable: minecraft:chests/stronghold_crossing
2024-02-04 11:15:50 [11:15:50] [main/WARN] [co.lo.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:villageloot_house with loottable: minecraft:chests/village/village_plains_house
2024-02-04 11:15:50 [11:15:50] [main/WARN] [co.lo.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:dungeonloot_easy with loottable: minecraft:chests/simple_dungeon
2024-02-04 11:15:50 [11:15:50] [main/WARN] [co.lo.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:dungeonloot_no_overflow with loottable: minecraft:chests/simple_dungeon
2024-02-04 11:15:50 [11:15:50] [main/INFO] [to.th.cu.Curios/]: Loaded 11 curio slots
2024-02-04 11:15:50 [11:15:50] [main/INFO] [to.th.cu.Curios/]: Loaded 4 curio entities
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:drowned
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:iron_golem
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:snow_golem
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:zombie
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:skeleton
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:pillager
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:vex
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:evoker
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:zombie
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:vindicator
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:wither_skeleton
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:wither_skeleton
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:cave_spider
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:zombie
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:husk
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:evoker
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:wandering_trader
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:guardian
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:vindicator
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:shulker
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:zoglin
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:chicken
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:blaze
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:witch
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:phantom
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:mooshroom
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:rabbit
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:piglin_brute
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:ghast
2024-02-04 11:15:50 [11:15:50] [main/INFO] [co.br.BrutalBosses/]: Loaded boss variant for: minecraft:stray
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecolonies/]: Beginning load of custom recipes for colony workers
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecolonies/]: Loaded 161 recipes for 18 crafters
2024-02-04 11:15:50 [11:15:50] [main/INFO] [minecolonies/]: Beginning load of research for University.
2024-02-04 11:15:51 [11:15:51] [main/INFO] [minecolonies/]: Loaded 201 recipes for 4 research branches
2024-02-04 11:15:51 [11:15:51] [main/INFO] [minecolonies/]: Loading quests from data
2024-02-04 11:15:51 [11:15:51] [main/INFO] [minecolonies/]: Finished loading quests from data
2024-02-04 11:15:51 [11:15:51] [main/WARN] [minecolonies/]: Read 1456 items with their nbt keys for compatibility.
2024-02-04 11:15:52 [11:15:52] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.20.1
2024-02-04 11:15:52 [11:15:52] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
2024-02-04 11:15:52 [11:15:52] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
2024-02-04 11:15:52 [11:15:52] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
2024-02-04 11:15:52 [11:15:52] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
[11:15:52] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type
[11:15:52] [Thread-2/INFO] [ne.la.ho.co.ConfigSynchronizer/]: Synchronizing server config with clients.
[11:15:52] [Thread-2/INFO] [co.cu.Cupboard/]: Loaded config for: connectivity.json
[11:15:52] [Server thread/INFO] [spark/]: Starting background profiler...
[11:15:52] [Server thread/INFO] [Framework/]: Loading server configs...
[11:15:52] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem minecraft:the_nether
[11:15:53] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem minecraft:overworld
[11:15:53] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world"
[11:15:54] [Server thread/INFO] [sereneseasonfix/]: Setting cached parameters
[11:15:54] [Netty Epoll Server IO #1/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.}
[11:15:55] [Server thread/INFO] [minecolonies/]: Loading Minecolonies colony manager Backup Data
[11:15:55] [Server thread/INFO] [minecolonies/]: Backup Load Complete
[11:15:55] [Server thread/INFO] [minecolonies/]: Loading Minecolonies colony manager Backup Data
[11:15:55] [Server thread/INFO] [minecolonies/]: Backup Load Complete
[11:15:55] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
[11:15:55] [Netty Epoll Server IO #2/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.}
[11:15:58] [Worker-Main-17/INFO] [co.cu.Cupboard/]: Loaded config for: betterchunkloading.json
[11:15:58] [Worker-Main-9/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:58] [Worker-Main-9/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:59] [Worker-Main-17/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:59] [Worker-Main-9/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:59] [Worker-Main-17/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:59] [Worker-Main-9/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:59] [Worker-Main-17/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:59] [Worker-Main-9/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:59] [Worker-Main-16/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
[11:15:59] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: limitedchunks.json
[11:15:59] [Worker-Main-18/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 28%
[11:15:59] [Netty Epoll Server IO #3/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.}
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: brutalbosses.json
[11:16:00] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Time elapsed: 4923 ms
[11:16:00] [Server thread/INFO] [minecraft/DedicatedServer]: Done (7.949s)! For help, type "help"
[11:16:00] [Server thread/INFO] [minecraft/DedicatedServer]: Starting remote control listener
[11:16:00] [Server thread/INFO] [minecraft/GenericThread]: Thread RCON Listener started
[11:16:00] [Server thread/INFO] [minecraft/RconThread]: RCON running on 0.0.0.0:25575
[11:16:00] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
[11:16:00] [Server thread/INFO] [corail_woodcutter/]: 217 woodcutting recipes loaded
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: forgivingworld.json
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: smoothchunk.json
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: dragonfight.json
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: betterfpsdist.json
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: logprot.json
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: clickadv.json
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: chunksending.json
[11:16:00] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: lootintegrations.json
2024-02-04 11:16:00 >....Items Registered
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering Ores 20 23
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering saplings 44
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering plantables 19
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering food 147 172
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering fuel 748
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering flowers 78
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering items 3669
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering lucky oreBlocks 6
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering recruitment costs
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering diseases
[11:16:00] [Server thread/INFO] [minecolonies/]: Finished discovering compostables 353
[11:16:00] [Server thread/INFO] [patchouli/]: Sending reload packet to clients
[11:16:00] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at port 24454
2024-02-04 11:16:05 >....[Autopause loop] MC Server listening for connections - pausing in 600 seconds
 [12:02:01] [Server thread/INFO] [co.dy.DynView/]: Mean tick: 31ms increasing chunk view distance to: 35 New Yorkshire has been restarted-X2024-02-04 12:02:01  voice chatat.3 #2/INFO] [minecraft/RconClient]: Thread RCON Client /172.18.0.3 shutting down
2024-02-04 11:59:31 tener #1/INFO] [minecraft/GenericThread]: Thread RCON Client /172.18.0.3 started
[11:16:05] [Server thread/INFO] [minecraft/MinecraftServer]: [Rcon: Automatic saving is now disabled]
>....26:38] [Server thread/INFO] [Jade/]: Syncing config to SCBionicle (c2302024-b808-4376-be2b-24502db5acc9)down
2024-02-04 11:26:38 tener #1/INFO] [minecraft/GenericThread]: Thread RCON Client /172.18.0.3 started
[11:16:08] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved
[11:16:08] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[11:16:08] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
>....26:38] [Server thread/INFO] [minecraft/MinecraftServer]: SCBionicle joined the gameAll dimensions are saved
2024-02-04 11:26:38 hread/INFO] [minecraft/MinecraftServer]: [Rcon: Saved the game]
[11:16:08] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 2879ms or 57 ticks behind
[11:16:08] [RCON Client /172.18.0.3 #4/INFO] [minecraft/RconClient]: Thread RCON Client /172.18.0.3 shutting down
 [11:26:38] [Server thread/INFO] [minecraft/PlayerList]: SCBionicle[/172.18.0.1:56798] logged in with entity id 140 at (31.42546289741386>....0, 69.07558740493864)INFO] [minecraft/MinecraftServer]: [Rcon: Successfully backed up colony data!]
2024-02-04 11:26:38 ent /172.18.0.3 #5/INFO] [minecraft/RconClient]: Thread RCON Client /172.18.0.3 shutting down
 [11:26:35] [User Authenticator #1/INFO] [minecraft/ServerLoginPacketListenerImpl]: UUID of player SCBionicle is c2302024-b808-4376-be2b->....[Autopause loop] Server was knocked from 172.18.0.1 - waiting for clients or timeoutow enabled]
2024-02-04 11:26:38 ent /172.18.0.3 #6/INFO] [minecraft/RconClient]: Thread RCON Client /172.18.0.3 shutting down
[11:21:51] [Server thread/WARN] [minecraft/Connection]: handleDisconnection() called twice
2024-02-04 11:26:05 >....[Autopause loop] No client connected since startup / knocked - pausing
>....6:05] [RCON Listener #1/INFO] [minecraft/GenericThread]: Thread RCON Client /127.0.0.1 started
[11:26:06] [Server thread/INFO] [minecraft/MinecraftServer]: [Rcon: Saved the game]
[11:26:06] [RCON Client /127.0.0.1 #7/INFO] [minecraft/RconClient]: Thread RCON Client /127.0.0.1 shutting down
2024-02-04 11:26:06 >....[2024-02-04T11:26:06-06:00] [Autopause] Pausing Java process
[11:26:34] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 28281ms or 565 ticks behind
2024-02-04 11:26:35 >....
itzg commented 8 months ago

Disable TTY if you don't want interactive, color console.

Change

    tty: true

to

    tty: false

I'll update the docs to clarify this.

SCBionicle commented 8 months ago

Thank you. That fixed it.