nagyeonglee b0af6ecf4cbb4029a3993a35657092f9
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 관련없음 |
포지 모드와 플러그인을 동시에 쓰는 개인서버를 돌리고 있습니다.
플레이 모델엔진 물리움직임이 들어가는 엔티티를 마우스로 직접 건드리거나
다른 행동을 하다가도 어쩌다 의도치 않게 클릭 판정이 겹치기만 하면 이런 장문의 오류가 뜹니다.
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 2023-02-16 23:35:17
Description: Exception in server tick loop
java.lang.IllegalAccessError: class com.ticxo.modelengine.nms.v1_19_1_R1.network.interact.PatchedInteractHandler tried to access protected method 'boolean net.minecraft.server.level.ServerPlayer.m_6107_()' (com.ticxo.modelengine.nms.v1_19_1_R1.network.interact.PatchedInteractHandler is in unnamed module of loader org.bukkit.plugin.java.PluginClassLoader @4cce926; net.minecraft.server.level.ServerPlayer is in module [email protected] of loader 'TRANSFORMER' @153d6d74)
at com.ticxo.modelengine.nms.v1_19_1_R1.network.interact.PatchedInteractHandler.handleInteract(PatchedInteractHandler.java:52) ~[?:?] {}
at com.ticxo.modelengine.nms.v1_19_1_R1.network.interact.ServerboundInteractPacketWrapper.m_5797_(ServerboundInteractPacketWrapper.java:30) ~[?:?] {}
at com.ticxo.modelengine.nms.v1_19_1_R1.network.interact.ServerboundInteractPacketWrapper.m_5797_(ServerboundInteractPacketWrapper.java:11) ~[?:?] {}
at net.minecraft.network.protocol.PacketUtils.md11bfe9$lambda$ensureRunningOnSameThread$0$0(PacketThreadUtilMixin.java:537) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,xf:OptiFine:default,re:classloading,xf:OptiFine:default,pl:mixin:APP:mixins.arclight.core.json:network.protocol.PacketThreadUtilMixin,pl:mixin:A}
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,re:mixin,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,re:computing_frames,re:classloading,re:mixin}
at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServerMixin.java:763) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServerMixin.java:157) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,re:mixin,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServerMixin.java:746) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServerMixin.java:740) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:116) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,re:mixin,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServerMixin.java:725) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServerMixin.java:2131) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServerMixin.java:244) ~[server-1.19.2-20220805.130853-srg.jar%23301!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin,re:mixin}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 18.0.2.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 4851601392 bytes (4626 MiB) / 9663676416 bytes (9216 MiB) up to 9663676416 bytes (9216 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
Identifier: Intel64 Family 6 Model 60 Stepping 3
Microarchitecture: Haswell (Client)
Frequency (GHz): 3.59
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: Intel(R) HD Graphics 4600
Graphics card #0 vendor: Intel Corporation (0x8086)
Graphics card #0 VRAM (MB): 1024.00
Graphics card #0 deviceId: 0x0412
Graphics card #0 versionInfo: DriverVersion=20.19.15.5171
Graphics card #1 name: NVIDIA GeForce GTX 970
Graphics card #1 vendor: NVIDIA (0x10de)
Graphics card #1 VRAM (MB): 4095.00
Graphics card #1 deviceId: 0x13c2
Graphics card #1 versionInfo: DriverVersion=31.0.15.1694
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 1.60
Memory slot #0 type: DDR3
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 1.60
Memory slot #1 type: DDR3
Virtual memory max (MB): 39806.90
Virtual memory used (MB): 34709.04
Swap memory total (MB): 23552.00
Swap memory used (MB): 5403.00
JVM Flags: 2 total; -Xmx9G -Xms9G
Server Running: true
Player Count: 1 / 20; [ServerPlayer['nagyeonglee'/539, l='ServerLevel[실내,집 근처 폭발 및 엔티티삭제행위 일절 절대금지]', x=279.89, y=66.00, z=34.15](nagyeonglee at 279.8871306116499,66.0,34.14594826393558)]
Data Packs: vanilla, mod:hexerei (incompatible), mod:forge, mod:commonality, mod:curios, mod:patchouli (incompatible), mod:ars_nouveau (incompatible), mod:jei (incompatible), mod:apexcore, mod:fantasyfurniture, mod:ars_elemental (incompatible), mod:farmersdelight (incompatible), mod:balm (incompatible), mod:nethersdelight (incompatible), mod:farmersrespite (incompatible), mod:coppersdelight (incompatible), mod:modonomicon, mod:occultism, mod:geckolib3 (incompatible), mod:obscure_api, mod:architectury (incompatible), mod:pizzacraft, mod:delightful (incompatible), mod:arclight (incompatible), mod:vinery, mod:beautify (incompatible), mod:creeperoverhaul (incompatible), mod:mcwwindows, mod:shetiphiancore (incompatible), mod:multibeds (incompatible), mod:mcwroofs, mod:mcwfurnitures, mod:nekoration (incompatible), mod:moonlight (incompatible), mod:comforts, mod:travelersbackpack, mod:spectrelib (incompatible), mod:frozen_delight, mod:decoration_mod, mod:smartbrainlib, mod:cucumber (incompatible), mod:easymagic (incompatible), mod:graveyard (incompatible), mod:yungsapi, mod:guardvillagers (incompatible), mod:travelerstitles, mod:dummmmmmy (incompatible), mod:twilightforest (incompatible), mod:tarotcards (incompatible), mod:mcwpaths, mod:structure_gel, mod:mysticalagriculture (incompatible), mod:cofh_core, mod:magiccombatwands, mod:majobroom (incompatible), mod:mcwfences, mod:botania (incompatible), mod:fairylights (incompatible), mod:dpanvil (incompatible), mod:elementalcraft (incompatible), mod:croptopia (incompatible), mod:some_assembly_required, mod:cfm (incompatible), mod:nfm (incompatible), mod:chimes, mod:puzzleslib (incompatible), mod:magic_mirror (incompatible), mod:aquamirae, mod:whisperwoods (incompatible), mod:cookingforblockheads (incompatible)
World Generation: Experimental
Is Modded: Definitely; Server brand changed to 'forge arclight/Horn'
Type: Dedicated Server (map_server.txt)
ModLauncher: 10.0.8+10.0.8+main.0ef7e830
ModLauncher launch target: forgeserver
ModLauncher naming: srg
ModLauncher services:
mixin-0.8.5.jar mixin PLUGINSERVICE
arclight-forge-1.19.2-1.0.1.jar arclight_implementer PLUGINSERVICE
eventbus-6.0.3.jar eventbus PLUGINSERVICE
fmlloader-1.19.2-43.2.0.jar slf4jfixer PLUGINSERVICE
fmlloader-1.19.2-43.2.0.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.19.2-43.2.0.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.19.2-43.2.0.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.19.2-43.2.0.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.8.jar OptiFine TRANSFORMATIONSERVICE
modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
lowcodefml@null
javafml@null
Mod List:
SmartBrainLib-forge-1.19.2-1.8.jar |SmartBrainLib |smartbrainlib |1.8 |DONE |Manifest: NOSIGNATURE
hexerei-0.2.5.jar |Hexerei |hexerei |0.2.5 |DONE |Manifest: NOSIGNATURE
Frozen_Delight_1.2.1_Forge_1.19.2.jar |Frozen Delight (By NoCube) |frozen_delight |1.2.1 |DONE |Manifest: NOSIGNATURE
Cucumber-1.19.2-6.0.3.jar |Cucumber Library |cucumber |6.0.3 |DONE |Manifest: NOSIGNATURE
beautify-1.4.3.jar |Beautify |beautify |1.4.3 |DONE |Manifest: NOSIGNATURE
EasyMagic-v4.3.2-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
jei-1.19.2-forge-11.5.0.297.jar |Just Enough Items |jei |11.5.0.297 |DONE |Manifest: NOSIGNATURE
The_Graveyard_2.2_(FORGE)_for_1.19.2.jar |The Graveyard |graveyard |2.2 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.1.1-mc1.19.2forge.jar |Macaw's Windows |mcwwindows |2.1.1 |DONE |Manifest: NOSIGNATURE
obscure_api-11.jar |Obscure API |obscure_api |11 |DONE |Manifest: NOSIGNATURE
Decoration+Mod+1.10+(Ver+1.19.2).jar |Decoration and Furniture |decoration_mod |1.10 |DONE |Manifest: NOSIGNATURE
cookingforblockheads-forge-1.19.2-13.3.0.jar |CookingForBlockheads |cookingforblockheads |13.3.0 |DONE |Manifest: NOSIGNATURE
comforts-forge-6.0.3+1.19.2.jar |Comforts |comforts |6.0.3+1.19.2 |DONE |Manifest: NOSIGNATURE
TravelersBackpack-1.19.2-8.2.11.jar |Traveler's Backpack |travelersbackpack |8.2.11 |DONE |Manifest: NOSIGNATURE
YungsApi-1.19.2-Forge-3.8.2.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.2 |DONE |Manifest: NOSIGNATURE
vinery-1.19.2-1.1.1.jar |Vinery |vinery |1.1.1 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.19.2-1.5.2.jar |Guard Villagers |guardvillagers |1.19.2-1.5.2 |DONE |Manifest: NOSIGNATURE
balm-4.5.3.jar |Balm |balm |4.5.3 |DONE |Manifest: NOSIGNATURE
forge-1.19.2-43.2.0-universal.jar |Forge |forge |43.2.0 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
shetiphiancore-1.19-3.11.3.jar |ShetiPhian-Core |shetiphiancore |3.11.3 |DONE |Manifest: NOSIGNATURE
TravelersTitles-1.19.2-Forge-3.1.2.jar |Traveler's Titles |travelerstitles |1.19.2-Forge-3.1.2 |DONE |Manifest: NOSIGNATURE
dummmmmmy-1.19.2-1.6.1.jar |MmmMmmMmmmmm |dummmmmmy |1.19.2-1.6.1 |DONE |Manifest: NOSIGNATURE
twilightforest-1.19.2-4.2.1468-universal.jar |The Twilight Forest |twilightforest |4.2.1468 |DONE |Manifest: NOSIGNATURE
tarotcards-1.19.2-1.0-release.jar |Tarot Cards |tarotcards |1.0 |DONE |Manifest: NOSIGNATURE
mcw-paths-1.0.2forge-mc1.19.2.jar |Macaw's Paths and Pavings |mcwpaths |1.0.2 |DONE |Manifest: NOSIGNATURE
structure_gel-1.19.2-2.7.1.jar |Structure Gel API |structure_gel |2.7.1 |DONE |Manifest: NOSIGNATURE
MysticalAgriculture-1.19.2-6.0.5.jar |Mystical Agriculture |mysticalagriculture |6.0.5 |DONE |Manifest: NOSIGNATURE
server-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: NOSIGNATURE
cofh_core-1.19.2-10.0.2.33.jar |CoFH Core |cofh_core |10.0.2.33 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |DONE |Manifest: NOSIGNATURE
CoppersDelight-1.18.2-1.4.jar |Copper's Delight |coppersdelight |1.4 |DONE |Manifest: NOSIGNATURE
moonlight-1.19.2-2.1.31-forge.jar |Moonlight Library |moonlight |1.19.2-2.1.31 |DONE |Manifest: NOSIGNATURE
magiccombatwands-forge-1.19-1.0.3.jar |Magic Combat Wands |magiccombatwands |1.0.3 |DONE |Manifest: NOSIGNATURE
commonality-1.19.2-4.2.1.jar |Commonality |commonality |4.2.1 |DONE |Manifest: NOSIGNATURE
majobroom-1.4.5--1.19.2-forge.jar |Majo Broom Mod |majobroom |1.0 |DONE |Manifest: NOSIGNATURE
nekoration-1.19.2-1.8.1.jar |Nekoration |nekoration |1.8.1 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.7-mc1.19.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE
spectrelib-forge-0.10.0+1.19.jar |SpectreLib |spectrelib |0.10.0+1.19 |DONE |Manifest: NOSIGNATURE
NethersDelight-1.19-3.0.jar |Nether's Delight |nethersdelight |1.19-3.0 |DONE |Manifest: NOSIGNATURE
Botania-1.19.2-436-FORGE.jar |Botania |botania |1.19.2-436-FORGE |DONE |Manifest: NOSIGNATURE
fairylights-6.0.0-1.19.2.jar |Fairy Lights |fairylights |6.0.0 |DONE |Manifest: NOSIGNATURE
whisperwoods-1.19-2.1.1-forge.jar |Whisperwoods |whisperwoods |1.19-2.1.1 |DONE |Manifest: NOSIGNATURE
FarmersRespite-1.19-2.0.jar |Farmer's Respite |farmersrespite |1.19-2.0 |DONE |Manifest: NOSIGNATURE
dpanvil-1.19.1-4.2.0.jar |DataPack Anvil |dpanvil |1.19.1-4.2.0 |DONE |Manifest: NOSIGNATURE
curios-forge-1.19.2-5.1.1.0.jar |Curios API |curios |1.19.2-5.1.1.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
elementalcraft-1.19.2-5.4.6.jar |ElementalCraft |elementalcraft |1.19.2-5.4.6 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.19.2-3.6.0.jar |Ars Nouveau |ars_nouveau |3.6.0 |DONE |Manifest: NOSIGNATURE
Croptopia-1.19.2-FORGE-2.2.1.jar |Croptopia |croptopia |2.2.1 |DONE |Manifest: NOSIGNATURE
some-assembly-required-1.19.2-3.0.0.jar |Some Assembly Required |some_assembly_required |1.19.2-3.0.0 |DONE |Manifest: NOSIGNATURE
multibeds-1.19-1.10.2.jar |Multi-Beds |multibeds |1.10.2 |DONE |Manifest: NOSIGNATURE
ars_elemental-1.19.2-0.5.6.5.jar |Ars Elemental |ars_elemental |1.19.2-0.5.6.5 |DONE |Manifest: NOSIGNATURE
modonomicon-1.19.2-1.23.2.jar |Modonomicon |modonomicon |1.19.2-1.23.2 |DONE |Manifest: NOSIGNATURE
mcw-roofs-2.2.2-mc1.19.2forge.jar |Macaw's Roofs |mcwroofs |2.2.2 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0-pre34-1.19.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre34 |DONE |Manifest: NOSIGNATURE
nfm-2022.11.23-1.19.2.jar |Nosiphus Furniture Mod |nfm |2022.11.23 |DONE |Manifest: NOSIGNATURE
architectury-6.4.62-forge.jar |Architectury |architectury |6.4.62 |DONE |Manifest: NOSIGNATURE
occultism-1.19.2-1.53.1.jar |Occultism |occultism |1.19.2-1.53.1 |DONE |Manifest: NOSIGNATURE
mcw-furniture-3.0.2-mc1.19.2.jar |Macaw's Furniture |mcwfurnitures |3.0.2 |DONE |Manifest: NOSIGNATURE
Chimes-1.1.4-1.19.jar |Chimes |chimes |1.1.4 |DONE |Manifest: NOSIGNATURE
apexcore-1.19.2-7.3.1.jar |ApexCore |apexcore |7.3.1 |DONE |Manifest: NOSIGNATURE
fantasyfurniture-1.19.2-6.7.0.jar |Fantasy's Furniture |fantasyfurniture |6.7.0 |DONE |Manifest: NOSIGNATURE
arclight-1.19.2-1.0.1-0550c6cd.jar |Arclight Mod |arclight |1.19.2-1.0.1-0550c6c|DONE |Manifest: NOSIGNATURE
PuzzlesLib-v4.3.12-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.12 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
PizzaCraft-1.19.2-6.2.2.jar |PizzaCraft |pizzacraft |6.2.2 |DONE |Manifest: NOSIGNATURE
Delightful-1.19-3.2.1.jar |Delightful |delightful |3.2.1 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.19-3.1.39.jar |GeckoLib |geckolib3 |3.1.39 |DONE |Manifest: NOSIGNATURE
creeperoverhaul-2.0.6-forge.jar |Creeper Overhaul |creeperoverhaul |2.0.6 |DONE |Manifest: NOSIGNATURE
MagicMirror-1.19.2-1.0.3.608.jar |Magic Mirror |magic_mirror |1.19.2-1.0.3.608 |DONE |Manifest: NOSIGNATURE
aquamirae-5.3.API11.jar |Aquamirae |aquamirae |5.3.API11 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 1605c94e-52cf-42b7-96f1-5b72ed64b57c
FML: 43.2
Forge: net.minecraftforge:43.2.0
Arclight Release: Horn
Arclight:
Running: Arclight version arclight-1.19.2-1.0.1-0550c6cd (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) true
Plugins: { LuckPerms v5.4.60 me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin [Luck], NocsyItems v2.0 fr.nocsy.cheatplugin.CheatPlugin [Nocsy], Vault v1.7.3-b131 net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], LoneLibs v1.0.23 dev.lone.LoneLibs.Main [LoneDev, others], LightAPI vbukkit-5.3.0 (build SNAPSHOT) ru.beykerykt.minecraft.lightapi.bukkit.BukkitPlugin [BeYkeRYkt, other contributors in GitHub], ProtocolLib v5.0.0-SNAPSHOT-b606 com.comphenix.protocol.ProtocolLib [dmulloy2, comphenix], LibsDisguises v10.0.32 me.libraryaddict.disguise.LibsDisguises [libraryaddict, Byteflux, Navid K.], WorldEdit v7.2.12+6240-87f4ae1 com.sk89q.worldedit.bukkit.WorldEditPlugin [], WorldGuard v7.0.8-beta-01+cbb2ba7 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], Citizens v2.0.30-SNAPSHOT (build 2919) net.citizensnpcs.Citizens [fullwall], OpenAudioMc v6.7.7 com.craftmend.openaudiomc.spigot.OpenAudioMcSpigot [Mindgamesnl], MythicMobs v5.2.1-fd1d0777 io.lumine.mythic.bukkit.MythicBukkit [Lumine], MythicLib v1.5 io.lumine.mythic.lib.MythicLib [Indyuce], MMOItems v6.9.1 net.Indyuce.mmoitems.MMOItems [Indyuce], GSit v1.3.7 dev.geco.gsit.GSitMain [Gecolay], ModelEngine vR3.0.1 com.ticxo.modelengine.ModelEngine [Ticxo], BetonQuest v1.12.9 pl.betoncraft.betonquest.BetonQuest [BetonQuest Organisation, Wolf2323, SaltyAimbOtter, seyfahni, joblo2213, bundabrg, Co0sh], ItemsAdder v3.2.5-r3 dev.lone.itemsadder.Main [LoneDev], MCPets v3.0.2 fr.nocsy.mcpets.MCPets [Nocsy],}
Warnings: DEFAULT
Reload Count: 0
Threads: { TIMED_WAITING Craft Scheduler Thread - 68: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Craft Scheduler Thread - 136: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING Worker-Main-38: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING Worker-Main-33: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Craft Scheduler Thread - 145: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE FileSystemWatchService: [[email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method), [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1065), [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING AWT-Shutdown: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.Object.wait(Object.java:338), [email protected]/sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:291), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING ForkJoinPool.commonPool-worker-16: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Timer-0: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.util.TimerThread.mainLoop(Timer.java:563), [email protected]/java.util.TimerThread.run(Timer.java:516)], WAITING Thread-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), MC-BOOTSTRAP/[email protected]/com.mojang.logging.LogQueues.getNextLogEvent(LogQueues.java:41), TRANSFORMER/[email protected]/net.minecraft.server.gui.MinecraftServerGui.m_139911_(MinecraftServerGui.java:132), TRANSFORMER/[email protected]/net.minecraft.server.gui.MinecraftServerGui$$Lambda$22584/0x0000000802fedd48.run(Unknown Source), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING luckperms-worker-3: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING Thread-17: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.Object.wait(Object.java:338), pl.betoncraft.betonquest.database.Saver.run(Saver.java:48)], WAITING Java2D Disposer: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176), [email protected]/sun.java2d.Disposer.run(Disposer.java:145), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING ForkJoinPool.commonPool-worker-13: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Worker-Main-22: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Server console handler: [[email protected]/java.lang.Object.wait(Native Method), MC-BOOTSTRAP/[email protected]/org.jline.utils.NonBlockingPumpReader.wait(NonBlockingPumpReader.java:55), MC-BOOTSTRAP/[email protected]/org.jline.utils.NonBlockingPumpReader.read(NonBlockingPumpReader.java:101), MC-BOOTSTRAP/[email protected]/org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57), MC-BOOTSTRAP/[email protected]/org.jline.keymap.BindingReader.readCharacter(BindingReader.java:133), MC-BOOTSTRAP/[email protected]/org.jline.keymap.BindingReader.readBinding(BindingReader.java:110), MC-BOOTSTRAP/[email protected]/org.jline.keymap.BindingReader.readBinding(BindingReader.java:61), MC-BOOTSTRAP/[email protected]/org.jline.reader.impl.LineReaderImpl.doReadBinding(LineReaderImpl.java:848), MC-BOOTSTRAP/[email protected]/org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:868), MC-BOOTSTRAP/[email protected]/org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:575), MC-BOOTSTRAP/[email protected]/org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:418), TRANSFORMER/[email protected]/net.minecraftforge.server.console.TerminalHandler.handleCommands(TerminalHandler.java:46), TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:85)], WAITING pool-43-thread-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-15: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING H2-serialization: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING Log4j2-AsyncAppenderEventDispatcher-2-Async: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), [email protected]/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420), MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatchAll(AsyncAppenderEventDispatcher.java:71), MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.run(AsyncAppenderEventDispatcher.java:63)], TIMED_WAITING bStats-Metrics: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE Netty Server IO #4: [[email protected]/sun.nio.ch.WEPoll.wait(Native Method), [email protected]/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111), [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129), [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460), MC-BOOTSTRAP/[email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), MC-BOOTSTRAP/[email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING IO-Worker-39: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE Netty Server IO #5: [[email protected]/sun.nio.ch.WEPoll.wait(Native Method), [email protected]/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111), [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129), [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:817), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460), MC-BOOTSTRAP/[email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), MC-BOOTSTRAP/[email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING TimerQueue: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.DelayQueue.take(DelayQueue.java:229), [email protected]/javax.swing.TimerQueue.run(TimerQueue.java:172), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE Reference Handler: [[email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method), [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253), [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)], WAITING Craft Scheduler Thread - 149: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211), [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1864), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435), [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1898), [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2117), TRANSFORMER/[email protected]/net.minecraft.server.level.ServerChunkCache.m_7587_(ServerChunkCacheMixin.java:113), TRANSFORMER/[email protected]/net.minecraft.world.level.Level.m_6522_(LevelMixin.java:179), TRANSFORMER/[email protected]/net.minecraft.world.level.LevelReader.m_46819_(LevelReader.java:129), TRANSFORMER/[email protected]/net.minecraft.world.level.Level.m_6325_(LevelMixin.java:174), TRANSFORMER/[email protected]/net.minecraft.world.level.Level.m_8055_(LevelMixin.java:352), TRANSFORMER/[email protected]/net.minecraft.world.level.BlockGetter.m_151358_(BlockGetterMixin.java:59), TRANSFORMER/[email protected]/net.minecraft.world.level.BlockGetter$$Lambda$27645/0x00000008040994a8.apply(Unknown Source), TRANSFORMER/[email protected]/net.minecraft.world.level.BlockGetter.m_151361_(BlockGetterMixin.java:119), TRANSFORMER/[email protected]/net.minecraft.world.level.BlockGetter.m_45547_(BlockGetterMixin.java:58), com.ticxo.modelengine.nms.v1_19_1_R1.world.WorldHandlerImpl.asyncRayTraceBlocks(WorldHandlerImpl.java:75), com.ticxo.modelengine.nms.v1_19_1_R1.world.WorldHandlerImpl.asyncRayTrace(WorldHandlerImpl.java:48), com.ticxo.modelengine.api.model.mananger.InteractionTicker.run(InteractionTicker.java:41), TRANSFORMER/[email protected]/org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:82), TRANSFORMER/[email protected]/org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING lumine-scheduler-13: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE FileSystemWatchService: [[email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method), [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1065), [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING pool-45-thread-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Craft Scheduler Thread - 146: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Craft Scheduler Thread - 148: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING Worker-Main-20: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING AWT-EventQueue-0: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.Object.wait(Object.java:338), [email protected]/sun.java2d.d3d.D3DScreenUpdateManager.runUpdateNow(D3DScreenUpdateManager.java:408), [email protected]/sun.java2d.d3d.D3DBlitLoops.IsoBlit(D3DBlitLoops.java:356), [email protected]/sun.java2d.d3d.D3DRTTSurfaceToSurfaceBlit.Blit(D3DBlitLoops.java:443), [email protected]/sun.java2d.pipe.DrawImage.blitSurfaceData(DrawImage.java:986), [email protected]/sun.java2d.pipe.DrawImage.renderImageCopy(DrawImage.java:583), [email protected]/sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:69), [email protected]/sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:1041), [email protected]/sun.java2d.pipe.ValidatePipe.copyImage(ValidatePipe.java:186), [email protected]/sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:3430), [email protected]/sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:3406), [email protected]/javax.swing.RepaintManager$PaintManager.paintDoubleBufferedImpl(RepaintManager.java:1666), [email protected]/javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1631), [email protected]/javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1569), [email protected]/javax.swing.RepaintManager.paint(RepaintManager.java:1336), [email protected]/javax.swing.JComponent._paintImmediately(JComponent.java:5266), [email protected]/javax.swing.JComponent.paintImmediately(JComponent.java:5076), [email protected]/javax.swing.RepaintManager$4.run(RepaintManager.java:878), [email protected]/javax.swing.RepaintManager$4.run(RepaintManager.java:861), [email protected]/java.security.AccessController.executePrivileged(AccessController.java:776), [email protected]/java.security.AccessController.doPrivileged(AccessController.java:399), [email protected]/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86), [email protected]/javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:861), [email protected]/javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:834), [email protected]/javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:784), [email protected]/javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1897), [email protected]/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318), [email protected]/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773), [email protected]/java.awt.EventQueue$4.run(EventQueue.java:720), [email protected]/java.awt.EventQueue$4.run(EventQueue.java:714), [email protected]/java.security.AccessController.executePrivileged(AccessController.java:776), [email protected]/java.security.AccessController.doPrivileged(AccessController.java:399), [email protected]/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86), [email protected]/java.awt.EventQueue.dispatchEvent(EventQueue.java:742), [email protected]/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203), [email protected]/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124), [email protected]/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113), [email protected]/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109), [email protected]/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101), [email protected]/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)], TIMED_WAITING Craft Scheduler Thread - 139: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-12: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING luckperms-worker-10: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], RUNNABLE FileSystemWatchService: [[email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method), [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1065), [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE FileSystemWatchService: [[email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method), [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1065), [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Thread-0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376), MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)], WAITING luckperms-worker-7: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], RUNNABLE NanoHttpd Main Listener: [[email protected]/sun.nio.ch.Net.accept(Native Method), [email protected]/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:752), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:673), [email protected]/java.net.ServerSocket.platformImplAccept(ServerSocket.java:639), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:615), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:572), [email protected]/java.net.ServerSocket.accept(ServerSocket.java:530), fi.iki.elonen.NanoHTTPD$ServerRunnable.run(NanoHTTPD.java:1769), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING bStats-Metrics: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING lumine-scheduler-7: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING Log4j2-AsyncAppenderEventDispatcher-1-Async: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), [email protected]/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420), MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatchAll(AsyncAppenderEventDispatcher.java:71), MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.run(AsyncAppenderEventDispatcher.java:63)], RUNNABLE Netty Server IO #3: [[email protected]/sun.nio.ch.WEPoll.wait(Native Method), [email protected]/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111), [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129), [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460), MC-BOOTSTRAP/[email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), MC-BOOTSTRAP/[email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING WorldEdit Session Manager: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.util.TimerThread.mainLoop(Timer.java:563), [email protected]/java.util.TimerThread.run(Timer.java:516)], TIMED_WAITING Worker-Main-34: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING luckperms-worker-2: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], RUNNABLE DestroyJavaVM: [], RUNNABLE pool-44-thread-1: [[email protected]/sun.nio.ch.Net.accept(Native Method), [email protected]/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:752), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:673), [email protected]/java.net.ServerSocket.platformImplAccept(ServerSocket.java:639), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:615), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:572), [email protected]/java.net.ServerSocket.accept(ServerSocket.java:530), dev.lone.itemsadder.main.hy.c(SourceFile:48), dev.lone.itemsadder.main.hy$$Lambda$26242/0x0000000803e30838.run(Unknown Source), [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539), [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING WorldGuard Region I/O: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.util.TimerThread.mainLoop(Timer.java:563), [email protected]/java.util.TimerThread.run(Timer.java:516)], TIMED_WAITING Craft Scheduler Thread - 85: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING IO-Worker-37: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Worker-Main-31: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Craft Scheduler Thread - 144: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING mysql-cj-abandoned-connection-cleanup: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155), MC-BOOTSTRAP/[email protected]/com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING ForkJoinPool.commonPool-worker-15: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING ForkJoinPool.commonPool-worker-14: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Common-Cleaner: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155), [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140), [email protected]/java.lang.Thread.run(Thread.java:833), [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)], TIMED_WAITING Craft Scheduler Thread - 147: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-9: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING luckperms-worker-0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.compensatedBlock(ForkJoinPool.java:3450), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3433), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485), [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673), [email protected]/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), me.lucko.luckperms.common.storage.implementation.file.watcher.AbstractFileWatcher.runEventProcessingLoop(AbstractFileWatcher.java:128), me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher.lambda$new$0(FileWatcher.java:60), me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher$$Lambda$24072/0x000000080367c900.run(Unknown Source), [email protected]/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395), [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373), [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182), [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Craft Scheduler Thread - 80: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE WindowsStreamPump: [MC-BOOTSTRAP/[email protected]/org.fusesource.jansi.internal.Kernel32.WaitForSingleObject(Native Method), MC-BOOTSTRAP/[email protected]/org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97), MC-BOOTSTRAP/[email protected]/org.jline.terminal.impl.jansi.win.JansiWinSysTerminal.processConsoleInput(JansiWinSysTerminal.java:112), MC-BOOTSTRAP/[email protected]/org.jline.terminal.impl.AbstractWindowsTerminal.pump(AbstractWindowsTerminal.java:458), MC-BOOTSTRAP/[email protected]/org.jline.terminal.impl.AbstractWindowsTerminal$$Lambda$315/0x0000000800dadaf0.run(Unknown Source), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING luckperms-scheduler: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-5: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], RUNNABLE Attach Listener: [], RUNNABLE D3D Screen Updater: [[email protected]/sun.java2d.d3d.D3DRenderQueue.flushBuffer(Native Method), [email protected]/sun.java2d.d3d.D3DRenderQueue.flushBuffer(D3DRenderQueue.java:152), [email protected]/sun.java2d.d3d.D3DRenderQueue.flushNow(D3DRenderQueue.java:137), [email protected]/sun.java2d.d3d.D3DSurfaceData.swapBuffers(D3DSurfaceData.java:797), [email protected]/sun.java2d.d3d.D3DScreenUpdateManager.run(D3DScreenUpdateManager.java:449), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Craft Scheduler Thread - 137: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Timer-1: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.util.TimerThread.mainLoop(Timer.java:563), [email protected]/java.util.TimerThread.run(Timer.java:516)], TIMED_WAITING bStats-Metrics: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE Netty Server IO #2: [[email protected]/sun.nio.ch.WEPoll.wait(Native Method), [email protected]/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111), [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129), [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460), MC-BOOTSTRAP/[email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), MC-BOOTSTRAP/[email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE AWT-Windows: [[email protected]/sun.awt.windows.WToolkit.eventLoop(Native Method), [email protected]/sun.awt.windows.WToolkit.run(WToolkit.java:365), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE Server thread: [[email protected]/java.lang.Thread.dumpThreads(Native Method), [email protected]/java.lang.Thread.getAllStackTraces(Thread.java:1662), TRANSFORMER/[email protected]/org.bukkit.craftbukkit.v1_19_R1.CraftCrashReport.get(CraftCrashReport.java:33), TRANSFORMER/[email protected]/org.bukkit.craftbukkit.v1_19_R1.CraftCrashReport.get(CraftCrashReport.java:1), LAYER PLUGIN/[email protected]/net.minecraftforge.fml.CrashReportCallables$1.get(CrashReportCallables.java:29), LAYER PLUGIN/[email protected]/net.minecraftforge.fml.CrashReportCallables$1.get(CrashReportCallables.java:22), TRANSFORMER/[email protected]/net.minecraft.SystemReport.m_143522_(SystemReport.java:66), TRANSFORMER/[email protected]/net.minecraftforge.logging.CrashReportExtender.extendSystemReport(CrashReportExtender.java:31), TRANSFORMER/[email protected]/net.minecraft.CrashReport.m_127519_(CrashReport.java:69), TRANSFORMER/[email protected]/net.minecraft.CrashReport.m_127526_(CrashReport.java:113), TRANSFORMER/[email protected]/net.minecraft.CrashReport.m_127512_(CrashReport.java:134), TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServerMixin.java:2144), TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_206580_(MinecraftServerMixin.java:244), TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer$$Lambda$22486/0x0000000802fe8eb8.run(Unknown Source), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING IO-Worker-36: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING H2-save: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-14: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING Finalizer: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176), [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:183)], WAITING luckperms-worker-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING lumine-scheduler-8: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING lumine-scheduler-10: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Timer hack thread: [[email protected]/java.lang.Thread.sleep(Native Method), TRANSFORMER/[email protected]/net.minecraft.Util$9.run(Util.java:673)], TIMED_WAITING lumine-scheduler-9: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE Netty Server IO #1: [[email protected]/sun.nio.ch.WEPoll.wait(Native Method), [email protected]/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111), [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129), [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460), MC-BOOTSTRAP/[email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), MC-BOOTSTRAP/[email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-4: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING AN stolen Minecolonies Pathfinding Worker #0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623), [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485), [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-8: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Server Watchdog: [[email protected]/java.lang.Thread.sleep(Native Method), TRANSFORMER/[email protected]/net.minecraft.server.dedicated.ServerWatchdog.run(ServerWatchdog.java:79), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING lumine-scheduler-12: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING ForkJoinPool.commonPool-worker-12: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING Worker-Main-32: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], WAITING luckperms-worker-11: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], RUNNABLE Netty Server IO #0: [[email protected]/sun.nio.ch.WEPoll.wait(Native Method), [email protected]/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111), [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129), [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813), MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460), MC-BOOTSTRAP/[email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), MC-BOOTSTRAP/[email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-6: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING WorldGuard Region Chunk Table - 실내,집 근처 폭발 및 엔티티삭제행위 일절 절대금지: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:515), [email protected]/java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:677), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE FileSystemWatchService: [[email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method), [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1065), [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING arclight class cache saving thread: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING pool-46-thread-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], WAITING luckperms-worker-13: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING lumine-scheduler-11: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Craft Scheduler Thread - 141: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING ForkJoinPool.commonPool-worker-18: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING Thread-14: [[email protected]/java.lang.Thread.sleep(Native Method), com.craftmend.openaudiomc.spigot.services.threading.Executor.lambda$start$0(Executor.java:62), com.craftmend.openaudiomc.spigot.services.threading.Executor$$Lambda$25435/0x0000000803b79750.run(Unknown Source), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING lightapi-background-thread-0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING Craft Scheduler Thread - 142: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE Notification Thread: [], TIMED_WAITING MVStore background writer C:/Users/user/AppData/Roaming/.minecraft/arclight magicspell minecraft soloing server/plugins/LuckPerms/luckperms-h2-v2.mv.db: [[email protected]/java.lang.Object.wait(Native Method), org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3768)], TIMED_WAITING ForkJoinPool.commonPool-worker-17: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)], TIMED_WAITING lumine-scheduler-14: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE FileSystemWatchService: [[email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method), [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1065), [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING bStats-Metrics: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], TIMED_WAITING lumine-scheduler-timer: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:833)], RUNNABLE NanoHttpd Main Listener: [[email protected]/sun.nio.ch.Net.accept(Native Method), [email protected]/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:752), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:673), [email protected]/java.net.ServerSocket.platformImplAccept(ServerSocket.java:639), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:615), [email protected]/java.net.ServerSocket.implAccept(ServerSocket.java:572), [email protected]/java.net.ServerSocket.accept(ServerSocket.java:530), fi.iki.elonen.NanoHTTPD$ServerRunnable.run(NanoHTTPD.java:1769), [email protected]/java.lang.Thread.run(Thread.java:833)],}
Recent tasks from 34573-34603{ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34603,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34603,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34603,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34603,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34603,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34604,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34604,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34604,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34604,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34605,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34605,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34605,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34605,ItemsAdder:dev.lone.itemsadder.main.iJ@34605,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34605,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34606,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34606,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34606,ItemsAdder:dev.lone.itemsadder.main.iJ@34606,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34606,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34607,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34607,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34607,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34607,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34607,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34608,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34608,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34608,ItemsAdder:dev.lone.itemsadder.main.iJ@34608,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34608,OpenAudioMc:com.craftmend.openaudiomc.generic.networking.DefaultNetworkingService$$Lambda$25422/0x0000000803b60c18@34609,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34609,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34609,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34609,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34609,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34609,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34610,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34610,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34610,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34610,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34611,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34611,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34611,ItemsAdder:dev.lone.itemsadder.main.iJ@34611,ItemsAdder:dev.lone.itemsadder.main.iJ@34611,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34611,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34611,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34612,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34612,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34612,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34612,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34613,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34613,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34613,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34613,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34613,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34614,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34614,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34614,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34614,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34615,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34615,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34615,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34615,ItemsAdder:dev.lone.itemsadder.main.iJ@34615,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34615,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34616,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34616,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34616,ItemsAdder:dev.lone.itemsadder.main.iJ@34616,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34616,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34617,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34617,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34617,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34617,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34617,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34618,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34618,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34618,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34618,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34619,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34619,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34619,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34619,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34619,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34620,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34620,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34620,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34620,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34621,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34621,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34621,ItemsAdder:dev.lone.itemsadder.main.iJ@34621,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34621,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34621,MCPets:fr.nocsy.mcpets.utils.PetTimer$1@34621,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34622,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34622,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34622,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34622,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34623,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34623,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34623,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34623,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34623,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34624,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34624,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34624,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34624,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34625,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34625,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34625,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34625,ItemsAdder:dev.lone.itemsadder.main.iJ@34625,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34625,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34626,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34626,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34626,ItemsAdder:dev.lone.itemsadder.main.iJ@34626,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34626,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34627,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34627,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34627,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34627,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34627,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34628,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34628,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34628,ItemsAdder:dev.lone.itemsadder.main.iJ@34628,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34628,OpenAudioMc:com.craftmend.openaudiomc.generic.networking.DefaultNetworkingService$$Lambda$25422/0x0000000803b60c18@34629,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34629,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34629,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34629,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34629,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34629,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34630,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34630,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34630,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34630,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34631,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34631,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34631,ItemsAdder:dev.lone.itemsadder.main.iJ@34631,ItemsAdder:dev.lone.itemsadder.main.iJ@34631,ItemsAdder:dev.lone.itemsadder.main.iJ@34631,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34631,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34631,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34632,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34632,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34632,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34632,ModelEngine:com.ticxo.modelengine.api.model.mananger.ModelTicker@34633,ModelEngine:com.ticxo.modelengine.api.model.mananger.VFXTicker@34633,ModelEngine:com.ticxo.modelengine.api.model.mananger.InteractionTicker@34633,MythicMobs:io.lumine.mythic.bukkit.utils.Schedulers$LumineTask@34633,OpenAudioMc:com.craftmend.openaudiomc.spigot.services.utils.DataWatcher$$Lambda$27533/0x000000080407aba0@34633,}
Force Loaded Chunks: { 실내,집 근처 폭발 및 엔티티삭제행위 일절 절대금지: {}, 실내,집 근처 폭발 및 엔티티삭제행위 일절 절대금지/twilightforest/twilight_forest: {}, 실내,집 근처 폭발 및 엔티티삭제행위 일절 절대금지/DIM-1: {}, 실내,집 근처 폭발 및 엔티티삭제행위 일절 절대금지/DIM1: {},}
이런 크래시 오류가 뜨면서 서버가 다운이 됩니다.
레프트 클릭 라이트 클릭 상관없이 둘다 그렇습니다.
플러그인만 쓰는 스피곳 서버에서 돌리면 오류가 없고
모드가 좀 많이 뜨긴한데
플러그인으로는 또 할수없는 모드만의 자체 컨텐츠의 재미도 포기할수 없었습니다.
그런데 자세히는 모르겠으나 제 생각으론 모드가 많이 깔려있기에 생기는 문제가 직접적 원인은 아닌것 같습니다.
왜냐하면 포지모드들을 돌려야 하기에 포지 클라이언트로 켜는것은 어쩔수가 없고
부하나 새 기능을 추가하는 모드를 전부빼고 오로지 패브릭, 이리스, 소듐같은 쉐이더+ 최적화 관련 모드만 넣고 돌려도 팅기거든요
반면 스피곳 서버는 옵티파인으로 켜도 옵티파인 클라이언트에선 그런 문제가 일절 보이지 않고 정상적으로 돌아갑니다.
클라이언트 종류의 문제거나
network 1.19.1 이라는 부분이 문제인가? 잘 모르겠는데 맘에 걸리긴 하네요
게임이 아예 불가능할 수준은 아니고 어찌저찌 조심하면 그럭저럭 플레이는 가능한 수준인데
점점 플러그인들이 많이 추가되면서 모델엔진들끼리 어쩌다 충돌이라도 나면 거기서도 튕기기까지 해서 아예 무시하기는 힘들어요
제가 리포트를 완전히 읽을줄 몰라서 그런데
내용이 어쩔수없이 모드서버를 아예 포기하던지 불편함이 있어도 감지덕지하며 좀 안고가야 하는 문제일까요?
크래쉬 리포트 보시고 어떤부분 때문에 문제가 있어 이런일이 발생하고 어떻게 대처해야 하는지 설명해주시면 감사하겠습니다.`
0reo
2023.02.19버킷문제입니다 모드던 페이퍼던 둘중에 하나로쓰세요
플러그인서버뉴비
2023.02.19모드다빼고 포지 클라이언트로만 켜도 문제가 해결되지 않을 때부터 짐작은 했었지만 결국 생각 대로네요..ㅠ
여전히 무지한채 이미 안돼는 일 어떻게든 해결해보겠다고 허탕칠일은 없어졌단건 좋네요...
혹시 모드 + 플러그인 버킷중에 아크라이트랑 모히스트 외에 1.19x~이상 버전 지원이 되는걸 아시는거 있으실까요?
모히스트는 모드업이 플러그인만 넣어도 지금 서버가 열리자마자 닫히는 문제가 있어서 마그마를 알아보고 있는데
1.19.3 버전이 있다는데 공홈에서도 보이질 않아서
아니면 다른 방법도 괜찮습니다.
아크라이트가 페이퍼 플러그인 지원안해서 그런거 같기도함...
답변만으로도 감사드립니다.
0reo
2023.02.19그냥 하이브리드코어가 문제가많아요 돈유즈댓
코코냐
2023.02.19하이브리드 코어 문제의 경우 한쪽을 포기하는것 외엔 답이 없습니다.
플러그인서버뉴비
2023.02.19감사합니다. 아크라이트가 페이퍼를 원천적으로 지원을 안해서 그런거 같기도 하고..
혹시 페이퍼 모드 + 플러그인 중에 1.19~ 이상 버전을 지원하는 버킷이 모히스트 외에 아시는거 있거나
마그마 플러그인 1.19.3경로 아시는거 있는지 물어봐도 될까요?
모히스트는 위 댓글에 적어둔 문제가 있습니다.
아크라이트로도 어느정도 기능 못쓰는 불편함을 감수하고 타협하면 아예 플레이 자체가 불가능한 수준은 아니긴 하지만...
혹시 아니면 애초에 저런 페이퍼 플러그인도 지원하는 모드 + 플러그인 버킷을 가져온다한들 해결이 되기는 힘들 문제일까요 이게
플러그인서버뉴비
2023.02.19하이브리드 코어가 문제가 되는 원리자체를 몰라서 묻는 질문이라 좀 답답해 보여도 양해 부탁드립니다
모히스트에 문제가 있어서 마그마도 1.19.3 버전이 있다기에 찾아봤는데 도무지 찾아지지가 않아서요 ㅋㅋ....솔직히 기대는 안하는데 ㅠ
그외에 다른 대안이 될만한 해결방법이 있으시면 뭐든 적극 받습니다. 유료 호스팅 서버를 쓰는 방법도 상관없어요
코코냐
2023.02.19크래프트 버킷의 뿌리를 타는 플러그인 API와 포지, 패브릭의 모딩 API는 기본적으로 본인들의 API만 쓸 것을 상정하고 만들었기에 동일한 부분을 다른 방법으로 수정하는 등의 충돌이 많습니다. 이를 강제로 두개를 동시에 쓰기위해 합쳐둔 것이 하이브리드 코어기에, 어느 코어를 가져와도 불안정성은 필연적으로 높아집니다.
플러그인서버뉴비
2023.02.19어째 좀 홀가분 하면서도 씁쓸하네요 감사합니다.