Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 195.22 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 11/12/18 3:01 PM
  5. Description: Exception while updating neighbours
  6.  
  7. java.lang.UnsupportedOperationException: Not supported yet.
  8. at org.bukkit.craftbukkit.v1_13_R2.util.DummyGeneratorAccess.b(DummyGeneratorAccess.java:198)
  9. at net.minecraft.server.v1_13_R2.BlockTallSeaGrass.canPlace(SourceFile:76)
  10. at net.minecraft.server.v1_13_R2.IBlockData.canPlace(IBlockData.java:263)
  11. at net.minecraft.server.v1_13_R2.BlockPlant.updateState(BlockPlant.java:17)
  12. at net.minecraft.server.v1_13_R2.BlockTallPlant.updateState(BlockTallPlant.java:17)
  13. at net.minecraft.server.v1_13_R2.IBlockData.updateState(IBlockData.java:251)
  14. at net.minecraft.server.v1_13_R2.Block.a(Block.java:130)
  15. at net.minecraft.server.v1_13_R2.IBlockData.a(IBlockData.java:199)
  16. at net.minecraft.server.v1_13_R2.BlockSponge.b(BlockSponge.java:71)
  17. at net.minecraft.server.v1_13_R2.BlockSponge.a(BlockSponge.java:30)
  18. at net.minecraft.server.v1_13_R2.BlockSponge.doPhysics(BlockSponge.java:25)
  19. at net.minecraft.server.v1_13_R2.IBlockData.doPhysics(IBlockData.java:195)
  20. at net.minecraft.server.v1_13_R2.World.a(World.java:665)
  21. at net.minecraft.server.v1_13_R2.World.applyPhysics(World.java:615)
  22. at net.minecraft.server.v1_13_R2.World.update(World.java:577)
  23. at net.minecraft.server.v1_13_R2.World.notifyAndUpdatePhysics(World.java:508)
  24. at net.minecraft.server.v1_13_R2.World.setTypeAndData(World.java:484)
  25. at net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:311)
  26. at net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:202)
  27. at net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:167)
  28. at net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:512)
  29. at net.minecraft.server.v1_13_R2.Fluid.a(SourceFile:56)
  30. at net.minecraft.server.v1_13_R2.WorldServer.a(WorldServer.java:681)
  31. at net.minecraft.server.v1_13_R2.TickListServer.a(TickListServer.java:85)
  32. at net.minecraft.server.v1_13_R2.WorldServer.q(WorldServer.java:673)
  33. at net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:313)
  34. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1088)
  35. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
  36. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943)
  37. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841)
  38. at java.lang.Thread.run(Thread.java:748)
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- Head --
  45. Thread: Server thread
  46. Stacktrace:
  47. at org.bukkit.craftbukkit.v1_13_R2.util.DummyGeneratorAccess.b(DummyGeneratorAccess.java:198)
  48. at net.minecraft.server.v1_13_R2.BlockTallSeaGrass.canPlace(SourceFile:76)
  49. at net.minecraft.server.v1_13_R2.IBlockData.canPlace(IBlockData.java:263)
  50. at net.minecraft.server.v1_13_R2.BlockPlant.updateState(BlockPlant.java:17)
  51. at net.minecraft.server.v1_13_R2.BlockTallPlant.updateState(BlockTallPlant.java:17)
  52. at net.minecraft.server.v1_13_R2.IBlockData.updateState(IBlockData.java:251)
  53. at net.minecraft.server.v1_13_R2.Block.a(Block.java:130)
  54. at net.minecraft.server.v1_13_R2.IBlockData.a(IBlockData.java:199)
  55. at net.minecraft.server.v1_13_R2.BlockSponge.b(BlockSponge.java:71)
  56. at net.minecraft.server.v1_13_R2.BlockSponge.a(BlockSponge.java:30)
  57. at net.minecraft.server.v1_13_R2.BlockSponge.doPhysics(BlockSponge.java:25)
  58. at net.minecraft.server.v1_13_R2.IBlockData.doPhysics(IBlockData.java:195)
  59.  
  60. -- Block being updated --
  61. Details:
  62. Source block type: ID #minecraft:air (block.minecraft.air // net.minecraft.server.v1_13_R2.BlockAir)
  63. Block: minecraft:sponge
  64. Block location: World: (-13435,32,159), Chunk: (at 5,2,15 in -840,9; contains blocks -13440,0,144 to -13425,255,159), Region: (-27,0; contains chunks -864,0 to -833,31, blocks -13824,0,0 to -13313,255,511)
  65. Stacktrace:
  66. at net.minecraft.server.v1_13_R2.World.a(World.java:665)
  67. at net.minecraft.server.v1_13_R2.World.applyPhysics(World.java:615)
  68. at net.minecraft.server.v1_13_R2.World.update(World.java:577)
  69. at net.minecraft.server.v1_13_R2.World.notifyAndUpdatePhysics(World.java:508)
  70. at net.minecraft.server.v1_13_R2.World.setTypeAndData(World.java:484)
  71. at net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:311)
  72. at net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:202)
  73. at net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:167)
  74. at net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:512)
  75. at net.minecraft.server.v1_13_R2.Fluid.a(SourceFile:56)
  76. at net.minecraft.server.v1_13_R2.WorldServer.a(WorldServer.java:681)
  77.  
  78. -- Block being ticked --
  79. Details:
  80. Block location: World: (-13436,32,158), Chunk: (at 4,2,14 in -840,9; contains blocks -13440,0,144 to -13425,255,159), Region: (-27,0; contains chunks -864,0 to -833,31, blocks -13824,0,0 to -13313,255,511)
  81. Stacktrace:
  82. at net.minecraft.server.v1_13_R2.TickListServer.a(TickListServer.java:85)
  83. at net.minecraft.server.v1_13_R2.WorldServer.q(WorldServer.java:673)
  84. at net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:313)
  85.  
  86. -- Affected level --
  87. Details:
  88. Level name: smponepointthirteen
  89. All players: 17 total; [EntityPlayer['tyiscool97'/767, uuid='673ec05d-1977-413e-80eb-d8e4abb8fccc', l='smponepointthirteen', x=-820.38, y=146.00, z=1960.28, cx=-52, cz=122, tl=732305, v=true, d=false](tyiscool97 at -820.383015334154,146.00133597911216,1960.2804189044982), EntityPlayer['UncleCorgu'/1418, uuid='c2745080-3bff-4672-9ecb-259d1447fb3f', l='smponepointthirteen', x=3504.05, y=72.00, z=6657.72, cx=219, cz=416, tl=459715, v=true, d=false](UncleCorgu at 3504.049484130696,72.0,6657.722087084517), EntityPlayer['AshleyUmbreon'/2361, uuid='7aef7043-f6e6-4cff-8b0a-5a56caccebc9', l='smponepointthirteen', x=1810.47, y=78.00, z=-23.13, cx=113, cz=-2, tl=232269, v=true, d=false](AshleyUmbreon at 1810.4653592791317,78.0,-23.12915551589929), EntityPlayer['Some_Schmo'/1752, uuid='97a58f85-ffc4-4a23-9b4c-d256af1cc1ad', l='smponepointthirteen', x=3511.56, y=213.37, z=6674.71, cx=219, cz=417, tl=6162787, v=true, d=false](Some_Schmo at 3511.5593452885278,213.36813634836992,6674.714817210548), EntityPlayer['Geowilzu'/3488, uuid='2c4f7393-8849-4199-ad37-d0fd84d5ab23', l='smponepointthirteen', x=2085.20, y=63.00, z=1547.11, cx=130, cz=96, tl=8693479, v=true, d=false](Geowilzu at 2085.2007496643964,63.0,1547.1136462837787), EntityPlayer['RainbowFDash'/2251, uuid='fe626073-6ece-4b4b-a2f9-5fdd37cbd433', l='smponepointthirteen', x=12966.67, y=43.00, z=9488.30, cx=810, cz=593, tl=4672370, v=true, d=false](RainbowFDash at 12966.672207446929,43.0,9488.300000011921), EntityPlayer['Dawgathan'/4163, uuid='17eae7b1-85d3-4bf9-8e3f-0b80da30a030', l='smponepointthirteen', x=-13425.84, y=32.55, z=180.93, cx=-840, cz=11, tl=27658655, v=true, d=false](Dawgathan at -13425.837076333157,32.55027935142138,180.93122725973728), EntityPlayer['kingblue_gamer'/4515, uuid='aec75f1a-3b42-4f41-856d-4f9a2cf19162', l='smponepointthirteen', x=1857.86, y=77.42, z=-35.38, cx=116, cz=-3, tl=70318, v=true, d=false](kingblue_gamer at 1857.862352405429,77.41999998688698,-35.37580061387194), EntityPlayer['AHSamantha'/4967, uuid='12b15cff-f451-4688-842d-a6da30c06586', l='smponepointthirteen', x=-3104.77, y=63.00, z=-3518.47, cx=-195, cz=-220, tl=2155203, v=true, d=false](AHSamantha at -3104.7657375421068,63.0,-3518.4672825680373), EntityPlayer['Sammayboy123'/5015, uuid='7c2e95af-5d0d-4cd9-b48b-4749983f2123', l='smponepointthirteen', x=-831.73, y=148.88, z=1977.93, cx=-52, cz=123, tl=892453, v=true, d=false](Sammayboy123 at -831.727982057313,148.875,1977.9264862601674), EntityPlayer['DelyKo'/5020, uuid='793a549a-da09-4926-bf62-3f99e31d2a3e', l='smponepointthirteen', x=-13163.50, y=66.00, z=1008.50, cx=-823, cz=63, tl=4828094, v=true, d=false](DelyKo at -13163.5,66.0,1008.5), EntityPlayer['BeheadedPhoenix'/5625, uuid='5e93b12a-d8bb-418d-bcc0-4bc6d9929893', l='smponepointthirteen', x=32686.19, y=47.83, z=-37660.64, cx=2042, cz=-2354, tl=44891934, v=true, d=false](BeheadedPhoenix at 32686.192530881253,47.82735293628331,-37660.63603316433), EntityPlayer['Skinfreak112'/5895, uuid='edf06627-c6ba-46c8-a613-22dc00a092d4', l='smponepointthirteen', x=32706.32, y=49.95, z=-37663.46, cx=2044, cz=-2354, tl=4097454, v=true, d=false](Skinfreak112 at 32706.317231694862,49.95396611471791,-37663.45641710704), EntityPlayer['frekhem'/6115, uuid='477bf0bd-f53e-4449-8006-2a3d5ccef5ea', l='smponepointthirteen', x=22546.54, y=60.00, z=27282.35, cx=1409, cz=1705, tl=5224433, v=true, d=false](frekhem at 22546.538126614443,60.0,27282.352552875942), EntityPlayer['_Asteroid'/6482, uuid='c8d12440-3c18-43c9-8811-766a49c2b374', l='smponepointthirteen', x=-13433.49, y=32.00, z=160.15, cx=-840, cz=10, tl=13654739, v=true, d=false](_Asteroid at -13433.492046031928,32.0,160.14845881264085), EntityPlayer['KoopaTroopa2006'/7304, uuid='4f3ffd36-e4ca-4c11-8844-6dbcbf21edd9', l='smponepointthirteen', x=5454.38, y=76.37, z=6218.58, cx=340, cz=388, tl=55807032, v=true, d=false](KoopaTroopa2006 at 5454.375148887422,76.37315363876688,6218.5845734775185), EntityPlayer['Raven_Ghost'/4920, uuid='afb2208d-b3d2-41c7-b04f-66307f4f84ed', l='smponepointthirteen', x=11630.70, y=68.00, z=8529.97, cx=726, cz=533, tl=39938514, v=true, d=false](Raven_Ghost at 11630.70196292713,68.0,8529.972864999785)]
  90. Chunk stats: ServerChunkCache: 1814 Drop: 0
  91. Level seed: ****
  92. Level generator: ID 00 - default, ver 1. Features enabled: true
  93. Level generator options: {}
  94. Level spawn location: World: (1378,88,-711), Chunk: (at 2,5,9 in 86,-45; contains blocks 1376,0,-720 to 1391,255,-705), Region: (2,-2; contains chunks 64,-64 to 95,-33, blocks 1024,0,-1024 to 1535,255,-513)
  95. Level time: 114278120 game time, 112971987 day time
  96. Level dimension: 0
  97. Level storage version: 0x04ABD - Anvil
  98. Level weather: Rain time: 31098 (now: false), thunder time: 80953 (now: false)
  99. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  100. Stacktrace:
  101. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1088)
  102. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
  103. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943)
  104. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841)
  105. at java.lang.Thread.run(Thread.java:748)
  106.  
  107. -- System Details --
  108. Details:
  109. Minecraft Version: 1.13.2
  110. Operating System: Linux (amd64) version 4.9.103-xxxx-std-ipv6-64
  111. Java Version: 1.8.0_161, Oracle Corporation
  112. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  113. Memory: 4310803352 bytes (4111 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
  114. JVM Flags: 4 total; -Xmx6144M -Xms6144M -XX:+UseG1GC -Xss4M
  115. CraftBukkit Information:
  116. Running: Paper version git-Paper-436 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT) true
  117. Plugins: { PostPigeon v1.1.0-BETA com.creeper.plugin.PP [Creepermorderen], ColoredSigns v2.0* de.janomine.coloredsigns.main.ColoredSigns [Janomine], ClearChat v1.4* me.hendrik_the_best.clearchat.ClearChat [Hendrik_the_best], GroupManager vGMBuildVer (Phoenix) org.anjocaido.groupmanager.GroupManager [AnjoCaido, Gabriel Couto, ElgarL], Vehicles v9.2.1* es.pollitoyeye.vehicles.VehiclesMain [Pollitoyeye], PlugMan v2.1.5* com.rylinaux.plugman.PlugMan [rylinaux], JumpBlocks v0.3* au.com.webstermail.jumpblocks.jb [], BlockSurvival v1.2* ‌ ​‏ [BAQGMON], SuperTrails v9.6.8* me.kvq.plugin.trails.main [kvq], ConsoleSay v1.03* net.minecraftnation.elysium.pocketkings719.ConsoleSay.ConsoleSay [pocketkings719], MobFarmManager v1.5.0.0 com.MobFarmManager.Zrips.MFM [Zrips], EditableSign v2.4.1* com.vk2gpz.editablesign.EditableSign [vk2gpz], ChatFeelings v3.7.3-BETA com.zach_attack.chatfeelings.Main [zach_attack], NamePlateColor v1.0 me.lee.nameplatecolor.Main [Lee], Ridables v2.56 net.pl3x.bukkit.ridables.Ridables [BillyGalbreath], ViaVersion v1.6.0* us.myles.ViaVersion.ViaVersionPlugin [_MylesC, Matsv], CoreProtect v2.15.1 net.coreprotect.CoreProtect [Intelli], LagAssist v2.8.0 cx.sfy.LagAssist.Main [Stefatorus], WCNoPhantom v0.0.2-SNAPSHOT me.ford.wcnophantom.WCNoPhantom [Ford], Wild v3.14.11 me.Qball.Wild.Wild [Qball_], FirstJoinPlus v2.4.1* com.chaseoes.firstjoinplus.FirstJoinPlus [chaseoes], WCTridentDolphin v0.0.9 me.mart.wctridentdolphin.WCTridentDolphin [Ford], ZavMessage v1.1* io.github.zachoooo.ZavMessage [zachoooo], ColourMotd v0.1* me.JayzaSapphire.ColourMotd [JayzaSapphire], WorldBorder v1.8.6* com.wimbli.WorldBorder.WorldBorder [Brettflan], Votifier v2.4.1 com.vexsoftware.votifier.NuVotifierBukkit [ParallelBlock, blakeman8192, Kramer, tuxed], BannerBoard v1.9.10.3* me.bigteddy98.bannerboard.Main [BigTeddy98], LobbyPresents v4.0* com.poompk.LobbyPresents.Main [poompk], ProtocolLib v4.4.0* com.comphenix.protocol.ProtocolLib [dmulloy2, comphenix], Multiverse-Core v2.6.0-b738* com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--, dumptruckman], LibsDisguises v9.6.0-SNAPSHOT me.libraryaddict.disguise.LibsDisguises [libraryaddict, Byteflux, Navid K.], VotingPlugin v5.16.1 com.Ben12345rocks.VotingPlugin.Main [Ben12345rocks], ColorShuffle v1.5* com.tux2mc.colorshuffle.ColorShuffle [Tux2], AsyncWorldEdit v3.6.0-beta-9 org.primesoft.asyncworldedit.AsyncWorldEditBukkit [SBPrime], CrazyCratesMod v0.1.6-mod me.badbones69.crazycrates.Main [BadBones69], Vault v1.6.1* net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], ColoredAnvils v1.08* me.flamingkatana.coloredanvils.ColoredAnvils [], SimpleSit v1.6.3* net.apcat.simplesit.SimpleSit [SkyLordJay_], MobArena v0.103 com.garbagemule.MobArena.MobArena [garbagemule], LWC v2.1.2-dev-acfc0b5 com.griefcraft.lwc.LWCPlugin [Hidendra, Tsuser1, pop4959, Me_Goes_RAWR], HolographicDisplays v2.3.1 com.gmail.filoghost.holographicdisplays.HolographicDisplays [], Multiverse-Inventories v2.5.0-SNAPSHOT-b444* com.onarandombox.multiverseinventories.MultiverseInventories [dumptruckman], WCUnenchant v0.0.4 me.ford.wcunenchant.WCUnenchant [Ford], PlayerVaults v3.5.7-b${BUILD_NUMBER}* com.drtshock.playervaults.PlayerVaults [drtshock, Koalaaaa], Multiverse-NetherPortals v2.5.2-SNAPSHOT-b729* com.onarandombox.MultiverseNetherPortals.MultiverseNetherPortals [Rigby, fernferret], SimpleVoteListener v2.6* me.puyttre.svl.SimpleVoteListener [Puyttre], WorldEdit v7.0.0-SNAPSHOT;3935-f0070c1 com.sk89q.worldedit.bukkit.WorldEditPlugin [], HolographicScoreboard v1.5.2* dk.lockfuglsang.wolfencraft.HolographicScoreboard [R4zorax], Minigames v1.12.2-RC-265* au.com.mineauz.minigames.Minigames [_Razz_ Schmoller Addstar Narimm], PlayerVaults_MultiWorld v1.0* com.igufguf.pvmultiworld.Main [iGufGuf], SafeChat v0.0.2-SNAPSHOT* me.ford.safechatfork.SafeChatPlugin [], Citizens v2.0.24-SNAPSHOT (build 1591) net.citizensnpcs.Citizens [aPunch, fullwall], Minigames-Regions v1.12.2-RC-265* au.com.mineauz.minigamesregions.Main [_Razz_ AddstarMC], AncientGates v2.1* org.mcteam.ancientgates.Plugin [NoChanceSD], WCLordColor v0.0.3-SNAPSHOT me.ford.wclordcolor.WCLordColor [Ford], WorldGuard v7.0.0-SNAPSHOT;1754-9169653 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], Quests v3.4.0-b493* me.blackvein.quests.Quests [HappyPikachu], HorseTpWithMe v3.2.0 au.TheMrJezza.HorseTpWithMe.Main [TheMrJezza], Blacksmith v1.13.2 net.apunch.blacksmith.BlacksmithPlugin [aPunch, jrbudda, HurricanKai], RespawnInPlace v0.0.2-SNAPSHOT me.ford.citizensrespawn.CitizensRespawn [drives_a_ford], ArtMap v3.0.0 me.Fupery.ArtMap.ArtMap [Fupery], MiniaturePets v2.1.1* com.kirelcodes.miniaturepets.MiniaturePets [], SavageDeathChest v1.8.5 com.winterhaven_mc.deathchest.PluginMain [Tim Savage, Ford (1.13.1 support)], ChestShop v3.9.3-SNAPSHOT (build 100) com.Acrobot.ChestShop.ChestShop [Acrobot, https://github.com/ChestShop-authors/ChestShop-3/contributors], HorseTpPerWorld v1.0* com.igufguf.horsetpperworld.Main [iGufGuf], ChestShopNotifier v1.3.0-SNAPSHOT (build #35)* com.wfector.notifier.ChestShopNotifier [BetaBlaze, Phoenix616, FrankHeijden], EnjinMinecraftPlugin v3.5.1 com.enjin.bukkit.EnjinMinecraftPlugin [www.Enjin.com], BanManager v5.15.0-SNAPSHOT* me.confuser.banmanager.BanManager [confuser], BanManagerWKMAddons v0.0.1* me.mart.banmanagerwkmaddons.BanManagerWKMAddons [Ford], WCHalloween v1.0.4-SNAPSHOT me.ford.wchalloween.WCHalloween [drives_a_ford], CrazyEnchantments v1.8.1.0.0 me.badbones69.crazyenchantments.Main [BadBones69], WCWinterTools v0.0.3 me.mart.wcwintertools.WCWinterTools [Ford], Essentials v2.15.0.52* com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685], WCOnlineSkullTrader v0.1.0 me.mart.wconlineskulltrader.WCOnlineSkullTrader [Ford], EssentialsSpawn v2.15.0.52* com.earth2me.essentials.spawn.EssentialsSpawn [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], WCTrapHouses v0.2.1 me.mart.wctraphouses.WCTrapHouses [Ford], WCDrinkPerks v0.2.2 me.mart.wcdrinkperks.WCDrinkPerks [Ford], Multiverse-EssentialsSupport v2.5-b3* com.onarandombox.MultiverseEssentialsSupport.MultiverseEssentialsSupport [main()], OfflinePay v0.0.5 me.mart.offlinepay.OfflinePay [Ford], WCCustomSetWarp v0.2.0 me.mart.WCCustomSetWarp [Ford], VanishNoPacket v3.20.1-FORDMOD-04.09.2018 org.kitteh.vanish.VanishPlugin [mbaxter], EssentialsChat v2.15.0.52* com.earth2me.essentials.chat.EssentialsChat [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally],}
  118. Warnings: DEFAULT
  119. Reload Count: 0
  120. Threads: { WAITING Craft Scheduler Thread - 206: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_13_R2.DedicatedServer$1.run(DedicatedServer.java:66)], WAITING Craft Scheduler Thread - 180: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-51: [java.lang.Thread.sleep(Native Method), com.Ben12345rocks.VotingPlugin.AdvancedCore.Thread.FileThread$ReadThread.run(FileThread.java:95)], WAITING Craft Scheduler Thread - 142: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 71: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-minigames: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 212: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Async Chat Thread - #0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 215: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 162: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 80: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 7: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 203: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 188: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 24: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 143: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_13_R2.FileIOThread.c(FileIOThread.java:57), net.minecraft.server.v1_13_R2.FileIOThread.run(FileIOThread.java:30), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-3: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 47: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 23: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference.tryHandlePending(Reference.java:191), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)], WAITING Craft Scheduler Thread - 210: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-hallow2018: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 1: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 129: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 49: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 220: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server console handler: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:255), java.io.BufferedInputStream.read1(BufferedInputStream.java:284), java.io.BufferedInputStream.read(BufferedInputStream.java:345), sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284), sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326), sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178), java.io.InputStreamReader.read(InputStreamReader.java:184), java.io.BufferedReader.fill(BufferedReader.java:161), java.io.BufferedReader.readLine(BufferedReader.java:324), java.io.BufferedReader.readLine(BufferedReader.java:389), net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:179), net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:142), net.minecraft.server.v1_13_R2.DedicatedServer$2.run(DedicatedServer.java:83)], WAITING Craft Scheduler Thread - 166: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 16: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE DestroyJavaVM: [], WAITING Craft Scheduler Thread - 94: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 122: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 99: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 177: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 44: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 14: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 121: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 88: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 251: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 198: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Java2D Disposer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164), sun.java2d.Disposer.run(Disposer.java:148), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 211: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Signal Dispatcher: [], WAITING Craft Scheduler Thread - 219: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 146: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 78: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 54: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 174: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 41: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 75: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 0: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 95: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 89: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 232: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 60: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Keep-Alive-Timer: [java.lang.Thread.sleep(Native Method), sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:172), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 260: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 175: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 100: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 42: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-10: [java.lang.Thread.sleep(Native Method), com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 193: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 50: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 51: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 208: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-59-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-4: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 160: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 176: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-56-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 127: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Timer-2: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.socketRead(SocketInputStream.java:116), java.net.SocketInputStream.read(SocketInputStream.java:171), java.net.SocketInputStream.read(SocketInputStream.java:141), sun.security.ssl.InputRecord.readFully(InputRecord.java:465), sun.security.ssl.InputRecord.read(InputRecord.java:503), sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983), sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940), sun.security.ssl.AppInputStream.read(AppInputStream.java:105), java.io.BufferedInputStream.fill(BufferedInputStream.java:246), java.io.BufferedInputStream.read1(BufferedInputStream.java:286), java.io.BufferedInputStream.read(BufferedInputStream.java:345), sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735), sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678), sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587), sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492), sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263), com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:87), com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:66), com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:55), com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:45), net.minecraft.server.v1_13_R2.UserCache.a(UserCache.java:89), net.minecraft.server.v1_13_R2.UserCache.getProfile(UserCache.java:158), org.bukkit.craftbukkit.v1_13_R2.CraftProfileBanList.isBanned(CraftProfileBanList.java:84), org.bukkit.craftbukkit.v1_13_R2.CraftOfflinePlayer.isBanned(CraftOfflinePlayer.java:98), com.Ben12345rocks.VotingPlugin.AdvancedCore.UserManager.User.isBanned(User.java:537), com.Ben12345rocks.VotingPlugin.TopVoter.TopVoterHandler.updateTopVoters(TopVoterHandler.java:569), com.Ben12345rocks.VotingPlugin.Main.update(Main.java:971), com.Ben12345rocks.VotingPlugin.Main$1$1.run(Main.java:335), java.util.TimerThread.mainLoop(Timer.java:555), java.util.TimerThread.run(Timer.java:505)], WAITING Craft Scheduler Thread - 159: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 141: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-42: [   ‎      .lambda$openStreamHandler$1(啰啴喂 熠燃燆 燧熀燹 熦燅熪熱熮 熀熈燮 燁燍熽燓燆),    ‎      $$Lambda$1922/1531048217.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 93: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-1: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Craft Scheduler Thread - 22: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-32-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)], WAITING Craft Scheduler Thread - 196: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 69: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 35: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 185: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 114: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-65-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 207: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 147: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 64: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 124: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 106: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 43: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 65: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 202: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 167: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 86: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-1: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 161: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 170: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 61: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 28: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 178: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 165: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 112: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 169: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 128: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Async Scheduler Management Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 186: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-TheNether: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-world_nether: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 137: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 134: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 244: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 116: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 29: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 213: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 83: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 67: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 153: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 150: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 38: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Votifier NIO boss: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97), com.vexsoftware.votifier.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62), com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:753), com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:409), com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 144: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 133: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 132: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 108: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 181: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 200: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 118: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 52: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 136: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-CreativeWorld: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 126: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 37: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 12: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 171: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 173: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 194: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 135: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING HikariPool-1 housekeeper: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 55: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 68: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 168: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 187: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 111: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Abandoned connection cleanup thread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 53: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 26: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 223: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 62: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-47-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 182: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-Event: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 66: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 48: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING ObjectCleanerThread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54), io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 195: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 107: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 115: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 192: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 85: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 154: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 218: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 96: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 172: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-66-thread-2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 101: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-5: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Log4j2-TF-1-AsyncLogger[AsyncContext@3d4eac69]-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38), com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56), com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159), com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 199: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 104: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 87: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 254: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 157: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 125: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 221: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-25: [java.lang.Thread.sleep(Native Method), net.coreprotect.consumer.Consumer.run(Consumer.java:105), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 109: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-5: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 73: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 6: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-3: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Craft Scheduler Thread - 81: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 32: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 97: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 59: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-66-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1610), org.bukkit.craftbukkit.v1_13_R2.CraftCrashReport.call(CraftCrashReport.java:32), net.minecraft.server.v1_13_R2.CrashReportSystemDetails.a(SourceFile:79), net.minecraft.server.v1_13_R2.CrashReport.h(CrashReport.java:66), net.minecraft.server.v1_13_R2.CrashReport.<init>(CrashReport.java:34), net.minecraft.server.v1_13_R2.CrashReport.a(CrashReport.java:260), net.minecraft.server.v1_13_R2.World.a(World.java:671), net.minecraft.server.v1_13_R2.World.applyPhysics(World.java:615), net.minecraft.server.v1_13_R2.World.update(World.java:577), net.minecraft.server.v1_13_R2.World.notifyAndUpdatePhysics(World.java:508), net.minecraft.server.v1_13_R2.World.setTypeAndData(World.java:484), net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:311), net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:202), net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:167), net.minecraft.server.v1_13_R2.FluidTypeFlowing.a(FluidTypeFlowing.java:512), net.minecraft.server.v1_13_R2.Fluid.a(SourceFile:56), net.minecraft.server.v1_13_R2.WorldServer.a(WorldServer.java:681), net.minecraft.server.v1_13_R2.WorldServer$$Lambda$1751/1603416772.accept(Unknown Source), net.minecraft.server.v1_13_R2.TickListServer.a(TickListServer.java:85), net.minecraft.server.v1_13_R2.WorldServer.q(WorldServer.java:673), net.minecraft.server.v1_13_R2.WorldServer.doTick(WorldServer.java:313), net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1088), net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439), net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943), net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841), java.lang.Thread.run(Thread.java:748)], WAITING ProtocolLib-StructureCompiler 0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 201: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 91: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 131: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 31: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-smponepointnine: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 33: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 151: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 152: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 10: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 145: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-7: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 39: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 74: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 139: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-world: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 163: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 82: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 179: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 214: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 40: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-DeathRun: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-6: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 45: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-63-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 30: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-smponepointthirteen: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 189: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 27: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 158: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 92: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 25: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 70: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 120: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 77: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-11-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 209: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 197: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-52: [java.lang.Thread.sleep(Native Method), com.Ben12345rocks.VotingPlugin.AdvancedCore.Thread.Thread$ReadThread.run(Thread.java:33)], WAITING Craft Scheduler Thread - 98: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-8: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 123: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-7: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Craft Scheduler Thread - 130: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 79: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 57: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-15-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-world_the_end: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 2: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-ThePurge: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-Spawn: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 58: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 20: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 113: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 184: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 34: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 103: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 11: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 110: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 183: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 149: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], WAITING Craft Scheduler Thread - 155: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 148: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Craft Scheduler Thread - 204: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 190: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-9: [java.lang.Thread.sleep(Native Method), com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:183), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 36: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-Sky: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 222: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-64-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-2: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 90: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-35-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 119: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 46: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-6: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING pool-67-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-24: [java.lang.Thread.sleep(Native Method), net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:15), java.lang.Thread.run(Thread.java:748)], WAITING Paper Async Task Handler Thread - 0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 56: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 76: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-26: [java.lang.Thread.sleep(Native Method),   ‎    ‍  .‏  ‏‎   ‍ .  ‌  ‏    (燩熣燺熦熴燹燧燲熮熦燹燽燦熾熺 熜燓熞燇燀 燆燝熉熢熠燄燋 熩熮熧燌燁 燉燀燦熥熮燔燀熡熼熥 熦熳燈燓燋 熢燜燦熬燝熫熥 燍熯燈 喚喘喊喗啓喓喆喒喊 熩燏熧 燗營燌燄熞燋燛燈燖燙燒燐 熽熾熺熥熰),   ‎    ‍  .‏  ‏‎   ‍ .lambda$start$0(燩熣燺熦熴燹燧燲熮熦燹燽燦熾熺 熜燓熞燇燀 燆燝熉熢熠燄燋 熩熮熧燌燁 燉燀燦熥熮燔燀熡熼熥 熦熳燈燓燋 熢燜燦熬燝熫熥 燍熯燈 喚喘喊喗啓喓喆喒喊 熩燏熧 燗營燌燄熞燋燛燈燖燙燒燐 熽熾熺熥熰),   ‎    ‍  .‏  ‏‎   ‍ $$Lambda$1888/367344442.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 140: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 84: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 205: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-TheEnd: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:213), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1760/2064200782.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 117: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-4: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 224: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 105: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 63: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING bm-local housekeeper: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-41: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.socketRead(SocketInputStream.java:116), java.net.SocketInputStream.read(SocketInputStream.java:171), java.net.SocketInputStream.read(SocketInputStream.java:141), java.net.SocketInputStream.read(SocketInputStream.java:127), javax.crypto.CipherInputStream.getMoreData(CipherInputStream.java:114), javax.crypto.CipherInputStream.read(CipherInputStream.java:239),  ‌ ‍‏‍ ‏  .     ​    (StreamNetInput.java:47479),    ‎      .lambda$openStreamHandler$0(啰啴喂 熠燃燆 燧熀燹 熦燅熪熱熮 熀熈燮 燁燍熽燓燆),    ‎      $$Lambda$1921/269894131.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Paper Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:137)], WAITING Craft Scheduler Thread - 217: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 228: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 156: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 259: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 138: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 102: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 5: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 164: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 216: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 191: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Craft Scheduler Thread - 72: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), me.bigteddy98.bannerboard.db.run(Unknown Source), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63), org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)],}
  121.  
  122. Profiler Position: N/A (disabled)
  123. Player Count: 20 / 75; [EntityPlayer['montcervin'/764, uuid='964558e0-fc73-4ce5-8f61-6f1fe76fcf09', l='TheNether', x=4320.89, y=203.06, z=4054.23, cx=270, cz=253, tl=17546974, v=true, d=false](montcervin at 4320.8865986614965,203.0625,4054.233313964101), EntityPlayer['tyiscool97'/767, uuid='673ec05d-1977-413e-80eb-d8e4abb8fccc', l='smponepointthirteen', x=-820.38, y=146.00, z=1960.28, cx=-52, cz=122, tl=732305, v=true, d=false](tyiscool97 at -820.383015334154,146.00133597911216,1960.2804189044982), EntityPlayer['UncleCorgu'/1418, uuid='c2745080-3bff-4672-9ecb-259d1447fb3f', l='smponepointthirteen', x=3504.05, y=72.00, z=6657.72, cx=219, cz=416, tl=459715, v=true, d=false](UncleCorgu at 3504.049484130696,72.0,6657.722087084517), EntityPlayer['AshleyUmbreon'/2361, uuid='7aef7043-f6e6-4cff-8b0a-5a56caccebc9', l='smponepointthirteen', x=1810.47, y=78.00, z=-23.13, cx=113, cz=-2, tl=232269, v=true, d=false](AshleyUmbreon at 1810.4653592791317,78.0,-23.12915551589929), EntityPlayer['Some_Schmo'/1752, uuid='97a58f85-ffc4-4a23-9b4c-d256af1cc1ad', l='smponepointthirteen', x=3511.56, y=213.37, z=6674.71, cx=219, cz=417, tl=6162787, v=true, d=false](Some_Schmo at 3511.5593452885278,213.36813634836992,6674.714817210548), EntityPlayer['Molyticus'/3055, uuid='96103864-04e7-4a10-95c9-a330018b1f2e', l='CreativeWorld', x=1277.27, y=19.24, z=1918.82, cx=79, cz=119, tl=57678387, v=true, d=false](Molyticus at 1277.267773118948,19.23802664091205,1918.8207881875305), EntityPlayer['Geowilzu'/3488, uuid='2c4f7393-8849-4199-ad37-d0fd84d5ab23', l='smponepointthirteen', x=2085.20, y=63.00, z=1547.11, cx=130, cz=96, tl=8693479, v=true, d=false](Geowilzu at 2085.2007496643964,63.0,1547.1136462837787), EntityPlayer['Shalkan'/3798, uuid='c16e92b3-5f9c-4c98-b2ae-e74ec7ee4ad7', l='TheNether', x=-506.30, y=75.20, z=1390.70, cx=-32, cz=86, tl=24682843, v=true, d=false](Shalkan at -506.30000001192093,75.20000004768372,1390.699999988079), EntityPlayer['RainbowFDash'/2251, uuid='fe626073-6ece-4b4b-a2f9-5fdd37cbd433', l='smponepointthirteen', x=12966.67, y=43.00, z=9488.30, cx=810, cz=593, tl=4672370, v=true, d=false](RainbowFDash at 12966.672207446929,43.0,9488.300000011921), EntityPlayer['Dawgathan'/4163, uuid='17eae7b1-85d3-4bf9-8e3f-0b80da30a030', l='smponepointthirteen', x=-13425.84, y=32.55, z=180.93, cx=-840, cz=11, tl=27658655, v=true, d=false](Dawgathan at -13425.837076333157,32.55027935142138,180.93122725973728), EntityPlayer['kingblue_gamer'/4515, uuid='aec75f1a-3b42-4f41-856d-4f9a2cf19162', l='smponepointthirteen', x=1857.86, y=77.42, z=-35.38, cx=116, cz=-3, tl=70318, v=true, d=false](kingblue_gamer at 1857.862352405429,77.41999998688698,-35.37580061387194), EntityPlayer['AHSamantha'/4967, uuid='12b15cff-f451-4688-842d-a6da30c06586', l='smponepointthirteen', x=-3104.77, y=63.00, z=-3518.47, cx=-195, cz=-220, tl=2155203, v=true, d=false](AHSamantha at -3104.7657375421068,63.0,-3518.4672825680373), EntityPlayer['Sammayboy123'/5015, uuid='7c2e95af-5d0d-4cd9-b48b-4749983f2123', l='smponepointthirteen', x=-831.73, y=148.88, z=1977.93, cx=-52, cz=123, tl=892453, v=true, d=false](Sammayboy123 at -831.727982057313,148.875,1977.9264862601674), EntityPlayer['DelyKo'/5020, uuid='793a549a-da09-4926-bf62-3f99e31d2a3e', l='smponepointthirteen', x=-13163.50, y=66.00, z=1008.50, cx=-823, cz=63, tl=4828094, v=true, d=false](DelyKo at -13163.5,66.0,1008.5), EntityPlayer['BeheadedPhoenix'/5625, uuid='5e93b12a-d8bb-418d-bcc0-4bc6d9929893', l='smponepointthirteen', x=32686.19, y=47.83, z=-37660.64, cx=2042, cz=-2354, tl=44891934, v=true, d=false](BeheadedPhoenix at 32686.192530881253,47.82735293628331,-37660.63603316433), EntityPlayer['Skinfreak112'/5895, uuid='edf06627-c6ba-46c8-a613-22dc00a092d4', l='smponepointthirteen', x=32706.32, y=49.95, z=-37663.46, cx=2044, cz=-2354, tl=4097454, v=true, d=false](Skinfreak112 at 32706.317231694862,49.95396611471791,-37663.45641710704), EntityPlayer['frekhem'/6115, uuid='477bf0bd-f53e-4449-8006-2a3d5ccef5ea', l='smponepointthirteen', x=22546.54, y=60.00, z=27282.35, cx=1409, cz=1705, tl=5224433, v=true, d=false](frekhem at 22546.538126614443,60.0,27282.352552875942), EntityPlayer['_Asteroid'/6482, uuid='c8d12440-3c18-43c9-8811-766a49c2b374', l='smponepointthirteen', x=-13433.49, y=32.00, z=160.15, cx=-840, cz=10, tl=13654739, v=true, d=false](_Asteroid at -13433.492046031928,32.0,160.14845881264085), EntityPlayer['KoopaTroopa2006'/7304, uuid='4f3ffd36-e4ca-4c11-8844-6dbcbf21edd9', l='smponepointthirteen', x=5454.38, y=76.37, z=6218.58, cx=340, cz=388, tl=55807032, v=true, d=false](KoopaTroopa2006 at 5454.375148887422,76.37315363876688,6218.5845734775185), EntityPlayer['Raven_Ghost'/4920, uuid='afb2208d-b3d2-41c7-b04f-66307f4f84ed', l='smponepointthirteen', x=11630.70, y=68.00, z=8529.97, cx=726, cz=533, tl=39938514, v=true, d=false](Raven_Ghost at 11630.70196292713,68.0,8529.972864999785)]
  124. Data Packs: vanilla, file/bukkit (incompatible)
  125. Is Modded: Definitely; Server brand changed to 'Paper'
  126. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement