CommandRealm / dungeon-of-the-arbalist

For our map Dungeon of the Arbalist
https://www.planetminecraft.com/project/dungeon-of-the-arbalist-dungeon-crawler-zombies-game-1-50-players-realms-map-1-17-1-by-command-realm/
3 stars 0 forks source link

The console keeps throwing errors #1

Open YYYork opened 4 months ago

YYYork commented 4 months ago

I use vanilla 1.20.4 server to setup the map. And when a player join the server, the console keeps throwing errors. What's more when the amount of player become over 20 , server's tps is deeply down! Everything is becoming to slow! Players , Mobs , and the timer bossbar! This is My Log:

[21:50:34] [ServerMain/INFO]: Environment: Environment[sessionHost=http://127.0.0.1:49479/https/sessionserver.mojang.com, servicesHost=http://127.0.0.1:49479/https/api.minecraftservices.com, name=PROD] [21:50:35] [ServerMain/WARN]: Missing metadata in pack file/calverin is inspecting stuff.zip [21:50:35] [ServerMain/WARN]: Missing metadata in pack file/zombies.zip [21:50:37] [Worker-Main-2/ERROR]: Couldn't parse element predicates:armor_statues:offhand_potion - Not a json array: {"condition":"minecraft:alternative","terms":[{"condition":"minecraft:entity_properties","entity":"this","predicate":{"equipment":{"offhand":{"tag":"armor_statues:potions","potion":"minecraft:invisibility"}}}},{"condition":"minecraft:entity_properties","entity":"this","predicate":{"equipment":{"offhand":{"tag":"armor_statues:potions","potion":"minecraft:long_invisibility"}}}}]} [21:50:37] [Worker-Main-2/ERROR]: Couldn't parse element predicates:armor_statues:savedpose - Not a json array: {"condition":"minecraft:alternative","terms":[{"condition":"minecraft:reference","name":"armor_statues:savedpose_mainhand"},{"condition":"minecraft:reference","name":"armor_statues:savedpose_offhand"}]} [21:50:37] [Worker-Main-1/ERROR]: Invalid path in pack: journal:advancements/deaths/witch copy.json, ignoring [21:50:37] [Worker-Main-1/ERROR]: Invalid path in pack: journal:advancements/kills/witch copy.json, ignoring [21:50:37] [Worker-Main-2/ERROR]: Couldn't parse element predicates:armor_statues:book - Not a json array: {"condition":"minecraft:alternative","terms":[{"condition":"minecraft:entity_properties","entity":"this","predicate":{"equipment":{"mainhand":{"item":"minecraft:written_book","nbt":"{datapack:ArmorStatuesV2}"}}}},{"condition":"minecraft:entity_properties","entity":"this","predicate":{"equipment":{"offhand":{"item":"minecraft:written_book","nbt":"{datapack:ArmorStatuesV2}"}}}}]} [21:50:37] [Worker-Main-2/ERROR]: Couldn't parse element predicates:armor_statues:mainhand_potion - Not a json array: {"condition":"minecraft:alternative","terms":[{"condition":"minecraft:entity_properties","entity":"this","predicate":{"equipment":{"mainhand":{"tag":"armor_statues:potions","potion":"minecraft:invisibility"}}}},{"condition":"minecraft:entity_properties","entity":"this","predicate":{"equipment":{"mainhand":{"tag":"armor_statues:potions","potion":"minecraft:long_invisibility"}}}}]} [21:50:37] [Worker-Main-3/ERROR]: Couldn't parse data file game:crossbow/darkness from game:loot_tables/crossbow/darkness.json com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 6 column 16 path $.pools[0].entries[0].functions at aue.a(SourceFile:529) ~[server-1.20.4.jar:?] at aue.b(SourceFile:534) ~[server-1.20.4.jar:?] at aue.a(SourceFile:584) ~[server-1.20.4.jar:?] at aqm.a(SourceFile:44) ~[server-1.20.4.jar:?] at egz.a(SourceFile:50) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 6 column 16 path $.pools[0].entries[0].functions at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1659) ~[gson-2.10.1.jar:?] at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1465) ~[gson-2.10.1.jar:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:517) ~[gson-2.10.1.jar:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:422) ~[gson-2.10.1.jar:?] at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:779) ~[gson-2.10.1.jar:?] at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:725) ~[gson-2.10.1.jar:?] at com.google.gson.internal.bind.TypeAdapters$34$1.read(TypeAdapters.java:1007) ~[gson-2.10.1.jar:?] at aue.a(SourceFile:527) ~[server-1.20.4.jar:?] ... 11 more [21:50:37] [Worker-Main-3/ERROR]: Couldn't parse data file game:crossbow/landslide from game:loot_tables/crossbow/landslide.json com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 8 column 22 path $.pools[0].entries[0].functions[3] at aue.a(SourceFile:529) ~[server-1.20.4.jar:?] at aue.b(SourceFile:534) ~[server-1.20.4.jar:?] at aue.a(SourceFile:584) ~[server-1.20.4.jar:?] at aqm.a(SourceFile:44) ~[server-1.20.4.jar:?] at egz.a(SourceFile:50) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 8 column 22 path $.pools[0].entries[0].functions[3] at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1659) ~[gson-2.10.1.jar:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:485) ~[gson-2.10.1.jar:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:422) ~[gson-2.10.1.jar:?] at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:779) ~[gson-2.10.1.jar:?] at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:725) ~[gson-2.10.1.jar:?] at com.google.gson.internal.bind.TypeAdapters$34$1.read(TypeAdapters.java:1007) ~[gson-2.10.1.jar:?] at aue.a(SourceFile:527) ~[server-1.20.4.jar:?] ... 11 more

[21:50:39] [ServerMain/ERROR]: Parsing error loading recipe minecraft:repair_item com.google.gson.JsonParseException: Item must not be minecraft:air at ac.a(SourceFile:1005) ~[server-1.20.4.jar:?] at cqf.a(SourceFile:131) ~[server-1.20.4.jar:?] at cqf.a(SourceFile:56) ~[server-1.20.4.jar:?] at cqf.a(SourceFile:35) ~[server-1.20.4.jar:?] at aqn.a(SourceFile:13) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at aqo.a(SourceFile:69) ~[server-1.20.4.jar:?] at ac.a(SourceFile:944) ~[server-1.20.4.jar:?] at ac.c(SourceFile:932) ~[server-1.20.4.jar:?] at net.minecraft.server.Main.main(SourceFile:178) ~[server-1.20.4.jar:?] at net.minecraft.bundler.Main.lambda$run$0(Main.java:54) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [21:50:39] [ServerMain/INFO]: Loaded 1 recipes [21:50:39] [ServerMain/ERROR]: Failed to load function game:pvp/effects/earth_aoe_damage java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 8: Integer must not be less than 1, found 0 at position 106: ...nt_damage <--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 8: Integer must not be less than 1, found 0 at position 106: ...nt_damage <--[HERE] at hb.a(SourceFile:76) ~[server-1.20.4.jar:?] at aht.a(SourceFile:83) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] ... 6 more [21:50:39] [ServerMain/ERROR]: Failed to load function game:pvp/particle java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 11: Unknown item 'minecraft:grass' at position 86: ...icle item <--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 11: Unknown item 'minecraft:grass' at position 86: ...icle item <--[HERE] at hb.a(SourceFile:76) ~[server-1.20.4.jar:?] at aht.a(SourceFile:83) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] ... 6 more [21:50:39] [ServerMain/ERROR]: Failed to load function armor_statues:help/main java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 6: Invalid chat component: Not a JSON object: [{"text":"Customizable Armor Stands - Help","color":"yellow","bold":"true"},{"text":"\nGet the book by:","color":"aqua","bold":"false"}] at position 148: ...:"false"}]<--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 6: Invalid chat component: Not a JSON object: [{"text":"Customizable Armor Stands - Help","color":"yellow","bold":"true"},{"text":"\nGet the book by:","color":"aqua","bold":"false"}] at position 148: ...:"false"}]<--[HERE] at hb.a(SourceFile:76) ~[server-1.20.4.jar:?] at aht.a(SourceFile:83) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] ... 6 more [21:50:39] [ServerMain/ERROR]: Failed to load function armor_statues:help/credits java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 6: Invalid chat component: Not a JSON object: [{"text":"Customizable Armor Stands - Credits","color":"yellow","bold":"true"}] at position 91: ...":"true"}]<--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 6: Invalid chat component: Not a JSON object: [{"text":"Customizable Armor Stands - Credits","color":"yellow","bold":"true"}] at position 91: ...":"true"}]<--[HERE] at hb.a(SourceFile:76) ~[server-1.20.4.jar:?] at aht.a(SourceFile:83) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] ... 6 more [21:50:39] [ServerMain/ERROR]: Failed to load function game:modifiers/healthshare/damage_others java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 4: Only one entity is allowed, but the provided selector allows more than one at position 0: <--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 4: Only one entity is allowed, but the provided selector allows more than one at position 0: <--[HERE] at hb.a(SourceFile:76) ~[server-1.20.4.jar:?] at aht.a(SourceFile:83) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] ... 6 more [21:50:39] [ServerMain/ERROR]: Failed to load function armor_statues:admin java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 6: Invalid chat component: Not a JSON object: [{"text":"Customizable Armor Stands - Admin Options","color":"yellow","bold":"true"}] at position 97: ...":"true"}]<--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 6: Invalid chat component: Not a JSON object: [{"text":"Customizable Armor Stands - Admin Options","color":"yellow","bold":"true"}] at position 97: ...":"true"}]<--[HERE] at hb.a(SourceFile:76) ~[server-1.20.4.jar:?] at aht.a(SourceFile:83) ~[server-1.20.4.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] ... 6 more [21:50:39] [ServerMain/INFO]: Loaded 277 advancements [21:50:40] [Server thread/INFO]: VanillaCord 2.0 (24w11a) [21:50:40] [Server thread/INFO]: Starting minecraft server version 1.20.4 [21:50:40] [Server thread/INFO]: Loading properties [21:50:40] [Server thread/INFO]: Default game type: SURVIVAL [21:50:40] [Server thread/INFO]: Generating keypair [21:50:40] [Server thread/INFO]: Starting Minecraft server on *:40039 [21:50:40] [Server thread/INFO]: Using default channel type [21:50:40] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [21:50:40] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [21:50:40] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [21:50:40] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [21:50:41] [Server thread/INFO]: Preparing level "world" [21:50:41] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [21:50:47] [Worker-Main-2/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-2/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-3/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-2/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-3/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-2/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-2/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-2/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-1/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-1/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-1/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-1/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-3/INFO]: Preparing spawn area: 0% [21:50:47] [Worker-Main-5/INFO]: Preparing spawn area: 1% [21:50:48] [Worker-Main-2/INFO]: Preparing spawn area: 25% [21:50:48] [Worker-Main-1/INFO]: Preparing spawn area: 70% [21:50:49] [Server thread/INFO]: Time elapsed: 7801 ms

[21:50:50] [Server thread/INFO]: miao[/218.28.159.6:49483] logged in with entity id 266 at (0.5, 122.0, 0.5) [21:50:50] [Server thread/INFO]: miao joined the game [21:50:50] [Server thread/INFO]: Named entity ccs['Cynthia'/126, l='ServerLevel[dungeon-of-the-arbalist]', x=23.28, y=73.06, z=47.43] died: Cynthia was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Bill'/164, l='ServerLevel[dungeon-of-the-arbalist]', x=34.31, y=77.00, z=55.48] died: Bill was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Saul'/169, l='ServerLevel[dungeon-of-the-arbalist]', x=29.50, y=81.00, z=50.16] died: Saul was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Julius'/170, l='ServerLevel[dungeon-of-the-arbalist]', x=15.54, y=70.00, z=50.20] died: Julius was killed [21:50:50] [Server thread/INFO]: Villager cev['Julius'/179, l='ServerLevel[dungeon-of-the-arbalist]', x=65.54, y=70.00, z=50.20] died, message: 'Julius was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Julius'/179, l='ServerLevel[dungeon-of-the-arbalist]', x=65.54, y=70.00, z=50.20] died: Julius was killed [21:50:50] [Server thread/INFO]: Villager cev['Saul'/180, l='ServerLevel[dungeon-of-the-arbalist]', x=79.50, y=81.00, z=50.16] died, message: 'Saul was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Saul'/180, l='ServerLevel[dungeon-of-the-arbalist]', x=79.50, y=81.00, z=50.16] died: Saul was killed [21:50:50] [Server thread/INFO]: Villager cev['Cynthia'/181, l='ServerLevel[dungeon-of-the-arbalist]', x=73.31, y=73.06, z=47.32] died, message: 'Cynthia was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Cynthia'/181, l='ServerLevel[dungeon-of-the-arbalist]', x=73.31, y=73.06, z=47.32] died: Cynthia was killed [21:50:50] [Server thread/INFO]: Villager cev['Bill'/199, l='ServerLevel[dungeon-of-the-arbalist]', x=84.31, y=77.00, z=55.48] died, message: 'Bill was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Bill'/199, l='ServerLevel[dungeon-of-the-arbalist]', x=84.31, y=77.00, z=55.48] died: Bill was killed [21:50:50] [Server thread/INFO]: Villager cev['Jack'/213, l='ServerLevel[dungeon-of-the-arbalist]', x=10.69, y=30.50, z=81.46] died, message: 'Jack was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Jack'/213, l='ServerLevel[dungeon-of-the-arbalist]', x=10.69, y=30.50, z=81.46] died: Jack was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Jack'/218, l='ServerLevel[dungeon-of-the-arbalist]', x=10.69, y=80.50, z=81.46] died: Jack was killed [21:50:50] [Server thread/INFO]: Villager cev['Regulus'/219, l='ServerLevel[dungeon-of-the-arbalist]', x=89.22, y=81.00, z=109.57] died, message: 'Regulus was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Regulus'/219, l='ServerLevel[dungeon-of-the-arbalist]', x=89.22, y=81.00, z=109.57] died: Regulus was killed [21:50:50] [Server thread/INFO]: Villager cev['Brutus'/220, l='ServerLevel[dungeon-of-the-arbalist]', x=77.23, y=79.00, z=107.18] died, message: 'Brutus was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Brutus'/220, l='ServerLevel[dungeon-of-the-arbalist]', x=77.23, y=79.00, z=107.18] died: Brutus was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Regulus'/221, l='ServerLevel[dungeon-of-the-arbalist]', x=39.22, y=81.00, z=109.57] died: Regulus was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Brutus'/222, l='ServerLevel[dungeon-of-the-arbalist]', x=27.23, y=79.00, z=107.18] died: Brutus was killed [21:50:50] [Server thread/INFO]: Villager cev['Cassius'/226, l='ServerLevel[dungeon-of-the-arbalist]', x=-27.76, y=21.00, z=118.72] died, message: 'Cassius was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Cassius'/226, l='ServerLevel[dungeon-of-the-arbalist]', x=-27.76, y=21.00, z=118.72] died: Cassius was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Cassius'/228, l='ServerLevel[dungeon-of-the-arbalist]', x=-27.76, y=71.00, z=118.72] died: Cassius was killed [21:50:50] [Server thread/INFO]: Villager cev['Sylvia'/229, l='ServerLevel[dungeon-of-the-arbalist]', x=93.41, y=93.00, z=132.00] died, message: 'Sylvia was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Sylvia'/229, l='ServerLevel[dungeon-of-the-arbalist]', x=93.41, y=93.00, z=132.00] died: Sylvia was killed [21:50:50] [Server thread/INFO]: Villager cev['Galileo'/230, l='ServerLevel[dungeon-of-the-arbalist]', x=90.28, y=84.00, z=130.24] died, message: 'Galileo was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Galileo'/230, l='ServerLevel[dungeon-of-the-arbalist]', x=90.28, y=84.00, z=130.24] died: Galileo was killed [21:50:50] [Server thread/INFO]: Villager cev['Juliet'/231, l='ServerLevel[dungeon-of-the-arbalist]', x=86.42, y=84.00, z=130.22] died, message: 'Juliet was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Juliet'/231, l='ServerLevel[dungeon-of-the-arbalist]', x=86.42, y=84.00, z=130.22] died: Juliet was killed [21:50:50] [Server thread/INFO]: Villager cev['Calpurnia'/232, l='ServerLevel[dungeon-of-the-arbalist]', x=83.57, y=84.00, z=134.30] died, message: 'Calpurnia was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Calpurnia'/232, l='ServerLevel[dungeon-of-the-arbalist]', x=83.57, y=84.00, z=134.30] died: Calpurnia was killed [21:50:50] [Server thread/INFO]: Villager cev['Copernicus'/233, l='ServerLevel[dungeon-of-the-arbalist]', x=79.37, y=84.00, z=136.96] died, message: 'Copernicus was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Copernicus'/233, l='ServerLevel[dungeon-of-the-arbalist]', x=79.37, y=84.00, z=136.96] died: Copernicus was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Sylvia'/235, l='ServerLevel[dungeon-of-the-arbalist]', x=43.43, y=93.00, z=132.18] died: Sylvia was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Galileo'/236, l='ServerLevel[dungeon-of-the-arbalist]', x=40.28, y=84.00, z=130.24] died: Galileo was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Juliet'/237, l='ServerLevel[dungeon-of-the-arbalist]', x=36.42, y=84.00, z=130.22] died: Juliet was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Calpurnia'/238, l='ServerLevel[dungeon-of-the-arbalist]', x=33.57, y=84.00, z=134.30] died: Calpurnia was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Copernicus'/240, l='ServerLevel[dungeon-of-the-arbalist]', x=29.31, y=84.00, z=136.73] died: Copernicus was killed [21:50:50] [Server thread/INFO]: Villager cev['Clementine'/241, l='ServerLevel[dungeon-of-the-arbalist]', x=90.29, y=97.00, z=148.50] died, message: 'Clementine was killed' [21:50:50] [Server thread/INFO]: Named entity cev['Clementine'/241, l='ServerLevel[dungeon-of-the-arbalist]', x=90.29, y=97.00, z=148.50] died: Clementine was killed [21:50:50] [Server thread/INFO]: Named entity ccs['Clementine'/243, l='ServerLevel[dungeon-of-the-arbalist]', x=40.29, y=97.00, z=148.50] died: Clementine was killed [21:50:50] [Server thread/INFO]: TT_Yours[/125.47.41.149:49484] logged in with entity id 321 at (0.5, 122.0, 0.5) [21:50:50] [Server thread/INFO]: TT_Yours joined the game [21:50:51] [Server thread/WARN]: Failed to parse component: [] com.google.gson.JsonParseException: Not a JSON object: [] at ac.a(SourceFile:1005) ~[server-1.20.4.jar:?] at vf$a.b(SourceFile:159) ~[server-1.20.4.jar:?] at vf$a.a(SourceFile:182) ~[server-1.20.4.jar:?] at wl.a(SourceFile:132) ~[server-1.20.4.jar:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?] at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:662) ~[?:?] at wl.a(SourceFile:139) ~[server-1.20.4.jar:?] at vi.a(SourceFile:50) ~[server-1.20.4.jar:?] at vi.a(SourceFile:53) ~[server-1.20.4.jar:?] at die.a(SourceFile:136) ~[server-1.20.4.jar:?] at die.a(SourceFile:126) ~[server-1.20.4.jar:?] at die.e(SourceFile:113) ~[server-1.20.4.jar:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at die.a(SourceFile:113) ~[server-1.20.4.jar:?] at fh.a(SourceFile:75) ~[server-1.20.4.jar:?] at akv.a(SourceFile:73) ~[server-1.20.4.jar:?] at akv.c(SourceFile:43) ~[server-1.20.4.jar:?] at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?] at gx.a(SourceFile:29) ~[server-1.20.4.jar:?] at gx.execute(SourceFile:13) ~[server-1.20.4.jar:?] at gs.a(SourceFile:8) ~[server-1.20.4.jar:?] at gk.a(SourceFile:8) ~[server-1.20.4.jar:?] at go.a(SourceFile:107) ~[server-1.20.4.jar:?] at dt.a(SourceFile:378) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:69) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:59) ~[server-1.20.4.jar:?] at ahu.b(SourceFile:53) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.b(SourceFile:934) ~[server-1.20.4.jar:?] at ama.b(SourceFile:283) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:845) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.w(SourceFile:683) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:270) ~[server-1.20.4.jar:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [21:50:51] [Server thread/WARN]: Failed to parse component: [] com.google.gson.JsonParseException: Not a JSON object: [] at ac.a(SourceFile:1005) ~[server-1.20.4.jar:?] at vf$a.b(SourceFile:159) ~[server-1.20.4.jar:?] at vf$a.a(SourceFile:182) ~[server-1.20.4.jar:?] at wl.a(SourceFile:132) ~[server-1.20.4.jar:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?] at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:662) ~[?:?] at wl.a(SourceFile:139) ~[server-1.20.4.jar:?] at vi.a(SourceFile:50) ~[server-1.20.4.jar:?] at vi.a(SourceFile:53) ~[server-1.20.4.jar:?] at die.a(SourceFile:136) ~[server-1.20.4.jar:?] at die.a(SourceFile:127) ~[server-1.20.4.jar:?] at die.e(SourceFile:113) ~[server-1.20.4.jar:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at die.a(SourceFile:113) ~[server-1.20.4.jar:?] at fh.a(SourceFile:75) ~[server-1.20.4.jar:?] at akv.a(SourceFile:73) ~[server-1.20.4.jar:?] at akv.c(SourceFile:43) ~[server-1.20.4.jar:?] at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?] at gx.a(SourceFile:29) ~[server-1.20.4.jar:?] at gx.execute(SourceFile:13) ~[server-1.20.4.jar:?] at gs.a(SourceFile:8) ~[server-1.20.4.jar:?] at gk.a(SourceFile:8) ~[server-1.20.4.jar:?] at go.a(SourceFile:107) ~[server-1.20.4.jar:?] at dt.a(SourceFile:378) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:69) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:59) ~[server-1.20.4.jar:?] at ahu.b(SourceFile:53) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.b(SourceFile:934) ~[server-1.20.4.jar:?] at ama.b(SourceFile:283) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:845) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.w(SourceFile:683) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:270) ~[server-1.20.4.jar:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [21:50:51] [Server thread/WARN]: Failed to parse component: [] com.google.gson.JsonParseException: Not a JSON object: [] at ac.a(SourceFile:1005) ~[server-1.20.4.jar:?] at vf$a.b(SourceFile:159) ~[server-1.20.4.jar:?] at vf$a.a(SourceFile:182) ~[server-1.20.4.jar:?] at wl.a(SourceFile:132) ~[server-1.20.4.jar:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?] at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:662) ~[?:?] at wl.a(SourceFile:139) ~[server-1.20.4.jar:?] at vi.a(SourceFile:50) ~[server-1.20.4.jar:?] at vi.a(SourceFile:53) ~[server-1.20.4.jar:?] at die.a(SourceFile:136) ~[server-1.20.4.jar:?] at die.a(SourceFile:126) ~[server-1.20.4.jar:?] at die.e(SourceFile:113) ~[server-1.20.4.jar:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at die.a(SourceFile:113) ~[server-1.20.4.jar:?] at fh.a(SourceFile:75) ~[server-1.20.4.jar:?] at akv.a(SourceFile:73) ~[server-1.20.4.jar:?] at akv.c(SourceFile:43) ~[server-1.20.4.jar:?] at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?] at gx.a(SourceFile:29) ~[server-1.20.4.jar:?] at gx.execute(SourceFile:13) ~[server-1.20.4.jar:?] at gs.a(SourceFile:8) ~[server-1.20.4.jar:?] at gk.a(SourceFile:8) ~[server-1.20.4.jar:?] at go.a(SourceFile:107) ~[server-1.20.4.jar:?] at dt.a(SourceFile:378) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:69) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:59) ~[server-1.20.4.jar:?] at ahu.b(SourceFile:53) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.b(SourceFile:934) ~[server-1.20.4.jar:?] at ama.b(SourceFile:283) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:845) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.w(SourceFile:683) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:270) ~[server-1.20.4.jar:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [21:50:51] [Server thread/WARN]: Failed to parse component: [] com.google.gson.JsonParseException: Not a JSON object: [] at ac.a(SourceFile:1005) ~[server-1.20.4.jar:?] at vf$a.b(SourceFile:159) ~[server-1.20.4.jar:?] at vf$a.a(SourceFile:182) ~[server-1.20.4.jar:?] at wl.a(SourceFile:132) ~[server-1.20.4.jar:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?] at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:662) ~[?:?] at wl.a(SourceFile:139) ~[server-1.20.4.jar:?] at vi.a(SourceFile:50) ~[server-1.20.4.jar:?] at vi.a(SourceFile:53) ~[server-1.20.4.jar:?] at die.a(SourceFile:136) ~[server-1.20.4.jar:?] at die.a(SourceFile:127) ~[server-1.20.4.jar:?] at die.e(SourceFile:113) ~[server-1.20.4.jar:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at die.a(SourceFile:113) ~[server-1.20.4.jar:?] at fh.a(SourceFile:75) ~[server-1.20.4.jar:?] at akv.a(SourceFile:73) ~[server-1.20.4.jar:?] at akv.c(SourceFile:43) ~[server-1.20.4.jar:?] at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?] at gx.a(SourceFile:29) ~[server-1.20.4.jar:?] at gx.execute(SourceFile:13) ~[server-1.20.4.jar:?] at gs.a(SourceFile:8) ~[server-1.20.4.jar:?] at gk.a(SourceFile:8) ~[server-1.20.4.jar:?] at go.a(SourceFile:107) ~[server-1.20.4.jar:?] at dt.a(SourceFile:378) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:69) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:59) ~[server-1.20.4.jar:?] at ahu.b(SourceFile:53) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.b(SourceFile:934) ~[server-1.20.4.jar:?] at ama.b(SourceFile:283) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:845) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.w(SourceFile:683) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:270) ~[server-1.20.4.jar:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [21:50:51] [Server thread/WARN]: Failed to parse component: [] com.google.gson.JsonParseException: Not a JSON object: [] at ac.a(SourceFile:1005) ~[server-1.20.4.jar:?] at vf$a.b(SourceFile:159) ~[server-1.20.4.jar:?] at vf$a.a(SourceFile:182) ~[server-1.20.4.jar:?] at wl.a(SourceFile:132) ~[server-1.20.4.jar:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?] at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:662) ~[?:?] at wl.a(SourceFile:139) ~[server-1.20.4.jar:?] at vi.a(SourceFile:50) ~[server-1.20.4.jar:?] at vi.a(SourceFile:53) ~[server-1.20.4.jar:?] at die.a(SourceFile:136) ~[server-1.20.4.jar:?] at die.a(SourceFile:126) ~[server-1.20.4.jar:?] at die.e(SourceFile:113) ~[server-1.20.4.jar:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at die.a(SourceFile:113) ~[server-1.20.4.jar:?] at fh.a(SourceFile:75) ~[server-1.20.4.jar:?] at akv.a(SourceFile:73) ~[server-1.20.4.jar:?] at akv.c(SourceFile:43) ~[server-1.20.4.jar:?] at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?] at gx.a(SourceFile:29) ~[server-1.20.4.jar:?] at gx.execute(SourceFile:13) ~[server-1.20.4.jar:?] at gs.a(SourceFile:8) ~[server-1.20.4.jar:?] at gk.a(SourceFile:8) ~[server-1.20.4.jar:?] at go.a(SourceFile:107) ~[server-1.20.4.jar:?] at dt.a(SourceFile:378) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:69) ~[server-1.20.4.jar:?] at ahu.a(SourceFile:59) ~[server-1.20.4.jar:?] at ahu.b(SourceFile:53) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.b(SourceFile:934) ~[server-1.20.4.jar:?] at ama.b(SourceFile:283) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:845) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.w(SourceFile:683) ~[server-1.20.4.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:270) ~[server-1.20.4.jar:?] at java.lang.Thread.run(Thread.java:833) ~[?:?]

YYYork commented 4 months ago

I try to make the version down to 1.20.1 , But The Error is still there