IzzelAliz / Arclight

A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡
GNU General Public License v3.0
1.56k stars 230 forks source link

Player last location error on /kill command #1527

Closed sayanpramanik2012 closed 1 week ago

sayanpramanik2012 commented 1 week ago

I have confirmed that ...

Arclight version

arclight-1.21-1.0.0-SNAPSHOT-b3349e9

OS & Java versions

OS: windows 11 pro and Ubuntu, JAVA: "22.0.1" 2024-04-16

Plugins and Mods

No Plugin and Mod Specific

Description

Wen command is used by the operator of the server as /kill, all players are killed but on respawn 2 thing happen game shows the following:

  1. Chat disabled in client options and
  2. the following error is thrown in console- [23:43:47 ERROR]: Failed to handle packet net.minecraft.class_2799@696f1b35, suppressing error java.lang.NullPointerException: Cannot invoke "org.bukkit.Location.getWorld()" because "location" is null at net.minecraft.class_3324.handler$zdc000$arclight$postRespawn(PlayerListMixin.java:1388) ~[server-intermediary.jar:?] at net.minecraft.class_3324.method_14556(PlayerListMixin.java:530) ~[server-intermediary.jar:?] at net.minecraft.class_3244.method_12068(ServerPlayNetHandlerMixin.java:1672) ~[server-intermediary.jar:?] at net.minecraft.class_2799.method_12120(class_2799.java:32) ~[server-intermediary.jar:?] at net.minecraft.class_2799.method_11054(class_2799.java:8) ~[server-intermediary.jar:?] at net.minecraft.class_2600.md33181f$arclight$lambda$ensureRunningOnSameThread$0$0(PacketThreadUtilMixin.java:538) ~[server-intermediary.jar:?] at net.minecraft.class_3738.run(class_3738.java:18) ~[server-intermediary.jar:?] at net.minecraft.class_1255.method_18859(BlockableEventLoopMixin.java:162) ~[server-intermediary.jar:?] at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_24306(MinecraftServerMixin.java:864) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_18859(MinecraftServerMixin.java:173) ~[server-intermediary.jar:?] at net.minecraft.class_1255.method_16075(BlockableEventLoopMixin.java:136) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_20415(MinecraftServerMixin.java:846) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_16075(MinecraftServerMixin.java:840) ~[server-intermediary.jar:?] at net.minecraft.class_1255.method_18857(BlockableEventLoopMixin.java:145) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_18857(MinecraftServerMixin.java:810) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_16208(MinecraftServerMixin.java:815) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_29741(MinecraftServerMixin.java:702) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_29739(MinecraftServerMixin.java:281) ~[server-intermediary.jar:?] at java.base/java.lang.Thread.run(Thread.java:1570) [?:?]

Step to reproduce

  1. Join the server
  2. give yourself operator
  3. fly to some random place
  4. issue server command /kill
  5. respawn

Logs

[13Oct2024 23:41:25.808] [main/INFO] [FabricLoader/GameProvider/]: Loading Minecraft 1.21 Arclight arclight-1.21-1.0.0-SNAPSHOT-b3349e9 with Fabric Loader 0.15.11 mainEx[13Oct2024 23:41:26.030] [main/INFO] [FabricLoader/]: Loading 41 mods:

mainEx[13Oct2024 23:41:32.543] [main/INFO] [FabricLoader/MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5). mainEx[13Oct2024 23:41:54.787] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] mainEx[13Oct2024 23:41:58.470] [main/INFO] [net.minecraft.class_1863/]: Loaded 1290 recipes mainEx[13Oct2024 23:41:58.942] [main/INFO] [net.minecraft.class_163/]: Loaded 1399 advancements mainEx[13Oct2024 23:41:59.901] [main/INFO] [net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl/]: Applied 0 biome modifications to 0 of 64 new biomes in 3.366 ms mainEx[13Oct2024 23:41:59.936] [Server thread/INFO] [net.minecraft.class_3176/]: Starting minecraft server version 1.21 Server threadEx[13Oct2024 23:41:59.936] [Server thread/INFO] [net.minecraft.class_3176/]: Loading properties Server threadEx[13Oct2024 23:41:59.936] [Server thread/INFO] [net.minecraft.class_3176/]: Default game type: CREATIVE Server threadEx[13Oct2024 23:41:59.936] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair Server threadEx[13Oct2024 23:42:00.016] [Server thread/INFO] [net.minecraft.class_3176/]: Starting Minecraft server on *:25565 Server threadEx[13Oct2024 23:42:00.327] [Server thread/INFO] [net.minecraft.class_3242/]: Using default channel type Server threadEx[13Oct2024 23:42:01.226] [Server thread/INFO] [Minecraft/]: This server is running Arclight version arclight-1.21-1.0.0-SNAPSHOT-b3349e9 (MC: 1.21) (Implementing API version 1.21-R0.1-SNAPSHOT) Server threadEx[13Oct2024 23:42:02.929] [Server thread/INFO] [Arclight/]: Registering for Bukkit ... Server threadEx[13Oct2024 23:42:03.042] [Server thread/INFO] [Arclight/]: Registered 0 new materials with 0 blocks and 0 items Server threadEx[13Oct2024 23:42:03.467] [Server thread/INFO] [Arclight/]: Registered 0 new entity types Server threadEx[13Oct2024 23:42:03.468] [Server thread/INFO] [Arclight/]: Registered 0 new villager professions Server threadEx[13Oct2024 23:42:03.469] [Server thread/INFO] [Arclight/]: Registered 0 new biomes Server threadEx[13Oct2024 23:42:03.556] [Server thread/INFO] [Minecraft/]: Debug logging is enabled Server threadEx[13Oct2024 23:42:03.558] [Server thread/INFO] [net.minecraft.class_2983/]: [STDOUT]: Server Ping Player Sample Count: 12 Server threadEx[13Oct2024 23:42:03.560] [Server thread/INFO] [Minecraft/]: Using 4 threads for Netty based IO Server threadEx[13Oct2024 23:42:04.452] [Server thread/INFO] [Arclight/]: Loading mappings ... Server threadEx[13Oct2024 23:42:05.170] [Server thread/INFO] [Arclight/]: Loading plugin patchers ... Server threadEx[13Oct2024 23:42:13.766] [Server thread/INFO] [dynmap/]: Loading dynmap v3.7-SNAPSHOT-948 Server threadEx[13Oct2024 23:42:13.839] [Server thread/INFO] [dynmap/]: version=arclight-1.21-1.0.0-SNAPSHOT-b3349e9 (MC: 1.21) Server threadEx[13Oct2024 23:42:13.914] [Server thread/INFO] [dynmap/]: Mod Support API available Server threadEx[13Oct2024 23:42:13.914] [Server thread/INFO] [SetHome/]: Loading SetHome v2.0 Server threadEx[13Oct2024 23:42:13.914] [Server thread/INFO] [ViaVersion/]: Loading ViaVersion v5.0.3 Server threadEx[13Oct2024 23:42:14.016] [Server thread/INFO] [ViaVersion/]: ViaVersion 5.0.3 is now loaded. Registering protocol transformers and injecting... Server threadEx[13Oct2024 23:42:17.970] [Via-Mappingloader-0/INFO] [ViaVersion/]: Loading block connection mappings ... Via-Mappingloader-0Ex[13Oct2024 23:42:18.876] [Via-Mappingloader-0/INFO] [ViaVersion/]: Using FastUtil Long2ObjectOpenHashMap for block connections Via-Mappingloader-0Ex[13Oct2024 23:42:21.352] [Server thread/INFO] [ViaBackwards/]: Loading translations... Server threadEx[13Oct2024 23:42:21.376] [Server thread/INFO] [ViaBackwards/]: Registering protocols... Server threadEx[13Oct2024 23:42:25.064] [Server thread/INFO] [DiscordSRV/]: Loading DiscordSRV v1.28.0 Server threadEx[13Oct2024 23:42:25.064] [Server thread/INFO] [PlasmoVoice/]: Loading PlasmoVoice v2.1.0 Server threadEx[13Oct2024 23:42:25.064] [Server thread/INFO] [ViaBackwards/]: Loading ViaBackwards v5.0.3 Server threadEx[13Oct2024 23:42:25.064] [Server thread/INFO] [VeinMiner/]: Loading VeinMiner v2.2.5 Server threadEx[13Oct2024 23:42:25.381] [Server thread/INFO] [TAB/]: Loading TAB v4.1.8 Server threadEx[13Oct2024 23:42:25.384] [Server thread/INFO] [PlasmoVoice/]: Enabling PlasmoVoice v2.1.0 Server threadEx[13Oct2024 23:42:30.230] [Server thread/INFO] [PlasmoVoice/]: UDP server is started on /[0:0:0:0:0:0:0:0]:25565 Server threadEx[13Oct2024 23:42:30.329] [Server thread/INFO] [net.minecraft.class_3176/]: Preparing level "world" Server threadEx[13Oct2024 23:42:30.345] [Server thread/INFO] [Arclight/]: Registered 0 new dimensions Server threadEx[13Oct2024 23:42:31.156] [Server thread/INFO] [Minecraft/]: -------- World Settings For [world] -------- Server threadEx[13Oct2024 23:42:31.159] [Server thread/INFO] [Minecraft/]: View Distance: 30 Server threadEx[13Oct2024 23:42:31.166] [Server thread/INFO] [Minecraft/]: Item Merge Radius: 2.5 Server threadEx[13Oct2024 23:42:31.167] [Server thread/INFO] [Minecraft/]: Allow Zombie Pigmen to spawn from portal blocks: true Server threadEx[13Oct2024 23:42:31.167] [Server thread/INFO] [Minecraft/]: Zombie Aggressive Towards Villager: true Server threadEx[13Oct2024 23:42:31.167] [Server thread/INFO] [Minecraft/]: Experience Merge Radius: 3.0 Server threadEx[13Oct2024 23:42:31.171] [Server thread/INFO] [Minecraft/]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false Server threadEx[13Oct2024 23:42:31.171] [Server thread/INFO] [Minecraft/]: Nerfing mobs spawned from spawners: false Server threadEx[13Oct2024 23:42:31.171] [Server thread/INFO] [Minecraft/]: Simulation Distance: 10 Server threadEx[13Oct2024 23:42:31.171] [Server thread/INFO] [Minecraft/]: Item Despawn Rate: 6000 Server threadEx[13Oct2024 23:42:31.171] [Server thread/INFO] [Minecraft/]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Mob Spawn Range: 6 Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Cactus Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Cane Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Melon Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Mushroom Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Pumpkin Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Sapling Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Beetroot Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Carrot Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Potato Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Wheat Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: NetherWart Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Vine Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Cocoa Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Bamboo Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: SweetBerry Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: Kelp Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: TwistingVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: WeepingVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.202] [Server thread/INFO] [Minecraft/]: CaveVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:31.204] [Server thread/INFO] [Minecraft/]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false Server threadEx[13Oct2024 23:42:31.204] [Server thread/INFO] [Minecraft/]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64 Server threadEx[13Oct2024 23:42:31.204] [Server thread/INFO] [Minecraft/]: Max TNT Explosions: 100 Server threadEx[13Oct2024 23:42:31.204] [Server thread/INFO] [Minecraft/]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: -------- World Settings For [world/DIM-1] -------- Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: View Distance: 30 Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Item Merge Radius: 2.5 Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Allow Zombie Pigmen to spawn from portal blocks: true Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Zombie Aggressive Towards Villager: true Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Experience Merge Radius: 3.0 Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Nerfing mobs spawned from spawners: false Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Simulation Distance: 10 Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Item Despawn Rate: 6000 Server threadEx[13Oct2024 23:42:32.484] [Server thread/INFO] [Minecraft/]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Mob Spawn Range: 6 Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Cactus Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Cane Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Melon Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Mushroom Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Pumpkin Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Sapling Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Beetroot Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Carrot Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Potato Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Wheat Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: NetherWart Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Vine Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Cocoa Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Bamboo Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: SweetBerry Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Kelp Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: TwistingVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: WeepingVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: CaveVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64 Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Max TNT Explosions: 100 Server threadEx[13Oct2024 23:42:32.485] [Server thread/INFO] [Minecraft/]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: -------- World Settings For [world/DIM1] -------- Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: View Distance: 30 Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Item Merge Radius: 2.5 Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Allow Zombie Pigmen to spawn from portal blocks: true Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Zombie Aggressive Towards Villager: true Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Experience Merge Radius: 3.0 Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Nerfing mobs spawned from spawners: false Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Simulation Distance: 10 Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Item Despawn Rate: 6000 Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Mob Spawn Range: 6 Server threadEx[13Oct2024 23:42:32.581] [Server thread/INFO] [Minecraft/]: Cactus Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Cane Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Melon Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Mushroom Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Pumpkin Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Sapling Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Beetroot Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Carrot Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Potato Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Wheat Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: NetherWart Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Vine Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Cocoa Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Bamboo Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: SweetBerry Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Kelp Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: TwistingVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: WeepingVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: CaveVines Growth Modifier: 100% Server threadEx[13Oct2024 23:42:32.582] [Server thread/INFO] [Minecraft/]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false Server threadEx[13Oct2024 23:42:32.583] [Server thread/INFO] [Minecraft/]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64 Server threadEx[13Oct2024 23:42:32.583] [Server thread/INFO] [Minecraft/]: Max TNT Explosions: 100 Server threadEx[13Oct2024 23:42:32.583] [Server thread/INFO] [Minecraft/]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms Server threadEx[13Oct2024 23:42:32.656] [Server thread/INFO] [dynmap/]: Enabling dynmap v3.7-SNAPSHOT-948 Server threadEx[13Oct2024 23:42:33.247] [Server thread/INFO] [dynmap/]: Added 20 custom biome mappings Server threadEx[13Oct2024 23:42:33.336] [Server thread/INFO] [dynmap/]: Using Bukkit Permissions (superperms) for access control Server threadEx[13Oct2024 23:42:33.336] [Server thread/INFO] [dynmap/]: Web interface permissions only available for online users Server threadEx[13Oct2024 23:42:34.932] [Server thread/INFO] [dynmap/]: Mod Support processing completed Server threadEx[13Oct2024 23:42:39.567] [Server thread/INFO] [dynmap/]: Loaded 27 shaders. Server threadEx[13Oct2024 23:42:39.698] [Server thread/INFO] [dynmap/]: Loaded 83 perspectives. Server threadEx[13Oct2024 23:42:39.809] [Server thread/INFO] [dynmap/]: Loaded 22 lightings. Server threadEx[13Oct2024 23:42:39.917] [Server thread/INFO] [dynmap/]: Starting enter/exit processing Server threadEx[13Oct2024 23:42:41.312] [Server thread/INFO] [dynmap/]: Web server started on address 0.0.0.0:8123 Server threadEx[13Oct2024 23:42:41.319] [Server thread/INFO] [dynmap/]: version 3.7-SNAPSHOT-948 is enabled - core version 3.7-SNAPSHOT-949 Server threadEx[13Oct2024 23:42:41.319] [Server thread/INFO] [dynmap/]: For support, visit our Discord at https://discord.gg/s3rd5qn Server threadEx[13Oct2024 23:42:41.319] [Server thread/INFO] [dynmap/]: For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap Server threadEx[13Oct2024 23:42:41.319] [Server thread/INFO] [dynmap/]: To report or track bugs, visit https://github.com/webbukkit/dynmap/issues Server threadEx[13Oct2024 23:42:41.319] [Server thread/INFO] [dynmap/]: If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm Server threadEx[13Oct2024 23:42:41.344] [Server thread/INFO] [dynmap/]: Loaded 3 maps of world 'world'. Server threadEx[13Oct2024 23:42:41.362] [Server thread/INFO] [dynmap/]: Loaded 5898 pending tile renders for world 'world' Server threadEx[13Oct2024 23:42:41.721] [Server thread/INFO] [dynmap/]: Loaded 2 maps of world 'world-DIM-1'. Server threadEx[13Oct2024 23:42:41.751] [Server thread/INFO] [dynmap/]: Loaded 2 maps of world 'world-DIM1'. Server threadEx[13Oct2024 23:42:41.914] [Server thread/INFO] [dynmap/]: Enabled Server threadEx[13Oct2024 23:42:41.915] [Server thread/INFO] [SetHome/]: Enabling SetHome v2.0 Server threadEx[13Oct2024 23:42:41.948] [Server thread/INFO] [ViaVersion/]: Enabling ViaVersion v5.0.3 Server threadEx[13Oct2024 23:42:42.025] [Server thread/INFO] [ViaVersion/]: ViaVersion detected server version: 1.21 (767) Server threadEx[13Oct2024 23:42:42.270] [Server thread/INFO] [DiscordSRV/]: Enabling DiscordSRV v1.28.0 Server threadEx[13Oct2024 23:42:42.311] [Server thread/INFO] [ViaBackwards/]: Enabling ViaBackwards v5.0.3 Server threadEx[13Oct2024 23:42:42.374] [Server thread/INFO] [VeinMiner/]: Enabling VeinMiner v2.2.5 Server threadEx[13Oct2024 23:42:43.067] [Server thread/INFO] [VeinMiner/]: Using SQLITE for persistent storage. Server threadEx[13Oct2024 23:42:43.067] [Server thread/INFO] [VeinMiner/]: Loading configuration options to local memory Server threadEx[13Oct2024 23:42:43.702] [pool-13-thread-1/WARN] [DiscordSRV/]: Got weird build comparison status from GitHub: 404. Assuming plugin is up-to-date. pool-13-thread-1Ex[13Oct2024 23:42:43.875] [Server thread/INFO] [VeinMiner/]: Added 13 aliases. Server threadEx[13Oct2024 23:42:43.929] [DiscordSRV - Initialization/ERROR] [DiscordSRV/]: No bot token has been set in the config; a bot token is required to connect to Discord. DiscordSRV - InitializationEx[13Oct2024 23:42:43.966] [Server thread/INFO] [VeinMiner/]: Registered category with id "Axe" holding 6 unique items and 26 unique blocks. Server threadEx[13Oct2024 23:42:44.015] [Server thread/INFO] [VeinMiner/]: Registered category with id "Hoe" holding 6 unique items and 10 unique blocks. Server threadEx[13Oct2024 23:42:44.015] [Server thread/INFO] [VeinMiner/]: Registered category with id "Pickaxe" holding 6 unique items and 23 unique blocks. Server threadEx[13Oct2024 23:42:44.015] [Server thread/INFO] [VeinMiner/]: Registered category with id "Shears" holding 1 unique items and 27 unique blocks. Server threadEx[13Oct2024 23:42:44.016] [Server thread/INFO] [VeinMiner/]: Registered category with id "Shovel" holding 6 unique items and 10 unique blocks. Server threadEx[13Oct2024 23:42:44.016] [Server thread/WARN] [VeinMiner/]: No block list configured for category with id "Hand"! Is this intentional? Server threadEx[13Oct2024 23:42:44.016] [Server thread/INFO] [VeinMiner/]: Registered category with id "Hand" holding 0 unique items and 0 unique blocks. Server threadEx[13Oct2024 23:42:44.081] [Server thread/INFO] [VeinMiner/]: Performing an update check! Server threadEx[13Oct2024 23:42:44.311] [Server thread/INFO] [VeinMiner/]: Registering commands Server threadEx[13Oct2024 23:42:44.393] [Server thread/INFO] [VeinMiner/]: Registering events Server threadEx[13Oct2024 23:42:44.462] [ForkJoinPool.commonPool-worker-11/INFO] [VeinMiner/]: You are on the latest version of VeinMiner. ForkJoinPool.commonPool-worker-11Ex[13Oct2024 23:42:44.465] [Server thread/INFO] [VeinMiner/]: Vault not found. Economy support suspended Server threadEx[13Oct2024 23:42:44.466] [Server thread/INFO] [VeinMiner/]: Enabling Plugin Metrics Server threadEx[13Oct2024 23:42:44.527] [Server thread/INFO] [VeinMiner/]: Thanks for enabling Metrics! The anonymous stats are appreciated Server threadEx[13Oct2024 23:42:44.528] [Server thread/INFO] [TAB/]: Enabling TAB v4.1.8 Server threadEx[13Oct2024 23:42:45.530] [Dynmap Render Thread/INFO] [dynmap/]: Finish marker initialization Dynmap Render ThreadEx[13Oct2024 23:42:45.658] [Server thread/INFO] [Console/]: [TAB] Loaded NMS hook in 955ms Server threadEx[13Oct2024 23:42:47.797] [Server thread/INFO] [Console/]: [TAB] §xEnabled in 1762ms Server threadEx[13Oct2024 23:42:47.804] [Server thread/INFO] [Minecraft/]: Server permissions file permissions.yml is empty, ignoring it Server threadEx[13Oct2024 23:42:47.823] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld Server threadEx[13Oct2024 23:42:47.983] [Worker-Main-10/INFO] [net.minecraft.class_3951/]: Preparing spawn area: 2% Worker-Main-10Ex[13Oct2024 23:42:48.323] [Worker-Main-8/INFO] [net.minecraft.class_3951/]: Preparing spawn area: 34% Worker-Main-8Ex[13Oct2024 23:42:48.824] [Worker-Main-19/INFO] [net.minecraft.class_3951/]: Preparing spawn area: 83% Worker-Main-19Ex[13Oct2024 23:42:48.861] [Server thread/INFO] [dynmap/]: Loaded 5780 pending tile renders for world 'world' Server threadEx[13Oct2024 23:42:48.862] [Server thread/INFO] [net.minecraft.class_3951/]: Time elapsed: 1040 ms Server threadEx[13Oct2024 23:42:48.863] [Server thread/INFO] [net.minecraft.class_3176/]: Done (18.534s)! For help, type "help" Server threadEx[13Oct2024 23:42:48.883] [Server thread/INFO] [DiscordSRV/]: Disabling DiscordSRV v1.28.0 Server threadEx[13Oct2024 23:42:48.884] [Craft Scheduler Thread - 1/INFO] [ViaVersion/]: Finished mapping loading, shutting down loader executor! Craft Scheduler Thread - 1Ex[13Oct2024 23:42:52.143] [Dynmap Render Thread/INFO] [dynmap/]: Loading default resource pack Dynmap Render ThreadEx[13Oct2024 23:42:52.743] [Dynmap Render Thread/WARN] [dynmap/]: Resource assets/minecraft/textures/all.png for mod minecraft not found Dynmap Render ThreadEx[13Oct2024 23:43:44.500] [User Authenticator #1/INFO] [net.minecraft.class_3248/]: UUID of player BRU7AL is 1263b028-a9b1-4f86-8bdf-980a User Authenticator #1Ex[13Oct2024 23:43:45.470] [Server thread/INFO] [net.minecraft.class_3324/]: BRU7AL[/127.0.0.1:56187] logged in with entity id 2 at (57.620713172873245, 63.0, -32.646491568978895) Server threadEx[13Oct2024 23:43:45.678] [TAB Processing Thread/INFO] [Console/]: [TAB] [WARN] Player BRU7AL's group (none) is not in sorting list! Sorting list: owner,admin,mod,helper,builder,vip,default. Player will be sorted on the bottom. TAB Processing ThreadEx[13Oct2024 23:43:45.887] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: BRU7AL joined the game Server threadEx[13Oct2024 23:43:47.560] [Server thread/ERROR] [net.minecraft.class_6857/]: Failed to handle packet net.minecraft.class_2799@696f1b35, suppressing error Server threadEx java.lang.NullPointerException: Cannot invoke "org.bukkit.Location.getWorld()" because "location" is null at net.minecraft.class_3324.handler$zdc000$arclight$postRespawn(PlayerListMixin.java:1388) ~[server-intermediary.jar:?] at net.minecraft.class_3324.method_14556(PlayerListMixin.java:530) ~[server-intermediary.jar:?] at net.minecraft.class_3244.method_12068(ServerPlayNetHandlerMixin.java:1672) ~[server-intermediary.jar:?] at net.minecraft.class_2799.method_12120(class_2799.java:32) ~[server-intermediary.jar:?] at net.minecraft.class_2799.method_11054(class_2799.java:8) ~[server-intermediary.jar:?] at net.minecraft.class_2600.md33181f$arclight$lambda$ensureRunningOnSameThread$0$0(PacketThreadUtilMixin.java:538) ~[server-intermediary.jar:?] at net.minecraft.class_3738.run(class_3738.java:18) ~[server-intermediary.jar:?] at net.minecraft.class_1255.method_18859(BlockableEventLoopMixin.java:162) ~[server-intermediary.jar:?] at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_24306(MinecraftServerMixin.java:864) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_18859(MinecraftServerMixin.java:173) ~[server-intermediary.jar:?] at net.minecraft.class_1255.method_16075(BlockableEventLoopMixin.java:136) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_20415(MinecraftServerMixin.java:846) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_16075(MinecraftServerMixin.java:840) ~[server-intermediary.jar:?] at net.minecraft.class_1255.method_18857(BlockableEventLoopMixin.java:145) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_18857(MinecraftServerMixin.java:810) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_16208(MinecraftServerMixin.java:815) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_29741(MinecraftServerMixin.java:702) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_29739(MinecraftServerMixin.java:281) ~[server-intermediary.jar:?] at java.base/java.lang.Thread.run(Thread.java:1570) [?:?] [13Oct2024 23:47:18.043] [Server console handler/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server Server console handlerEx[13Oct2024 23:47:18.043] [Server console handler/INFO] [TAB/]: Disabling TAB v4.1.8 Server console handlerEx[13Oct2024 23:47:18.045] [Server console handler/INFO] [Console/]: [TAB] §xDisabled in 2ms Server console handlerEx[13Oct2024 23:47:18.053] [Server console handler/INFO] [VeinMiner/]: Disabling VeinMiner v2.2.5 Server console handlerEx[13Oct2024 23:47:18.053] [Server console handler/INFO] [VeinMiner/]: Clearing localized data Server console handlerEx[13Oct2024 23:47:18.056] [Server console handler/INFO] [ViaBackwards/]: Disabling ViaBackwards v5.0.3 Server console handlerEx[13Oct2024 23:47:18.057] [Server console handler/INFO] [PlasmoVoice/]: Disabling PlasmoVoice v2.1.0 Server console handlerEx[13Oct2024 23:47:18.107] [Server console handler/INFO] [PlasmoVoice/]: UDP server is stopped Server console handlerEx[13Oct2024 23:47:18.268] [Server console handler/INFO] [ViaVersion/]: Disabling ViaVersion v5.0.3 Server console handlerEx[13Oct2024 23:47:18.269] [Server console handler/INFO] [ViaVersion/]: ViaVersion is disabling. If this is a reload and you experience issues, please reboot instead. Server console handlerEx[13Oct2024 23:47:18.269] [Server console handler/INFO] [ViaVersion/]: ViaVersion has been disabled; uninjected the platform and shut down the scheduler. Server console handlerEx[13Oct2024 23:47:18.271] [Server console handler/INFO] [SetHome/]: Disabling SetHome v2.0 Server console handlerEx[13Oct2024 23:47:18.279] [Server console handler/INFO] [dynmap/]: Disabling dynmap v3.7-SNAPSHOT-948 Server console handlerEx[13Oct2024 23:47:18.772] [Server thread/WARN] [dynmap/]: Task #2293 for dynmap v3.7-SNAPSHOT-948 generated an exception Server threadEx org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.validate(CraftSchedulerMixin.java:467) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.runTaskTimer(CraftSchedulerMixin.java:196) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.runTaskTimer(CraftSchedulerMixin.java:187) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.scheduleSyncRepeatingTask(CraftSchedulerMixin.java:182) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.scheduleSyncDelayedTask(CraftSchedulerMixin.java:146) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.dynmap.bukkit.DynmapPlugin$BukkitServer.scheduleServerTask(DynmapPlugin.java:265) ~[?:?] at org.dynmap.InternalClientUpdateComponent$3.run(InternalClientUpdateComponent.java:99) ~[?:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftTask.run(CraftTask.java:82) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftSchedulerMixin.java:415) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at net.minecraft.server.MinecraftServer.handler$zbl000$arclight$runScheduler(MinecraftServerMixin.java:2536) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_3813(MinecraftServerMixin.java) ~[server-intermediary.jar:?] at net.minecraft.class_3176.method_3813(DedicatedServerMixin_Vanilla.java:299) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_3748(MinecraftServerMixin.java:912) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_29741(MinecraftServerMixin.java:697) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_29739(MinecraftServerMixin.java:281) ~[server-intermediary.jar:?] at java.base/java.lang.Thread.run(Thread.java:1570) [?:?] [13Oct2024 23:47:18.773] [Server thread/WARN] [dynmap/]: Task #2294 for dynmap v3.7-SNAPSHOT-948 generated an exception Server threadEx org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.validate(CraftSchedulerMixin.java:467) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.runTaskTimer(CraftSchedulerMixin.java:196) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.runTaskTimer(CraftSchedulerMixin.java:187) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.scheduleSyncRepeatingTask(CraftSchedulerMixin.java:182) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.scheduleSyncDelayedTask(CraftSchedulerMixin.java:146) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.dynmap.bukkit.DynmapPlugin$BukkitServer.scheduleServerTask(DynmapPlugin.java:265) ~[?:?] at org.dynmap.markers.impl.MarkerAPIImpl$DoFileWrites.run(MarkerAPIImpl.java:370) ~[?:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftTask.run(CraftTask.java:82) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftSchedulerMixin.java:415) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at net.minecraft.server.MinecraftServer.handler$zbl000$arclight$runScheduler(MinecraftServerMixin.java:2536) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_3813(MinecraftServerMixin.java) ~[server-intermediary.jar:?] at net.minecraft.class_3176.method_3813(DedicatedServerMixin_Vanilla.java:299) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_3748(MinecraftServerMixin.java:912) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_29741(MinecraftServerMixin.java:697) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_29739(MinecraftServerMixin.java:281) ~[server-intermediary.jar:?] at java.base/java.lang.Thread.run(Thread.java:1570) [?:?] [13Oct2024 23:47:19.006] [Server console handler/INFO] [dynmap/]: Unloaded 11 components. Server console handlerEx[13Oct2024 23:47:19.006] [Server console handler/INFO] [dynmap/]: Stopping map renderer... Server console handlerEx[13Oct2024 23:47:20.027] [Server console handler/INFO] [dynmap/]: Saved 19022 pending tile renders in world 'world' Server console handlerEx[13Oct2024 23:47:20.153] [Server console handler/INFO] [dynmap/]: Disabled Server console handlerEx[13Oct2024 23:47:20.155] [Server console handler/INFO] [net.minecraft.server.MinecraftServer/]: Saving players Server console handlerEx[13Oct2024 23:47:20.345] [Server console handler/INFO] [net.minecraft.class_3244/]: BRU7AL lost connection: Server closed Server console handlerEx[13Oct2024 23:47:20.477] [Server console handler/INFO] [net.minecraft.server.MinecraftServer/]: BRU7AL left the game. Server console handlerEx[13Oct2024 23:47:20.479] [Server thread/WARN] [net.minecraft.class_2535/]: handleDisconnection() called twice Server threadEx[13Oct2024 23:47:20.479] [Server console handler/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds Server console handlerEx[13Oct2024 23:47:20.490] [Server console handler/ERROR] [net.minecraft.class_3176/]: Caught previously unhandled exception : Server console handlerEx java.lang.NullPointerException: Cannot invoke "net.minecraft.class_4706.isEmpty()" because the return value of "it.unimi.dsi.fastutil.longs.Long2ObjectMap$Entry.getValue()" is null at net.minecraft.class_3204.method_39995(DistanceManagerMixin.java:324) ~[server-intermediary.jar:?] at net.minecraft.class_3215.method_39997(ServerChunkCacheMixin.java:515) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.method_3782(MinecraftServerMixin.java:614) ~[server-intermediary.jar:?] at net.minecraft.class_3176.method_3782(DedicatedServerMixin_Vanilla.java:561) ~[server-intermediary.jar:?] at net.minecraft.server.MinecraftServer.close(MinecraftServerMixin.java:588) ~[server-intermediary.jar:?] at io.izzel.arclight.common.mod.util.ArclightTerminalReader.handleCommands(ArclightTerminalReader.java:61) ~[arclight-1.21-1.0.0-SNAPSHOT-b3349e9.jar:?] at net.minecraft.class_3176$1.handler$blb000$arclight$terminalConsole(DedicatedServer_ServerInputThreadMixin_Vanilla.java:518) ~[server-intermediary.jar:?] at net.minecraft.class_3176$1.run(DedicatedServer_ServerInputThreadMixin_Vanilla.java) ~[server-intermediary.jar:?]

Server pack link (Optional)

No response

qyl27 commented 1 week ago

Please really confirm Arclight is up-to-date before reporting the issue, thank you.