OKTW-Network / FabricProxy-Lite

Fabric mod for support forward player data from velocity.
https://modrinth.com/mod/fabricproxy-lite
MIT License
81 stars 43 forks source link

Create mod fails to send server configuration to client. #76

Closed HB-Stratos closed 9 months ago

HB-Stratos commented 9 months ago

I hope this is the right issue tracker for this problem.

Problem:

My setup is velocity as the frontend with two separate fabric 1.19.2 servers as the backend. When I change the create config through the ingame menu to change the maximum train track placement length from 32 to 128 and click save, the change saves correctly and gets written to file on the server. Players can also place track segments of up to 128 blocks long.

However, the preview of where players can place track still behaves as if the max length was 32. Relogging does not fix the issue. It is really annoying trying to build large curves when one can't tell if it's actually out of range or just showing up wrong. I'm not sure what exactly is getting lost, the setting applied correctly on the server, but the clients never get told about it. This to me sounds like a packet is not getting sent somewhere.

Additionally, I don't know if this is related, but players can not see each other on journeymap.

Other testing:

I've tried to change the placement length back to 32 with the create settings panel, it didn't work. I reset it by manually editing the config file on the server and after that I could increase it with the ingame menu. So it seems the mismatch between server and client state is also messing with the config menu itself.

Versions:

Minecraft 1.19.2, Fabric Launcher 0.15.0. Fabric-API 0.76.1 FabricProxy-Lite 2.3.0

Full server bootup log including full modlist (expand): ``` Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture [20:05:48] [main/INFO]: Loading Minecraft 1.19.2 with Fabric Loader 0.15.0 [20:05:48] [ForkJoinPool-1-worker-1/WARN]: Mod createaddition uses the version 20230723a which isn't compatible with Loader's extended semantic version format (Could not parse version number component '20230723a'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [20:05:48] [ForkJoinPool-1-worker-8/WARN]: Mod creategoggles uses the version 0.5.5.e which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'e'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [20:05:48] [ForkJoinPool-1-worker-5/WARN]: Mod com_github_shevek_parallelgzip uses the version af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [20:05:48] [ForkJoinPool-1-worker-7/WARN]: Mod create_enchantment_industry uses the version 1.0.1.b which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'b'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [20:05:49] [main/INFO]: Loading 197 mods: - adventure-platform-fabric 5.5.1 |-- net_kyori_adventure-key 4.12.0 |-- net_kyori_adventure-platform-api 4.1.2 |-- net_kyori_adventure-text-logger-slf4j 4.12.0 |-- net_kyori_adventure-text-minimessage 4.12.0 |-- net_kyori_adventure-text-serializer-gson 4.12.0 |-- net_kyori_adventure-text-serializer-plain 4.12.0 |-- net_kyori_examination-api 1.3.0 \-- net_kyori_examination-string 1.3.0 - architectury 6.5.85 - balm-fabric 4.6.0 - betterfortresses 1.19.2-Fabric-1.0.6 \-- org_reflections_reflections 0.10.2 - bettermineshafts 1.19.2-Fabric-3.2.1 - betterstats 2.9.3+1.19.2 \-- tcdcommons 2.9.1+1.19.2 - betterstrongholds 1.19.2-Fabric-3.2.0 - betterwitchhuts 1.19.2-Fabric-2.1.0 - carpet 1.4.84 - carpet-fixes 1.19-1.12.2 \-- conditional-mixin 0.3.1 - chunkloaders 1.2.8+a - chunkpregen 0.3.3 - cloth-config 8.3.103 \-- cloth-basic-math 0.6.1 - connectivity 1.19.2-4.5 - create 0.5.1-c-build.1160+mc1.19.2 |-- com_google_code_findbugs_jsr305 3.0.2 |-- flywheel 0.6.9-6 |-- forge_tags 3.0 |-- milk 1.0.51 | \-- dripstone_fluid_lib 2.0.1 |-- porting_lib_accessors 2.1.1096+1.19.2 |-- porting_lib_base 2.1.1096+1.19.2 | |-- mm 2.3 | |-- porting_lib_attributes 2.1.1096+1.19.2 | |-- porting_lib_common 2.1.1096+1.19.2 | |-- porting_lib_constants 2.1.1096+1.19.2 | |-- porting_lib_lazy_registration 2.1.1096+1.19.2 | |-- porting_lib_loot 2.1.1096+1.19.2 | |-- porting_lib_model_generators 2.1.1096+1.19.2 | |-- porting_lib_model_loader 2.1.1096+1.19.2 | |-- porting_lib_models 2.1.1096+1.19.2 | \-- serialization_hooks 0.3.26 |-- porting_lib_entity 2.1.1096+1.19.2 | \-- porting_lib_constants 2.1.1096+1.19.2 |-- porting_lib_extensions 2.1.1096+1.19.2 | |-- porting_lib_attributes 2.1.1096+1.19.2 | |-- porting_lib_common 2.1.1096+1.19.2 | \-- porting_lib_constants 2.1.1096+1.19.2 |-- porting_lib_fake_players 2.1.1096+1.19.2 |-- porting_lib_networking 2.1.1096+1.19.2 |-- porting_lib_obj_loader 2.1.1096+1.19.2 | |-- porting_lib_attributes 2.1.1096+1.19.2 | |-- porting_lib_common 2.1.1096+1.19.2 | |-- porting_lib_constants 2.1.1096+1.19.2 | \-- porting_lib_model_loader 2.1.1096+1.19.2 |-- porting_lib_transfer 2.1.1096+1.19.2 | |-- porting_lib_attributes 2.1.1096+1.19.2 | |-- porting_lib_common 2.1.1096+1.19.2 | \-- porting_lib_constants 2.1.1096+1.19.2 |-- reach-entity-attributes 2.3.0 \-- registrate-fabric 1.1.58-MC1.19.2 - create-track-map 1.4 - create_enchantment_industry 1.0.1.b \-- create_dragon_lib 1.0.1 - create_jetpack 3.3.1 \-- flightlib 1.1.0 - createaddition 20230723a \-- team_reborn_energy 2.3.0 - createdeco 1.3.3-1.19.2 - creategoggles 0.5.5.e - crossstitch 0.1.5 - cupboard 1.19.2-2.1 - debugify 2.8.0 - dynmap 3.6 - dynview 1.19-3.2 - editsign 2.6.0 - emi 1.0.22+1.19.2+fabric - emi_loot 0.6.5+1.19 - emiffect 0.1.5+mc1.19.2 - extra-mod-integrations 0.1.2+1.19.2 - fabric-api 0.76.1+1.19.2 |-- fabric-api-base 0.4.15+8f4e8eb390 |-- fabric-api-lookup-api-v1 1.6.14+93d8cb8290 |-- fabric-biome-api-v1 9.1.1+16f1e31390 |-- fabric-block-api-v1 1.0.2+e415d50e90 |-- fabric-blockrenderlayer-v1 1.1.25+cafc6e8e90 |-- fabric-client-tags-api-v1 1.0.5+b35fea8390 |-- fabric-command-api-v1 1.2.16+f71b366f90 |-- fabric-command-api-v2 2.2.1+413cbbc790 |-- fabric-commands-v0 0.2.33+df3654b390 |-- fabric-containers-v0 0.1.42+df3654b390 |-- fabric-content-registries-v0 3.5.2+7c6cd14d90 |-- fabric-convention-tags-v1 1.3.0+4bc6e26290 |-- fabric-crash-report-info-v1 0.2.8+aeb40ebe90 |-- fabric-data-generation-api-v1 5.3.9+413cbbc790 |-- fabric-dimensions-v1 2.1.35+0d0f210290 |-- fabric-entity-events-v1 1.5.4+9244241690 |-- fabric-events-interaction-v0 0.4.34+562bff6e90 |-- fabric-events-lifecycle-v0 0.2.36+df3654b390 |-- fabric-game-rule-api-v1 1.0.24+b6b6abb490 |-- fabric-item-api-v1 1.6.6+b7d1888890 |-- fabric-item-groups-v0 0.3.39+9244241690 |-- fabric-key-binding-api-v1 1.0.25+5c4fce2890 |-- fabric-keybindings-v0 0.2.23+df3654b390 |-- fabric-lifecycle-events-v1 2.2.4+1b46dc7890 |-- fabric-loot-api-v2 1.1.13+83a8659290 |-- fabric-loot-tables-v1 1.1.16+9e7660c690 |-- fabric-message-api-v1 5.0.7+93d8cb8290 |-- fabric-mining-level-api-v1 2.1.24+33fbc73890 |-- fabric-models-v0 0.3.21+c6af733c90 |-- fabric-networking-api-v1 1.2.12+def3f86d90 |-- fabric-networking-v0 0.3.29+df3654b390 |-- fabric-object-builder-api-v1 4.2.2+d8ef690890 |-- fabric-particles-v1 1.0.14+4d0d570390 |-- fabric-recipe-api-v1 1.0.2+413cbbc790 |-- fabric-registry-sync-v0 0.9.33+9244241690 |-- fabric-renderer-api-v1 1.2.1+1adbf27790 |-- fabric-renderer-indigo 0.8.0+1adbf27790 |-- fabric-renderer-registries-v1 3.2.24+df3654b390 |-- fabric-rendering-data-attachment-v1 0.3.19+6e0787e690 |-- fabric-rendering-fluids-v1 3.0.11+4d0d570390 |-- fabric-rendering-v0 1.1.27+df3654b390 |-- fabric-rendering-v1 1.12.1+d8ef690890 |-- fabric-resource-conditions-api-v1 2.1.2+aae9039d90 |-- fabric-resource-loader-v0 0.8.4+edbdcddb90 |-- fabric-screen-api-v1 1.0.32+4d0d570390 |-- fabric-screen-handler-api-v1 1.3.8+1cc24b1b90 |-- fabric-sound-api-v1 1.0.2+c4f28df590 |-- fabric-textures-v0 1.0.24+aeb40ebe90 |-- fabric-transfer-api-v1 2.1.6+413cbbc790 \-- fabric-transitive-access-wideners-v1 1.3.3+08b73de490 - fabric-language-kotlin 1.10.10+kotlin.1.9.10 |-- org_jetbrains_kotlin_kotlin-reflect 1.9.10 |-- org_jetbrains_kotlin_kotlin-stdlib 1.9.10 |-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.9.10 |-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.9.10 |-- org_jetbrains_kotlinx_atomicfu-jvm 0.22.0 |-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.7.3 |-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.7.3 |-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.4.0 |-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.0 |-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.0 \-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.0 - fabricloader 0.15.0 \-- mixinextras 0.3.0 - fabricproxy-lite 2.3.0 \-- com_moandjiezana_toml_toml4j 0.7.2 - farmersdelight 1.19.2-1.3.10.1 - ferritecore 5.0.3 - inventoryessentials 5.4.0 - inventorymanagement 1.1.2 \-- roundalib 0.2.1 - jade 8.7.3 - jadeaddons 3.2.0 - java 17 - joinleavemessages 1.19.2-1.6.0 - journeymap 5.9.7 \-- journeymap-api-fabric 1.19.1-1.9-fabric-SNAPSHOT - lazydfu 0.1.3 - ledger 1.2.5 - lithium 0.11.1 - luckperms 5.4.66 \-- fabric-permissions-api-v0 0.2-SNAPSHOT - memoryleakfix 1.1.2 - minecraft 1.19.2 - minecraft-command-permissions 1.6.1 - mixin-conflict-helper 1.2.0 - mixintrace 1.1.1+1.17 - observable 3.3.1 - packetfixer 1.2.0 - papiproxybridge 1.4.2-4bd9bed-indev \-- net_kyori_adventure-api 4.14.0 - placeholder-api 2.0.0-pre.1+1.19.2 - railways 1.5.1+fabric-mc1.19.2-build.1000 \-- mm 2.3 - reputation 0.2.2+jade.1.19 - shulkerboxtooltip 3.2.2+1.19.2 - simplynoreport 1.5.2+1.19.2 - sliceanddice 2.3.2 \-- forgeconfigapiport 4.2.11 |-- com_electronwill_night-config_core 3.6.5 \-- com_electronwill_night-config_toml 3.6.5 - smoothboot 1.19-1.7.1 - sound_physics_remastered 1.19.2-1.2.1 - spark 1.10.37 - starlight 1.1.1+fabric.ae22326 - supermartijn642configlib 1.1.8+a - supermartijn642corelib 1.1.15 - tabtps-fabric 1.3.15 |-- cloud 1.8.0-SNAPSHOT | |-- cloud_commandframework_cloud-brigadier_ 1.8.0-SNAPSHOT | |-- cloud_commandframework_cloud-core_ 1.8.0-SNAPSHOT | |-- cloud_commandframework_cloud-services_ 1.8.0-SNAPSHOT | \-- io_leangen_geantyref_geantyref 1.3.13 |-- cloud_commandframework_cloud-minecraft-extras 1.8.0-SNAPSHOT |-- com_typesafe_config 1.4.2 |-- net_kyori_adventure-serializer-configurate4 4.11.0 |-- net_kyori_adventure-text-feature-pagination 4.0.0-SNAPSHOT |-- net_kyori_adventure-text-serializer-legacy 4.11.0 |-- org_spongepowered_configurate-core 4.1.2 \-- org_spongepowered_configurate-hocon 4.1.2 - textile_backup 2.5.0-1.19 |-- com_github_shevek_parallelgzip af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6 |-- org_apache_commons_commons-compress 1.21 \-- org_tukaani_xz 1.9 - universal-graves 2.1.3+1.19.2 |-- common-protection-api 1.0.0 |-- hologram-api 0.2.2+1.19 |-- polymer 0.2.17+1.19.2 | |-- packet_tweaker 0.3.0+1.18.2 | \-- polymer-registry-sync-manipulator 0.0.3+1.19.2 |-- server_translations_api 1.4.18+1.19.2 | \-- packet_tweaker 0.3.0+1.18.2 \-- sgui 1.1.5+1.19.1 - voicechat 1.19.2-2.4.26 \-- fabric-key-binding-api-v1 1.0.18+9ff28f4095 - worldedit 7.2.12+6240-87f4ae1 - worldnamepacket 1.4.0 - yet-another-config-lib 2.2.0-for-1.19.2 - yosbr 0.1.2 - yungsapi 1.19.2-Fabric-3.8.10 \-- org_javassist_javassist 3.28.0-GA - yungsextras 1.19.2-Fabric-3.1.0 [20:05:49] [main/INFO]: Applying default options... (YOSBR) [20:05:49] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/root/lynxcraft/servers/creative-server/libraries/net/fabricmc/sponge-mixin/0.12.5+mixin.0.8.5/sponge-mixin-0.12.5+mixin.0.8.5.jar Service=Knot/Fabric Env=SERVER [20:05:49] [main/INFO]: Compatibility level set to JAVA_17 [20:05:49] [main/WARN]: Reference map 'fabric-chunkpregen-refmap.json' for chunkpregen.mixins.json could not be read. If this is a development environment you can ignore this message [20:05:49] [main/INFO]: Preloading Debugify [20:05:49] [main/INFO]: Loaded configuration file for Lithium: 114 options available, 2 override(s) found [20:05:50] [main/WARN]: Reference map 'supermartijn642configlib.mixins.refmap.json' for supermartijn642configlib.mixins.json could not be read. If this is a development environment you can ignore this message [20:05:50] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [20:05:50] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_fabric.mixins.json could not be read. If this is a development environment you can ignore this message [20:05:50] [main/WARN]: Force disabled MC-135971 because it's conflicting with: carpet [20:05:50] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children [20:05:50] [main/WARN]: Force-enabling mixin 'block.hopper.worldedit_compat.WorldChunkMixin' as rule 'mixin.block.hopper.worldedit_compat' (added by mods [lithium-fabric]) enables it [20:05:50] [main/WARN]: For can't fit X into 3 error fix. Delete Krypton. [20:05:50] [main/WARN]: For can't fit X into 3 error fix. Delete Krypton. [20:05:50] [main/WARN]: Mixin "eu.pb4.polymer.mixin.block.packet.ChunkDeltaUpdateS2CPacketMixin" was disabled by Connectivity Mod (connectivity). Reason: Compat. This might cause issues and isn't generally supported! [20:05:50] [main/WARN]: Error loading class: net/minecraft/class_5616 (java.lang.ClassNotFoundException: net/minecraft/class_5616) [20:05:50] [main/WARN]: @Mixin target net.minecraft.class_5616 was not found registrate-fabric.mixins.json:accessor.BlockEntityRenderersAccessor from mod registrate-fabric [20:05:50] [main/WARN]: Error loading class: dev/latvian/mods/kubejs/recipe/RecipesEventJS (java.lang.ClassNotFoundException: dev/latvian/mods/kubejs/recipe/RecipesEventJS) [20:05:50] [main/WARN]: @Mixin target dev.latvian.mods.kubejs.recipe.RecipesEventJS was not found sliceanddice.mixins.json:RecipeEventJSMixin from mod sliceanddice [20:05:50] [main/WARN]: [carpet] detected, disabling UPDATE mixin com.sk89q.worldedit.fabric.mixin.MixinLevelChunkSetBlockHook [20:05:51] [main/INFO]: [MemoryLeakFix] Will be applying 2 memory leak fixes! [20:05:51] [main/INFO]: [MemoryLeakFix] Currently enabled memory leak fixes: [entityMemoriesLeak, biomeTemperatureLeak] [20:05:51] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.0). [20:05:51] [main/INFO]: Smooth Boot config initialized [20:05:52] [main/WARN]: Method overwrite conflict for getLanguage in worldedit-fabric.mixins.json:MixinServerPlayer from mod worldedit, previously written by carpet.mixins.ServerPlayer_scarpetEventMixin. Skipping method. [20:05:53] [main/WARN]: Method overwrite conflict for method_5800 in carpet-fixes.mixins.json:itemFixes.ItemEntity_lightningKillsDropsMixin from mod carpet-fixes, previously written by carpet.mixins.ItemEntityMixin. Skipping method. [20:05:54] [main/WARN]: @Redirect conflict. Skipping debugify.mixins.json:basic.mc160095.CactusBlockMixin from mod debugify->@Redirect::replaceBlockState(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680; with priority 1000, already redirected by carpet-fixes.mixins.json:blockFixes.CactusBlock_movingBlockMixin from mod carpet-fixes->@Redirect::getCorrectBlockStateIfMovingPiston(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680; with priority 1000 [20:05:56] [main/INFO]: Building unoptimized datafixer [20:06:00] [main/INFO]: Done initializing TabTPS. [20:06:00] [main/INFO]: Reflections took 54 ms to scan 1 urls, producing 1 keys and 1 values [20:06:00] [main/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 1 values [20:06:00] [main/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 2 values [20:06:00] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [20:06:00] [main/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 2 values [20:06:00] [main/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 2 values [20:06:00] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values [20:06:00] [main/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 1 values [20:06:00] [main/INFO]: Connectivity initialized [20:06:02] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:glass_bottle [20:06:02] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket [20:06:02] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:glass_bottle [20:06:02] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket [20:06:02] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket [20:06:02] [main/INFO]: Create: Dragon Lib Create Dragon Lib has initialized, ready to support your Create add-ons! [20:06:02] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket [20:06:02] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:glass_bottle [20:06:02] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:glass_bottle [20:06:02] [main/INFO]: [STDOUT]: Create Crafts & Additions Initialized! [20:06:03] [main/INFO]: CreateGoggles init [20:06:03] [main/INFO]: cgblocks [20:06:03] [main/INFO]: cgitems [20:06:03] [main/INFO]: cgblockentities [20:06:03] [main/INFO]: CGItemModifiers register false [20:06:03] [main/INFO]: CreateGogglesFabric init [20:06:03] [main/INFO]: Enabled 35 bug fixes: [MC-2025, MC-7569, MC-14923, MC-30391, MC-31819, MC-69216, MC-72151, MC-84873, MC-88371, MC-89146, MC-90084, MC-93018, MC-100991, MC-119417, MC-119754, MC-121706, MC-121903, MC-124117, MC-129909, MC-132878, MC-135971, MC-155509, MC-160095, MC-179072, MC-183990, MC-193343, MC-199467, MC-200418, MC-206922, MC-214147, MC-215530, MC-223153, MC-224729, MC-231743, MC-232869] [20:06:03] [main/INFO]: Successfully Debugify'd your game! [20:06:03] [main/INFO]: [Dynmap] Mod Support API available [20:06:03] [main/INFO]: [JoinLeaveMessages] Initializing... [20:06:03] [main/INFO]: Initializing ServerSide Packet Registries [20:06:03] [main/INFO]: Definitely not up to no good [20:06:03] [main/INFO]: Registering class observable.net.BetterChannel$PartialPacketBegin [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/61a49a35c5283c0aaa7b0dfea5b7a53a [20:06:03] [main/INFO]: Registered class observable.net.BetterChannel$PartialPacketBegin [20:06:03] [main/INFO]: Registering class observable.net.BetterChannel$PartialPacketData [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/3dd73fd88be832559bc3a3c4a2e63b4a [20:06:03] [main/INFO]: Registered class observable.net.BetterChannel$PartialPacketData [20:06:03] [main/INFO]: Registering class observable.net.C2SPacket$InitTPSProfile [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/b453c08f23b83b82b690c31bf8b2a45a [20:06:03] [main/INFO]: Registered class observable.net.C2SPacket$InitTPSProfile [20:06:03] [main/INFO]: Registering class observable.net.C2SPacket$RequestTeleport [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/3a13df9e0b0a3290bb99252e1f8f68a2 [20:06:03] [main/INFO]: Registered class observable.net.C2SPacket$RequestTeleport [20:06:03] [main/INFO]: Registering class observable.net.C2SPacket$RequestAvailability [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/0c662822629034678f5a8f0e70375315 [20:06:03] [main/INFO]: Registered class observable.net.C2SPacket$RequestAvailability [20:06:03] [main/INFO]: Registering class observable.net.S2CPacket$ProfilingStarted [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/2e815604a29b3a5cbfe0208e619d86c4 [20:06:03] [main/INFO]: Registered class observable.net.S2CPacket$ProfilingStarted [20:06:03] [main/INFO]: Registering class observable.net.S2CPacket$ProfilingCompleted [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/9ae83199b65a3768862799cc5e461a02 [20:06:03] [main/INFO]: Registered class observable.net.S2CPacket$ProfilingCompleted [20:06:03] [main/INFO]: Registering class observable.net.S2CPacket$ProfilerInactive [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/ae8dfae1238e312397aa53e9d14c45ca [20:06:03] [main/INFO]: Registered class observable.net.S2CPacket$ProfilerInactive [20:06:03] [main/INFO]: Registering class observable.net.S2CPacket$ProfilingResult [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/3a94cae7336038df9152bcb7b4b94825 [20:06:03] [main/INFO]: Registered class observable.net.S2CPacket$ProfilingResult [20:06:03] [main/INFO]: Registering class observable.net.S2CPacket$Availability [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/c86a824e756d312396d1ba30e943e6aa [20:06:03] [main/INFO]: Registered class observable.net.S2CPacket$Availability [20:06:03] [main/INFO]: Registering class observable.net.S2CPacket$ConsiderProfiling [20:06:03] [main/INFO]: Registering C2S receiver with id minecraft:channel/observable/80ae5e04c32934dab1c17d27a88baf19 [20:06:03] [main/INFO]: Registered class observable.net.S2CPacket$ConsiderProfiling [20:06:03] [main/INFO]: Packet Fixer (Fabric) has been initialized successfully [20:06:03] [main/INFO]: Registered bogey styles from railways [20:06:03] [main/INFO]: Registering data fixers [20:06:03] [main/INFO]: Registering tracks for Hex Casting [20:06:03] [main/INFO]: Registering tracks for Oh The Biomes You'll Go [20:06:03] [main/INFO]: Registering tracks for Blue Skies [20:06:03] [main/INFO]: Registering tracks for Twilight Forest [20:06:03] [main/INFO]: Registering tracks for Biomes O' Plenty [20:06:03] [Worker-Bootstrap-1/INFO]: 27 Datafixer optimizations took 73 milliseconds [20:06:04] [main/INFO]: [Textile Backup] Starting Textile Backup by Szum123321 [20:06:04] [main/INFO]: [voicechat] Compatibility version 17 [20:06:04] [main/INFO]: [voicechat] Loading plugins [20:06:04] [main/INFO]: [voicechat] Loaded 1 plugin(s) [20:06:04] [main/INFO]: [voicechat] Initializing plugins [20:06:04] [main/INFO]: Initializing Simple Voice Chat integration [20:06:04] [main/INFO]: [voicechat] Initialized 1 plugin(s) [20:06:04] [main/INFO]: [voicechat] Registering events for sound_physics_remastered [20:06:04] [main/INFO]: Got request to register class com.sk89q.worldedit.fabric.FabricPlatform with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@68c8e920] [20:06:04] [main/INFO]: WorldEdit for Fabric (version 7.2.12+6240-87f4ae1) is loaded [20:06:04] [main/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 4 values [20:06:04] [main/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 4 values [20:06:04] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [20:06:04] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [20:06:04] [main/INFO]: Initializing 'Better Statistics Screen' as 'BetterStatsServer'. [20:06:04] [main/INFO]: Registering C2S receiver with id betterstats:c2s_p [20:06:04] [main/INFO]: Registering C2S receiver with id betterstats:c2s_rs [20:06:04] [main/INFO]: Initializing Ledger 1.2.5 [20:06:05] [main/INFO]: Initializing 'TCD Commons API' 2.9.1+1.19.2 as 'TCDCommonsServer'. [20:06:05] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [20:06:05] [main/WARN]: Couldn't get pack info for: net.minecraft.class_3266: 'pack.mcmeta' in ResourcePack './world/datapacks/MembraneFix.zip' [20:06:08] [main/INFO]: [fabric-registry-sync] Loaded registry data [file 1/4] [20:06:09] [main/WARN]: @Redirect conflict. Skipping cupboard.mixins.json:CommandExceptionLoggingMixin from mod cupboard->@Redirect::cupboard$logCommandError(Lorg/slf4j/Logger;)Z with priority 200, already redirected by carpet.mixins.json:Commands_customCommandsMixin from mod carpet->@Redirect::doesOutputCommandStackTrace(Lorg/slf4j/Logger;)Z with priority 1000 [20:06:09] [main/INFO]: [Dynmap] Register commands [20:06:09] [main/INFO]: Loaded Minecraft Command Permissions [20:06:09] [main/INFO]: Registering commands with com.sk89q.worldedit.fabric.FabricPlatform [20:06:09] [main/ERROR]: Failed to add settings command for carpet-fixes. It is masking previous command. [20:06:10] [Worker-Main-3/ERROR]: Couldn't load tag creategoggles:modifier/goggle_incompatible as it is missing following references: mekanism:mekasuit_helmet (from Create Goggles) [20:06:11] [main/ERROR]: IngredientDeserializer with ID not found: [farmersdelight:tool] this can be ignored unless issues occur. [20:06:12] [main/ERROR]: Parsing error loading recipe createaddition:compat/ae2/charged_certus_quartz com.google.gson.JsonSyntaxException: Unknown item 'ae2:charged_certus_quartz_crystal' at net.minecraft.class_1869.method_17878(class_1869.java:253) ~[server-intermediary.jar:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.class_1869.method_8155(class_1869.java:253) ~[server-intermediary.jar:?] at net.minecraft.class_1869.method_35228(class_1869.java:240) ~[server-intermediary.jar:?] at com.mrh0.createaddition.recipe.CARecipeSerializer.readOutput(CARecipeSerializer.java:28) ~[createaddition-fabric+1.19.2-20230723a.jar:?] at com.mrh0.createaddition.recipe.charging.ChargingRecipeSerializer.readFromJson(ChargingRecipeSerializer.java:37) ~[createaddition-fabric+1.19.2-20230723a.jar:?] at com.mrh0.createaddition.recipe.charging.ChargingRecipeSerializer.readFromJson(ChargingRecipeSerializer.java:12) ~[createaddition-fabric+1.19.2-20230723a.jar:?] at com.mrh0.createaddition.recipe.CARecipeSerializer.method_8121(CARecipeSerializer.java:22) ~[createaddition-fabric+1.19.2-20230723a.jar:?] at net.minecraft.class_1863.method_17720(class_1863.java:135) ~[server-intermediary.jar:?] at net.minecraft.class_1863.method_20705(class_1863.java:56) ~[server-intermediary.jar:?] at net.minecraft.class_1863.method_18788(class_1863.java:35) ~[server-intermediary.jar:?] at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[server-intermediary.jar:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.class_4014.method_18365(class_4014.java:69) ~[server-intermediary.jar:?] at net.minecraft.class_156.method_43498(class_156.java:958) [server-intermediary.jar:?] at net.minecraft.class_156.method_43499(class_156.java:946) [server-intermediary.jar:?] at net.minecraft.server.Main.main(Main.java:156) [server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.15.0.jar:?] at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [fabric-server-launch-creative.jar:0.11.2] [20:06:12] [main/ERROR]: Parsing error loading recipe sliceanddice:mixing/fertilizer/from_phyto com.google.gson.JsonSyntaxException: Unknown item 'thermal:phytogro' at net.minecraft.class_1869.method_17878(class_1869.java:253) ~[server-intermediary.jar:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.class_1869.method_8155(class_1869.java:253) ~[server-intermediary.jar:?] at net.minecraft.class_1856.method_8107(class_1856.java:162) ~[server-intermediary.jar:?] at net.minecraft.class_1856.method_8102(class_1856.java:579) ~[server-intermediary.jar:?] at com.simibubi.create.content.processing.recipe.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-fabric-0.5.1-c-build.1160+mc1.19.2.jar:?] at com.simibubi.create.content.processing.recipe.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-fabric-0.5.1-c-build.1160+mc1.19.2.jar:?] at com.simibubi.create.content.processing.recipe.ProcessingRecipeSerializer.method_8121(ProcessingRecipeSerializer.java:21) ~[create-fabric-0.5.1-c-build.1160+mc1.19.2.jar:?] at net.minecraft.class_1863.method_17720(class_1863.java:135) ~[server-intermediary.jar:?] at net.minecraft.class_1863.method_20705(class_1863.java:56) ~[server-intermediary.jar:?] at net.minecraft.class_1863.method_18788(class_1863.java:35) ~[server-intermediary.jar:?] at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[server-intermediary.jar:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.class_4014.method_18365(class_4014.java:69) ~[server-intermediary.jar:?] at net.minecraft.class_156.method_43498(class_156.java:958) [server-intermediary.jar:?] at net.minecraft.class_156.method_43499(class_156.java:946) [server-intermediary.jar:?] at net.minecraft.server.Main.main(Main.java:156) [server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.15.0.jar:?] at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [fabric-server-launch-creative.jar:0.11.2] [20:06:12] [main/ERROR]: Parsing error loading recipe creategoggles:module_goggle_unit com.google.gson.JsonSyntaxException: Unknown item 'mekanism:alloy_reinforced' at net.minecraft.class_1869.method_17878(class_1869.java:253) ~[server-intermediary.jar:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.class_1869.method_8155(class_1869.java:253) ~[server-intermediary.jar:?] at net.minecraft.class_1856.method_8107(class_1856.java:162) ~[server-intermediary.jar:?] at net.minecraft.class_1856.method_8102(class_1856.java:579) ~[server-intermediary.jar:?] at net.minecraft.class_1869.method_8157(class_1869.java:233) ~[server-intermediary.jar:?] at net.minecraft.class_1869$class_1870.method_8164(class_1869.java:265) ~[server-intermediary.jar:?] at net.minecraft.class_1869$class_1870.method_8121(class_1869.java:260) ~[server-intermediary.jar:?] at net.minecraft.class_1863.method_17720(class_1863.java:135) ~[server-intermediary.jar:?] at net.minecraft.class_1863.method_20705(class_1863.java:56) ~[server-intermediary.jar:?] at net.minecraft.class_1863.method_18788(class_1863.java:35) ~[server-intermediary.jar:?] at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[server-intermediary.jar:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.class_4014.method_18365(class_4014.java:69) ~[server-intermediary.jar:?] at net.minecraft.class_156.method_43498(class_156.java:958) [server-intermediary.jar:?] at net.minecraft.class_156.method_43499(class_156.java:946) [server-intermediary.jar:?] at net.minecraft.server.Main.main(Main.java:156) [server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.15.0.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.15.0.jar:?] at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [fabric-server-launch-creative.jar:0.11.2] [20:06:12] [main/INFO]: Loaded 27 recipes [20:06:12] [main/INFO]: Injecting recipes [20:06:12] [main/WARN]: Found validation problem in {minecraft:entities/ender_dragon}.pools[0].entries[0]: Unknown loot table called minecraft:entities/reference/extra/ender_dragon [20:06:12] [main/WARN]: Found validation problem in {minecraft:entities/shulker}.pools[2].entries[0]: Unknown loot table called minecraft:entities/reference/extra/shulker [20:06:12] [main/INFO]: parsing loot tables [20:06:12] [main/INFO]: finished parsing loot tables [20:06:12] [main/INFO]: Loaded 3556 advancements [20:06:12] [ForkJoinPool.commonPool-worker-1/INFO]: Loaded 5530 translation keys [20:06:15] [main/INFO]: Applied 672 biome modifications to 183 of 192 new biomes in 30.07 ms [20:06:15] [Server thread/INFO]: [Dynmap] Added 147 custom biome mappings [20:06:15] [Server thread/INFO]: [Dynmap] Using luckperms for access control [20:06:15] [Server thread/INFO]: Registering compost heaps in village type of plains [20:06:15] [Server thread/INFO]: Registering compost heaps in village type of savanna [20:06:15] [Server thread/INFO]: Registering compost heaps in village type of snowy [20:06:15] [Server thread/INFO]: Registering compost heaps in village type of taiga [20:06:15] [Server thread/INFO]: Registering compost heaps in village type of desert [20:06:16] [Server thread/INFO]: Starting background profiler... [20:06:16] [Server thread/INFO]: Preparing create tables statements took 13ms [20:06:16] [Server thread/INFO]: Executing create tables statements took 12ms [20:06:16] [Server thread/INFO]: Extracting table columns took 5ms [20:06:16] [Server thread/INFO]: Preparing alter table statements took 5ms [20:06:16] [Server thread/INFO]: Executing alter table statements took 1ms [20:06:16] [Server thread/INFO]: Index on table 'players' differs only in name: in db players_player_id -> in mapping players_player_id_unique [20:06:16] [Server thread/INFO]: Index on table 'ActionIdentifiers' differs only in name: in db ActionIdentifiers_action_identifier -> in mapping ActionIdentifiers_action_identifier_unique [20:06:16] [Server thread/INFO]: Index on table 'ObjectIdentifiers' differs only in name: in db ObjectIdentifiers_identifier -> in mapping ObjectIdentifiers_identifier_unique [20:06:16] [Server thread/INFO]: Index on table 'sources' differs only in name: in db sources_name -> in mapping sources_name_unique [20:06:16] [Server thread/INFO]: Index on table 'worlds' differs only in name: in db worlds_identifier -> in mapping worlds_identifier_unique [20:06:16] [Server thread/INFO]: Checking mapping consistence took 162ms [20:06:16] [Server thread/INFO]: Tables created [20:06:16] [DefaultDispatcher-worker-3/INFO]: Inserting 3078 registry keys into the database... [20:06:16] [Server thread/INFO]: __ [20:06:16] [Server thread/INFO]: | |__) LuckPerms v5.4.66 [20:06:16] [Server thread/INFO]: |___ | Running on Fabric - fabric@0.76.1+1.19.2 [20:06:16] [Server thread/INFO]: [20:06:16] [Server thread/INFO]: Loading configuration... [20:06:17] [Server thread/INFO]: Loading storage provider... [MARIADB] [20:06:17] [Server thread/INFO]: luckperms-hikari - Starting... [20:06:17] [Server thread/INFO]: luckperms-hikari - Start completed. [20:06:17] [Server thread/INFO]: Loading messaging service... [SQL] [20:06:17] [Server thread/INFO]: Loading internal permission managers... [20:06:17] [Server thread/INFO]: Performing initial data load... [20:06:17] [Server thread/INFO]: Successfully enabled. (took 669ms) [20:06:17] [Server thread/INFO]: Starting minecraft server version 1.19.2 [20:06:17] [Server thread/INFO]: Loading properties [20:06:17] [Server thread/INFO]: Default game type: CREATIVE [20:06:17] [Server thread/INFO]: Generating keypair [20:06:17] [Server thread/INFO]: Starting Minecraft server on localhost:30067 [20:06:17] [Server thread/INFO]: Using epoll channel type [20:06:17] [Server thread/WARN]: Error loading class: net/minecraft/class_2535$Anonymous$fbed9cae422542dea5dc04bac543ca5c (java.lang.ClassNotFoundException: net/minecraft/class_2535$Anonymous$fbed9cae422542dea5dc04bac543ca5c) [20:06:17] [Server thread/WARN]: Error loading class: net/minecraft/class_2535$Anonymous$cf5364bd6a134938ac68db86bfaaa229 (java.lang.ClassNotFoundException: net/minecraft/class_2535$Anonymous$cf5364bd6a134938ac68db86bfaaa229) [20:06:17] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [20:06:17] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [20:06:17] [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. [20:06:17] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [20:06:17] [Server thread/INFO]: Preparing level "world" [20:06:18] [Server thread/INFO]: [Dynmap] Mod Support processing completed [20:06:20] [Server thread/INFO]: [Dynmap] Loaded 27 shaders. [20:06:20] [Server thread/INFO]: [Dynmap] Loaded 83 perspectives. [20:06:20] [Server thread/INFO]: [Dynmap] Loaded 22 lightings. [20:06:20] [Server thread/INFO]: [Dynmap] Starting enter/exit processing [20:06:20] [Dynmap Render Thread/INFO]: [Dynmap] Finish marker initialization [20:06:21] [Server thread/INFO]: [Dynmap] Web server started on address 0.0.0.0:8124 [20:06:21] [Server thread/INFO]: [Dynmap] version 3.6 is enabled - core version 3.6-899 [20:06:21] [Server thread/INFO]: [Dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn [20:06:21] [Server thread/INFO]: [Dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap [20:06:21] [Server thread/INFO]: [Dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [20:06:21] [Server thread/INFO]: [Dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm [20:06:21] [Server thread/INFO]: [Dynmap] Loaded 3 maps of world 'world'. [20:06:21] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'DIM-1'. [20:06:21] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'DIM1'. [20:06:21] [Server thread/INFO]: [Dynmap] Loaded 188674 pending tile renders for world 'world' [20:06:21] [Server thread/INFO]: [Dynmap] Register events [20:06:21] [Server thread/INFO]: [Dynmap] Enabled [20:06:22] [DefaultDispatcher-worker-1/INFO]: Registry insert complete [20:06:22] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [20:06:25] [Netty Epoll Server IO #1/INFO]: Loaded config for: connectivity.json [20:06:25] [Netty Epoll Server IO #1/WARN]: @ModifyConstant conflict. Skipping connectivity.mixins.json:ClientboundCustomPayloadPacketMixin from mod connectivity->@ModifyConstant::modifyLimit(I)I with priority 1, already redirected by packetfixer.mixins.json:CustomPayloadS2CPacketMixin from mod packetfixer->@ModifyConstant::newSize(I)I with priority 9999 [20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0%[20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-3/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-3/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-3/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:27] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:28] [Worker-Main-4/INFO]: Preparing spawn area: 0% [20:06:28] [Worker-Main-3/INFO]: Preparing spawn area: 0% [20:06:29] [Worker-Main-3/INFO]: Preparing spawn area: 8% [20:06:30] [Worker-Main-4/INFO]: Preparing spawn area: 57% [20:06:30] [Server thread/INFO]: Time elapsed: 7935 ms [20:06:30] [Server thread/INFO]: Done (12.498s)! For help, type "help" [20:06:30] [Server thread/INFO]: Loaded config for: cupboard.json [20:06:30] [Server thread/INFO]: Registered thread Server thread [20:06:30] [DefaultDispatcher-worker-3/INFO]: Autoreload is disabled because the development mode is off. [20:06:30] [DefaultDispatcher-worker-3/INFO]: Application started in 0.162 seconds. [20:06:30] [Server thread/INFO]: Started Create Track Map server on port 3877 [20:06:30] [DefaultDispatcher-worker-8/INFO]: Responding at http://0.0.0.0:3877 [20:06:30] [Server thread/INFO]: Start loading plugin from Jade [20:06:30] [Server thread/INFO]: Start loading plugin from Jade [20:06:30] [Server thread/INFO]: Start loading plugin from Jade [20:06:30] [Server thread/INFO]: Start loading plugin from Jade Addons [20:06:30] [Server thread/INFO]: Start loading plugin from Polymer (Core) [20:06:30] [Server thread/INFO]: Start loading plugin from Your Reputation [20:06:30] [Server thread/WARN]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [20:06:30] [VoiceChatServerThread/INFO]: [voicechat] Voice chat server started at port 24455 [20:06:31] [ForkJoinPool.commonPool-worker-1/INFO]: There is an update available for TabTPS! [20:06:31] [ForkJoinPool.commonPool-worker-1/INFO]: This server is running version v1.3.15, which is 6 versions outdated. [20:06:31] [ForkJoinPool.commonPool-worker-1/INFO]: Download the latest version, v1.3.21 from GitHub at the link below: [20:06:31] [ForkJoinPool.commonPool-worker-1/INFO]: https://github.com/jpenilla/TabTPS/releases/tag/v1.3.21 [20:06:33] [Server thread/INFO]: [Dynmap] Loaded 188564 pending tile renders for world 'world' ```
Velocity server bootup log including plugins (expand): ``` [21:36:20 INFO]: Booting up Velocity 3.2.0-SNAPSHOT (git-07a525be-b296)... [21:36:20 INFO]: Loading localizations... [21:36:20 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.0.x (Linux x86_64) ciphers [21:36:21 INFO]: Loading plugins... [21:36:21 INFO]: Loaded plugin luckperms 5.4.108 by Luck [21:36:21 INFO]: Loaded plugin vpacketevents 1.1.0 by 4drian3d [21:36:21 INFO]: Loaded plugin unsignedvelocity 1.4.2 by 4drian3d [21:36:21 INFO]: Loaded plugin miniplaceholders 2.2.3 by 4drian3d [21:36:21 INFO]: Loaded plugin carbonchat 3.0.0-beta.25 by Draycia, jmp [21:36:21 INFO]: Loaded plugin libertybans 1.1.0-RC1 by Contributors to LibertyBans [21:36:21 INFO]: Loaded plugin papiproxybridge 1.4.2 by William278 [21:36:21 INFO]: Loaded plugin placeholderapi-expansion 1.2.0 by 4drian3d [21:36:21 INFO] [reconnect]: Couldn't find a storage method to use! Using default: 'yaml' [21:36:21 INFO] [reconnect]: Running the latest version! ReconnectVelocity 1.3 [21:36:21 INFO]: Loaded plugin reconnect 1.3 by MattMX [21:36:21 INFO]: Loaded plugin stfu 1.1 by fingerguns83 [21:36:21 INFO]: Loaded plugin velocitab 1.5.1 by William278 [21:36:21 INFO] [velocitycarbondiscord]: Loading Velocity Carbon Discord v1.1.1 [21:36:22 INFO] [shadow_vcd.dv8tion.jda.api.JDA]: Login Successful! [21:36:22 INFO] [velocitycarbondiscord]: Created discord client [21:36:22 INFO] [velocitycarbondiscord]: Loaded Velocity Carbon Discord v1.1.1 [21:36:22 INFO]: Loaded plugin velocitycarbondiscord 1.1.1 by Jarva [21:36:22 INFO]: Loaded 12 plugins [21:36:22 INFO] [shadow_vcd.dv8tion.jda.internal.requests.WebSocketClient]: Connected to WebSocket [21:36:22 INFO]: __ [21:36:22 INFO]: | |__) LuckPerms v5.4.108 [21:36:22 INFO]: |___ | Running on Velocity - Velocity [21:36:22 INFO]: [21:36:22 INFO] [luckperms]: Loading configuration... [21:36:22 INFO] [luckperms]: Loading storage provider... [MARIADB][21:36:22 INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Starting... [21:36:23 INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Start completed.[21:36:23 INFO] [luckperms]: Loading messaging service... [SQL] [21:36:23 INFO] [luckperms]: Loading internal permission managers... [21:36:23 INFO] [shadow_vcd.dv8tion.jda.api.JDA]: Finished Loading! [21:36:23 INFO] [luckperms]: Performing initial data load... [21:36:23 INFO] [luckperms]: Successfully enabled. (took 692ms) [21:36:23 INFO] [unsignedvelocity]: UnSignedVelocity has been successfully loaded [21:36:23 INFO] [unsignedvelocity]: Remove Signed Key: true [21:36:23 INFO] [unsignedvelocity]: UnSigned | Commands: true | Chat: true [21:36:23 INFO] [unsignedvelocity]: Secure Chat Data: false [21:36:23 INFO] [miniplaceholders]: Starting MiniPlaceholders Velocity [21:36:24 INFO] [carbonchat]: Loading configuration.... [21:36:24 INFO] [carbonchat]: Loaded 4 locales: [ja_JP, tr_TR, nl_NL, en_US] [21:36:24 INFO] [carbonchat]: Initializing JSON storage manager... [21:36:24 INFO] [carbonchat]: Loading config channels... [21:36:24 INFO] [carbonchat]: Default channel is [carbon:global] [21:36:24 INFO] [carbonchat]: Registered channels: [carbon:partychat, carbon:global] [21:36:24 INFO] [carbonchat]: Fetching version information... [21:36:24 INFO] [libertybans]: No addons detected [21:36:24 INFO] [space.arim.libertybans.core.addon.AddonLoader]: No addons loaded [21:36:24 INFO] [space.arim.libertybans.core.AbstractBaseFoundation]: Conducting start phase... [21:36:24 INFO] [com.zaxxer.hikari.HikariDataSource]: LibertyBansPool-HyperSQL - Starting... [21:36:25 INFO] [com.zaxxer.hikari.pool.PoolBase]: LibertyBansPool-HyperSQL - Driver does not support get/set network timeout for connections. (feature not supported) [21:36:25 INFO] [com.zaxxer.hikari.pool.HikariPool]: LibertyBansPool-HyperSQL - Added connection org.hsqldb.jdbc.JDBCConnection@11aee177 [21:36:25 INFO] [com.zaxxer.hikari.HikariDataSource]: LibertyBansPool-HyperSQL - Start completed. [21:36:25 INFO] [org.flywaydb.core.internal.license.VersionPrinter]: Flyway Community Edition 8.2.0 by Redgate [21:36:25 INFO] [org.flywaydb.core.internal.database.base.BaseDatabaseType]: Database: jdbc:hsqldb:file:/root/lynxcraft/velocity/plugins/libertybans/internal/hypersql/punishments-database;sql.enforce_types=true;sql.enforce_names=true;hsqldb.default_table_type=cached;sql.sys_index_names=true;sql.restrict_exec=true;sql.enforce_refs=true;hsqldb.tx_interrupt_rollback=true (HSQL Database Engine 2.7) [21:36:25 WARN] [org.flywaydb.core.internal.database.base.Database]: Flyway upgrade recommended: HSQLDB 2.7 is newer than this version of Flyway and support has not been tested. The latest supported version of HSQLDB is 2.6. [21:36:25 INFO] [org.flywaydb.core.internal.command.DbValidate]: Successfully validated 14 migrations (execution time 00:00.042s) [21:36:25 INFO] [org.flywaydb.core.internal.command.DbMigrate]: Current version of schema "PUBLIC": 38 [21:36:25 INFO] [org.flywaydb.core.internal.command.DbMigrate]: Schema "PUBLIC" is up to date. No migration necessary. [21:36:25 INFO] [space.arim.libertybans.core.AbstractBaseFoundation]: Finished start phase in 0.959 seconds [21:36:25 INFO] [papiproxybridge]: PAPIProxyBridge (Velocity) has been enabled! [21:36:25 INFO] [placeholderapi-expansion]: Starting PlaceholderAPI Expansion for MiniPlaceholders Velocity [21:36:25 INFO] [velocitab]: Successfully hooked into LuckPerms [21:36:25 INFO] [velocitab]: Successfully hooked into PAPIProxyBridge [21:36:25 INFO] [velocitab]: Successfully hooked into MiniPlaceholders [21:36:25 INFO] [velocitab]: Successfully enabled Velocitab [21:36:25 INFO] [velocitycarbondiscord]: Created listener for channels carbon:global 1181982439460057158 [21:36:25 INFO]: Listening on /[0:0:0:0:0:0:0:0%0]:25565 [21:36:25 INFO]: Done (5.78s)! [21:36:26 INFO] [space.arim.libertybans.core.database.jooq.JooqClassloading]: Finished pre-initializing classes in 0.64 seconds [21:36:26 WARN] [velocitab]: A new version of Velocitab is available: 1.5.2 ```

Thanks in advance for help!