Startup warning: @Mixin target net.minecraft.class_9959 was not found
kenny1108Xiang opened this issue Β· 0 comments
Minecraft Version
1.21.10
Mod Loader
Fabric
Describe the Issue
Hey, just wanted to report a small, persistent warning that keeps popping up on startup. It looks like this:
[main/WARN]: Error loading class: net.minecraft.class_9959 (java.lang.ClassNotFoundException: net.minecraft.class_9959)
[main/WARN]: @mixin target net.minecraft.class_9959 was not found cookingforblockheads.mixins.json:LevelEventHandlerMixin from mod cookingforblockheads
My troubleshooting journey went something like this:
- First saw it on 1.21.8. I had a bunch of other mods, so I figured it was just a conflict on my end.
- Updated to 1.21.9, and the warning was still there.
- To rule out everything else, I created fresh servers for 1.21.9 and 1.21.10. The only mods I put in were the required ones: Fabric API, Balm, and Cooking for Blockheads (all correct versions, of course).
The warning still shows up, even with just those three mods.
It doesn't seem to break anythingβthe server doesn't crash and the mod works great in-game. But I figured you'd want to know about the console warning anyway.
Not a big deal, just thought I'd mention it in case it's helpful.
Logs
[1.21.10 (Test)]
Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture
[12:46:15] [main/INFO]: Loading Minecraft 1.21.10 with Fabric Loader 0.17.3
[12:46:15] [main/INFO]: Loading 44 mods:
- balm 21.10.1
\-- kuma_api 21.10.2
- cookingforblockheads 21.10.1
- fabric-api 0.135.0+1.21.10
|-- fabric-api-base 1.0.0+14b92d896f
|-- fabric-api-lookup-api-v1 1.6.106+d17682156f
|-- fabric-biome-api-v1 16.1.0+c2417d4f6f
|-- fabric-block-api-v1 1.1.5+d17682156f
|-- fabric-block-view-api-v2 1.0.34+e4fd1b926f
|-- fabric-command-api-v2 2.4.0+c0ab2d5d6f
|-- fabric-content-registries-v0 10.2.4+b6a242646f
|-- fabric-convention-tags-v1 2.1.48+7f945d5b6f
|-- fabric-convention-tags-v2 2.16.0+552403eb6f
|-- fabric-crash-report-info-v1 0.3.18+33df5e6e6f
|-- fabric-data-attachment-api-v1 1.8.29+9bce411b6f
|-- fabric-data-generation-api-v1 23.2.23+d8b85ef16f
|-- fabric-dimensions-v1 4.0.22+38b9cc196f
|-- fabric-entity-events-v1 2.1.13+fde3702c6f
|-- fabric-events-interaction-v0 4.0.35+5ba217126f
|-- fabric-game-rule-api-v1 1.1.1+e47eaae56f
|-- fabric-item-api-v1 11.5.9+9bce411b6f
|-- fabric-item-group-api-v1 4.2.25+86b3ae576f
|-- fabric-key-binding-api-v1 1.1.1+b3ba9c486f
|-- fabric-lifecycle-events-v1 2.6.9+33df5e6e6f
|-- fabric-loot-api-v2 3.0.65+3f89f5a56f
|-- fabric-loot-api-v3 2.0.12+d17682156f
|-- fabric-message-api-v1 6.1.7+3154c1c86f
|-- fabric-model-loading-api-v1 6.0.1+3ffd6ef06f
|-- fabric-networking-api-v1 5.0.13+d269470c6f
|-- fabric-object-builder-api-v1 21.1.25+9bce411b6f
|-- fabric-particles-v1 4.2.2+a0ee59a46f
|-- fabric-recipe-api-v1 8.1.26+d17682156f
|-- fabric-registry-sync-v0 6.1.41+679c8c5c6f
|-- fabric-renderer-api-v1 7.1.2+328a75ba6f
|-- fabric-renderer-indigo 4.1.0+d7df91576f
|-- fabric-rendering-fluids-v1 3.1.38+86b3ae576f
|-- fabric-rendering-v1 16.0.2+91152d886f
|-- fabric-resource-conditions-api-v1 5.0.28+33df5e6e6f
|-- fabric-resource-loader-v0 3.2.3+3388a3b26f
|-- fabric-resource-loader-v1 1.0.3+8cc86c156f
|-- fabric-screen-api-v1 3.1.0+9c82a7986f
|-- fabric-screen-handler-api-v1 1.3.150+d17682156f
|-- fabric-serialization-api-v1 1.0.0+d857c9766f
|-- fabric-sound-api-v1 1.0.45+328a75ba6f
|-- fabric-tag-api-v1 1.2.11+2fa446b26f
|-- fabric-transfer-api-v1 6.0.15+79ec2c126f
\-- fabric-transitive-access-wideners-v1 6.5.3+41eb43436f
- fabricloader 0.17.3
\-- mixinextras 0.5.0
- java 21
- minecraft 1.21.10
[12:46:15] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/home/denny/test/libraries/net/fabricmc/sponge-mixin/0.16.5+mixin.0.8.7/sponge-mixin-0.16.5+mixin.0.8.7.jar Service=Knot/Fabric Env=SERVER
[12:46:15] [main/INFO]: Compatibility level set to JAVA_17
[12:46:15] [main/INFO]: Compatibility level set to JAVA_21
[12:46:15] [main/WARN]: Error loading class: net/minecraft/class_9959 (java.lang.ClassNotFoundException: net/minecraft/class_9959)
[12:46:15] [main/WARN]: @Mixin target net.minecraft.class_9959 was not found cookingforblockheads.mixins.json:LevelEventHandlerMixin from mod cookingforblockheads
[12:46:15] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0).
[12:46:20] [main/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[12:46:21] [main/INFO]: Loaded 1615 recipes
[12:46:21] [main/INFO]: Loaded 1728 advancements
[12:46:21] [main/INFO]: Applied 0 biome modifications to 0 of 65 new biomes in 1.633 ms
[12:46:21] [Server thread/INFO]: Starting minecraft server version 1.21.10
[12:46:21] [Server thread/INFO]: Loading properties
[12:46:21] [Server thread/INFO]: Default game type: SURVIVAL
[12:46:21] [Server thread/INFO]: Generating keypair
[12:46:21] [Server thread/INFO]: Starting Minecraft server on *:25565
[12:46:21] [Server thread/INFO]: Using epoll channel type
[12:46:21] [Server thread/INFO]: Preparing level "world"
[12:46:21] [Server thread/INFO]: Loading 0 persistent chunks...
[12:46:21] [Server thread/INFO]: Preparing spawn area: 100%
[12:46:21] [Server thread/INFO]: Time elapsed: 116 ms
[12:46:21] [Server thread/INFO]: Done (0.353s)! For help, type "help"
[1.21.9 (In Use)]
Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture
[12:50:10] [main/INFO]: Loading Minecraft 1.21.9 with Fabric Loader 0.17.2
[12:50:10] [main/WARN]: Warnings were found!
- Mod 'Forge Config API Port' (forgeconfigapiport) 21.9.8 recommends any version of modmenu, which is missing!
- You should install any version of modmenu for the optimal experience.
- Mod 'Inventory Sorter' (inventorysorter) 2.1.0-beta.1 recommends version 16.0.0-rc.1 or later of modmenu, which is missing!
- You should install version 16.0.0-rc.1 or later of modmenu for the optimal experience.
[12:50:10] [main/INFO]: Loading 144 mods:
- alternate-current 1.9.0
- audaki_cart_engine 4.2.1
- balm 21.9.4
\-- kuma_api 21.9.6
- c2me 0.3.5+alpha.0.43+1.21.9
|-- c2me-base 0.3.5+alpha.0.43+1.21.9
|-- c2me-client-uncapvd 0.3.5+alpha.0.43+1.21.9
|-- c2me-fixes-chunkio-threading-issues 0.3.5+alpha.0.43+1.21.9
|-- c2me-fixes-general-threading-issues 0.3.5+alpha.0.43+1.21.9
|-- c2me-fixes-worldgen-threading-issues 0.3.5+alpha.0.43+1.21.9
|-- c2me-fixes-worldgen-vanilla-bugs 0.3.5+alpha.0.43+1.21.9
|-- c2me-notickvd 0.3.5+alpha.0.43+1.21.9
|-- c2me-opts-allocs 0.3.5+alpha.0.43+1.21.9
|-- c2me-opts-chunkio 0.3.5+alpha.0.43+1.21.9
|-- c2me-opts-dfc 0.3.5+alpha.0.43+1.21.9
|-- c2me-opts-math 0.3.5+alpha.0.43+1.21.9
|-- c2me-opts-scheduling 0.3.5+alpha.0.43+1.21.9
|-- c2me-opts-worldgen-general 0.3.5+alpha.0.43+1.21.9
|-- c2me-opts-worldgen-vanilla 0.3.5+alpha.0.43+1.21.9
|-- c2me-rewrites-chunk-serializer 0.3.5+alpha.0.43+1.21.9
|-- c2me-rewrites-chunk-system 0.3.5+alpha.0.43+1.21.9
|-- c2me-rewrites-chunkio 0.3.5+alpha.0.43+1.21.9
|-- c2me-server-utils 0.3.5+alpha.0.43+1.21.9
|-- c2me-threading-lighting 0.3.5+alpha.0.43+1.21.9
|-- com_ibm_async_asyncutil 0.1.0
|-- io_reactivex_rxjava3_rxjava 3.1.8
|-- mixinsquared 0.2.0-beta.6
|-- net_objecthunter_exp4j 0.4.8
|-- org_jctools_jctools-core 4.0.5
\-- org_reactivestreams_reactive-streams 1.0.4
- chunky 1.4.51
- cloth-config 20.0.148
\-- cloth-basic-math 0.6.1
- clumps 27.0.0.2
- collective 8.8
- commandaliases 1.0.2+mc1.21.8-build.72
|-- com_fasterxml_jackson_core_jackson-annotations 2.17.1
|-- com_fasterxml_jackson_core_jackson-core 2.17.1
|-- com_fasterxml_jackson_core_jackson-databind 2.17.1
|-- com_fasterxml_jackson_dataformat_jackson-dataformat-toml 2.17.1
|-- com_fasterxml_jackson_dataformat_jackson-dataformat-yaml 2.17.1
|-- com_fathzer_javaluator 3.0.6
|-- org_apache_commons_commons-pool2 2.12.0
|-- org_iq80_leveldb_leveldb 0.12
|-- org_iq80_leveldb_leveldb-api 0.12
|-- org_yaml_snakeyaml 2.2
\-- redis_clients_jedis 5.1.2
- cookingforblockheads 21.9.1
- fabric-api 0.134.0+1.21.9
|-- fabric-api-base 1.0.0+14b92d897d
|-- fabric-api-lookup-api-v1 1.6.106+d17682157d
|-- fabric-biome-api-v1 16.1.0+c2417d4f7d
|-- fabric-block-api-v1 1.1.5+d17682157d
|-- fabric-block-view-api-v2 1.0.34+e4fd1b927d
|-- fabric-command-api-v2 2.3.7+328a75ba7d
|-- fabric-content-registries-v0 10.2.3+b6a242647d
|-- fabric-convention-tags-v1 2.1.47+7f945d5b7d
|-- fabric-convention-tags-v2 2.15.12+3154c1c87d
|-- fabric-crash-report-info-v1 0.3.18+33df5e6e7d
|-- fabric-data-attachment-api-v1 1.8.28+9bce411b7d
|-- fabric-data-generation-api-v1 23.2.22+d8b85ef17d
|-- fabric-dimensions-v1 4.0.22+38b9cc197d
|-- fabric-entity-events-v1 2.1.12+14b92d897d
|-- fabric-events-interaction-v0 4.0.35+5ba217127d
|-- fabric-game-rule-api-v1 1.1.1+e47eaae57d
|-- fabric-item-api-v1 11.5.8+9bce411b7d
|-- fabric-item-group-api-v1 4.2.24+86b3ae577d
|-- fabric-key-binding-api-v1 1.1.1+b3ba9c487d
|-- fabric-lifecycle-events-v1 2.6.9+33df5e6e7d
|-- fabric-loot-api-v2 3.0.64+3f89f5a57d
|-- fabric-loot-api-v3 2.0.11+d17682157d
|-- fabric-message-api-v1 6.1.7+3154c1c87d
|-- fabric-model-loading-api-v1 6.0.0+3ffd6ef07d
|-- fabric-networking-api-v1 5.0.13+d269470c7d
|-- fabric-object-builder-api-v1 21.1.24+9bce411b7d
|-- fabric-particles-v1 4.2.2+a0ee59a47d
|-- fabric-recipe-api-v1 8.1.26+d17682157d
|-- fabric-registry-sync-v0 6.1.41+679c8c5c7d
|-- fabric-renderer-api-v1 7.1.1+328a75ba7d
|-- fabric-renderer-indigo 4.0.19+328a75ba7d
|-- fabric-rendering-fluids-v1 3.1.38+86b3ae577d
|-- fabric-rendering-v1 16.0.1+328a75ba7d
|-- fabric-resource-conditions-api-v1 5.0.28+33df5e6e7d
|-- fabric-resource-loader-v0 3.2.2+3388a3b27d
|-- fabric-resource-loader-v1 1.0.2+225bca407d
|-- fabric-screen-api-v1 3.1.0+9c82a7987d
|-- fabric-screen-handler-api-v1 1.3.150+d17682157d
|-- fabric-serialization-api-v1 1.0.0+d857c9767d
|-- fabric-sound-api-v1 1.0.45+328a75ba7d
|-- fabric-tag-api-v1 1.2.10+2fa446b27d
|-- fabric-transfer-api-v1 6.0.15+79ec2c127d
\-- fabric-transitive-access-wideners-v1 6.5.3+41eb43437d
- fabric-language-kotlin 1.13.6+kotlin.2.2.20
|-- org_jetbrains_kotlin_kotlin-reflect 2.2.20
|-- org_jetbrains_kotlin_kotlin-stdlib 2.2.20
|-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 2.2.20
|-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 2.2.20
|-- org_jetbrains_kotlinx_atomicfu-jvm 0.29.0
|-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.10.2
|-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.10.2
|-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.7.1
|-- org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm 0.8.0
|-- org_jetbrains_kotlinx_kotlinx-io-core-jvm 0.8.0
|-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.9.0
|-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.9.0
\-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.9.0
- fabricloader 0.17.2
\-- mixinextras 0.5.0
- ferritecore 8.0.0
- forgeconfigapiport 21.9.8
|-- com_electronwill_night-config_core 3.8.3
\-- com_electronwill_night-config_toml 3.8.3
- inventorysorter 2.1.0-beta.1
|-- com_github_erosb_everit-json-schema 1.14.4
|-- fabric-permissions-api-v0 0.5.0
|-- meza_core 1.1.2
|-- org_json_json 20231013
\-- server_translations_api 2.5.2+1.21.9-pre3
\-- packet_tweaker 0.6.0-pre.1+1.21.2-pre3
- jade 20.0.5+fabric
- java 21
- krypton 0.2.10
\-- com_velocitypowered_velocity-native 3.4.0-SNAPSHOT
- luckperms 5.5.15
\-- fabric-permissions-api-v0 0.5.0
- mcwbridges 3.1.0
- minecraft 1.21.9
- scalablelux 0.1.6+fabric.c25518a
- silk-all 1.11.4
|-- silk-commands 1.11.4
|-- silk-core 1.11.4
|-- silk-game 1.11.4
|-- silk-igui 1.11.4
|-- silk-nbt 1.11.4
|-- silk-network 1.11.4
\-- silk-persistence 1.11.4
- spark 1.10.145
\-- fabric-permissions-api-v0 0.5.0
- tab 5.3.1
- universal-graves 3.9.0+1.21.9
|-- common-protection-api 1.0.0
|-- placeholder-api 2.8.0+1.21.9
|-- polymer-core 0.14.0-rc.2+1.21.9-rc1
| |-- polymer-networking 0.14.0-rc.2+1.21.9-rc1
| | \-- polymer-common 0.14.0-rc.2+1.21.9-rc1
| | \-- packet_tweaker 0.6.0-pre.1+1.21.2-pre3
| \-- polymer-registry-sync-manipulator 0.14.0-rc.2+1.21.9-rc1
|-- polymer-resource-pack 0.14.0-rc.2+1.21.9-rc1
| \-- polymer-common 0.14.0-rc.2+1.21.9-rc1
| \-- packet_tweaker 0.6.0-pre.1+1.21.2-pre3
|-- polymer-virtual-entity 0.14.0-rc.2+1.21.9-rc1
| \-- polymer-common 0.14.0-rc.2+1.21.9-rc1
| \-- packet_tweaker 0.6.0-pre.1+1.21.2-pre3
|-- predicate-api 0.6.1+1.21.9
|-- server_translations_api 2.5.2+1.21.9-pre3
| \-- packet_tweaker 0.6.0-pre.1+1.21.2-pre3
\-- sgui 1.11.0+1.21.9
- veinminer 2.5.0
\-- de_miraculixx_core_dev 2.5.0
- vmp 0.2.0+beta.7.212+1.21.9
\-- com_ibm_async_asyncutil 0.1.0
- weaponsexpanded 1.6.0
- welcomemessage 2.8
[12:50:10] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/home/denny/mcserver-fabric/libraries/net/fabricmc/sponge-mixin/0.16.3+mixin.0.8.7/sponge-mixin-0.16.3+mixin.0.8.7.jar Service=Knot/Fabric Env=SERVER
[12:50:10] [main/INFO]: Compatibility level set to JAVA_16
[12:50:10] [main/INFO]: Compatibility level set to JAVA_17
[12:50:10] [main/INFO]: Compatibility level set to JAVA_21
[12:50:10] [main/INFO]: Initializing com.ishland.c2me.base.mixin
[12:50:10] [main/INFO]: Global Executor Parallelism: 15 configured, 15 evaluated, 15 default evaluated
[12:50:10] [main/INFO]: Initializing com.ishland.c2me.fixes.chunkio.threading_issues.mixin
[12:50:10] [main/INFO]: Initializing com.ishland.c2me.fixes.general.threading_issues.mixin
[12:50:10] [main/INFO]: Initializing com.ishland.c2me.fixes.worldgen.threading_issues.mixin
[12:50:10] [main/INFO]: Initializing com.ishland.c2me.fixes.worldgen.vanilla_bugs.mixin
[12:50:10] [main/INFO]: Initializing com.ishland.c2me.notickvd.mixin
[12:50:10] [main/INFO]: Initializing com.ishland.c2me.opts.allocs.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.opts.chunkio.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.opts.dfc.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.opts.math.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.opts.scheduling.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.opts.worldgen.general.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.opts.worldgen.vanilla.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunk_serializer.mixin
[12:50:11] [main/INFO]: Disabling com.ishland.c2me.rewrites.chunk_serializer.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunksystem.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunkio.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.server.utils.mixin
[12:50:11] [main/INFO]: Initializing com.ishland.c2me.threading.lighting.mixin
[12:50:11] [main/WARN]: Reference map 'forgeconfigapiport.common.refmap.json' for forgeconfigapiport.common.mixins.json could not be read. If this is a development environment you can ignore this message
[12:50:11] [main/WARN]: Reference map 'forgeconfigapiport.fabric.refmap.json' for forgeconfigapiport.fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[12:50:11] [main/INFO]: Successfully started async appender with [SysOut, ServerGuiConsole, Tracy, File]
[12:50:11] [main/WARN]: Error loading class: net/minecraft/class_9959 (java.lang.ClassNotFoundException: net/minecraft/class_9959)
[12:50:11] [main/WARN]: @Mixin target net.minecraft.class_9959 was not found cookingforblockheads.mixins.json:LevelEventHandlerMixin from mod cookingforblockheads
[12:50:11] [main/WARN]: Error loading class: com/simibubi/create/content/kinetics/base/BlockBreakingKineticBlockEntity (java.lang.ClassNotFoundException: com/simibubi/create/content/kinetics/base/BlockBreakingKineticBlockEntity)
[12:50:11] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0).
[12:50:15] [main/INFO]: Loading Collective version 8.8.
[12:50:16] [main/INFO]: Compression will use libdeflate (Linux x86_64), encryption will use OpenSSL 3.x.x (Linux x86_64)
[12:50:16] [main/INFO]: Initializing Silk
[12:50:16] [main/INFO]: Veinminer Version: 2.5.0 (fabric)
[12:50:16] [main/INFO]: Registering Items for weaponsexpanded
[12:50:16] [main/INFO]: Registering enchantment effects for weaponsexpanded
[12:50:16] [main/INFO]: Registering Effects forweaponsexpanded
[12:50:16] [main/INFO]: Krypton is now accelerating your Minecraft server's networking stack π
[12:50:16] [main/INFO]: Loading configuration...
[12:50:16] [main/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[12:50:17] [DefaultDispatcher-worker-3/INFO]: [STDOUT]: [VeinminerUpdater] veinminer is up to date
[12:50:17] [DefaultDispatcher-worker-3/INFO]: [STDOUT]: [VeinminerUpdater] No version found for veinminer-client (/v2/project/dxa0Bm8m/version)
[12:50:17] [Worker-Main-3/INFO]:
commandaliases
βββ home_ting.toml - Successfully loaded
βββ home.toml - Successfully loaded
[12:50:17] [Worker-Main-3/INFO]: Registered/Reloaded all your commands :P, you can now single command nuke!
[12:50:18] [main/INFO]: Loaded 1932 recipes
[12:50:18] [main/INFO]: Loaded 1945 advancements
[12:50:18] [ForkJoinPool.commonPool-worker-1/INFO]: Loaded 144 translation keys
[12:50:18] [main/INFO]: Applied 0 biome modifications to 0 of 65 new biomes in 1.345 ms
[12:50:18] [Server thread/INFO]: Initialized mcCoroutineScope (MinecraftServer as executor)
[12:50:18] [Server thread/INFO]: Starting background profiler...
[12:50:18] [Server thread/INFO]: __
[12:50:18] [Server thread/INFO]: | |__) LuckPerms v5.5.15
[12:50:18] [Server thread/INFO]: |___ | Running on Fabric - [email protected]+1.21.9
[12:50:18] [Server thread/INFO]:
[12:50:18] [Server thread/INFO]: Loading storage provider... [H2]
[12:50:18] [Server thread/INFO]: Loading internal permission managers...
[12:50:18] [Server thread/INFO]: Performing initial data load...
[12:50:18] [Server thread/INFO]: Successfully enabled. (took 272ms)
[12:50:18] [Server thread/INFO]: [TAB] [config.yml] [Hint] Refresh interval of %player_ping% is same as default interval, therefore there is no need to override it.
[12:50:18] [Server thread/WARN]: [TAB] [config.yml] tablist-name-formatting: Configuration section "tablist-name-formatting" has unknown key "default". Valid keys: [enabled, disable-condition]
[12:50:18] [Server thread/WARN]: [TAB] [groups.yml] Unknown property "header" defined for group "example_group". Valid properties: [tagprefix, tagsuffix, tabprefix, customtabname, tabsuffix]
[12:50:18] [Server thread/WARN]: [TAB] [groups.yml] Unknown property "footer" defined for group "example_group". Valid properties: [tagprefix, tagsuffix, tabprefix, customtabname, tabsuffix]
[12:50:18] [Server thread/WARN]: [TAB] Found a total of 3 issues.
[12:50:18] [Server thread/INFO]: [TAB] Enabled in 100ms
[12:50:18] [Server thread/INFO]: Starting minecraft server version 1.21.9
[12:50:18] [Server thread/INFO]: Loading properties
[12:50:18] [Server thread/INFO]: Default game type: SURVIVAL
[12:50:18] [Server thread/INFO]: Generating keypair
[12:50:18] [Server thread/INFO]: Starting Minecraft server on *:25565
[12:50:19] [Server thread/INFO]: Using epoll channel type
[12:50:19] [Server thread/INFO]: Preparing level "world"
[12:50:19] [Server thread/INFO]: Enforcing safe world random access
[12:50:19] [Server thread/INFO]: [STDOUT]: Density function compilation finished in 205.0 ms
[12:50:19] [Server thread/INFO]: Changing watch distance to 10
[12:50:19] [Server thread/INFO]: Using TheSpeedyObjectFactory with Unsafe
[12:50:19] [Server thread/INFO]: [STDOUT]: Density function compilation finished in 3.448 ms
[12:50:19] [Server thread/INFO]: Changing watch distance to 10
[12:50:19] [Server thread/INFO]: [STDOUT]: Density function compilation finished in 3.280 ms
[12:50:19] [Server thread/INFO]: Changing watch distance to 10
[12:50:19] [Server thread/INFO]: Loading 0 persistent chunks...
[12:50:19] [Server thread/INFO]: Preparing spawn area: 100%
[12:50:19] [Server thread/INFO]: [STDOUT]: [ScalableLux] Lighting scaling is enabled in externally managed mode
[12:50:19] [Server thread/INFO]: Time elapsed: 13 ms
[12:50:19] [Server thread/INFO]: Done (0.827s)! For help, type "help"
[12:50:20] [Server thread/INFO]: Start loading plugin from Balm: net.blay09.mods.balm.fabric.compat.hudinfo.FabricJadeModCompat
[12:50:20] [Server thread/INFO]: Start loading plugin from Cooking for Blockheads: net.blay09.mods.cookingforblockheads.fabric.compat.FabricJadeCookingForBlockheadsPlugin
[12:50:20] [Server thread/INFO]: Start loading plugin from Jade: snownee.jade.addon.core.CorePlugin
[12:50:20] [Server thread/INFO]: Start loading plugin from Jade: snownee.jade.addon.vanilla.VanillaPlugin
[12:50:20] [Server thread/INFO]: Start loading plugin from Jade: snownee.jade.addon.universal.UniversalPlugin
[12:50:20] [Server thread/INFO]: Start loading plugin from Jade: snownee.jade.addon.access.AccessibilityPlugin
[12:50:20] [Server thread/INFO]: Start loading plugin from Jade: snownee.jade.addon.debug.DebugPlugin
[12:50:20] [Server thread/INFO]: Start loading plugin from Polymer (Core): eu.pb4.polymer.core.impl.client.compat.JadeCompatibility