• Type: Bug
    • Resolution: Invalid
    • Priority: Major
    • None
    • Affects Version/s: None
    • Environment:

      [11:22:35] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:35] [Spigot Watchdog Thread/ERROR]: Current Thread: Abandoned connection cleanup thread
      [11:22:35] [Spigot Watchdog Thread/ERROR]: PID: 31 | Suspended: false | Native: false | State: TIMED_WAITING
      [11:22:35] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:35] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [11:22:35] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
      [11:22:35] [Spigot Watchdog Thread/ERROR]: com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
      [11:22:35] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:35] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-9
      [11:22:35] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: TIMED_WAITING
      [11:22:35] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:35] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [11:22:35] [Spigot Watchdog Thread/ERROR]: com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:182)
      [11:22:35] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
      [11:22:35] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:35] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
      [11:22:35] [Spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
      [11:22:35] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:35] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [11:22:35] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
      [11:22:35] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #0
      [11:22:36] [Spigot Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: false | State: BLOCKED
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:36] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.util.ListWrapper.add(ListWrapper.java:48)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.ServerConnection$4.initChannel(ServerConnection.java:97)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Unknown Source)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:40)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:15)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:412)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:60)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:48)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:64)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:251)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:92)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
      [11:22:36] [Spigot Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:36] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
      [11:22:36] [Spigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: RUNNABLE
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:36] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
      [11:22:36] [Spigot Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: false | State: RUNNABLE
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.fusesource.jansi.internal.Kernel32.ReadConsoleInputW(Native Method)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.fusesource.jansi.internal.Kernel32.readConsoleInputHelper(Kernel32.java:761)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.fusesource.jansi.internal.Kernel32.readConsoleKeyInput(Kernel32.java:794)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.WindowsTerminal.readConsoleInput(WindowsTerminal.java:215)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.WindowsTerminal.access$000(WindowsTerminal.java:55)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.WindowsTerminal$1.read(WindowsTerminal.java:157)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
      [11:22:36] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.DedicatedServer$2.run(DedicatedServer.java:84)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-5
      [11:22:37] [Spigot Watchdog Thread/ERROR]: PID: 20 | Suspended: false | Native: false | State: WAITING
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:37] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:27)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
      [11:22:37] [Spigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: false | State: RUNNABLE
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:37] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
      [11:22:37] [Spigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: false | State: RUNNABLE
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Locked on:com.sk89q.worldguard.protection.managers.index.ChunkHashTable.get(ChunkHashTable.java:96)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Locked on:net.minecraft.server.v1_11_R1.ServerConnection.c(ServerConnection.java:140)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.security.AccessController.getStackAccessControlContext(Native Method)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.security.AccessController.getContext(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.init(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.init(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.<init>(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$DefaultThreadFactory.newThread(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.<init>(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.addWorker(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: com.google.common.util.concurrent.MoreExecutors$ListeningDecorator.execute(MoreExecutors.java:484)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:50)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: com.sk89q.worldguard.protection.managers.index.ChunkHashTable.get(ChunkHashTable.java:96)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: com.sk89q.worldguard.protection.managers.index.ChunkHashTable.getOrCreate(ChunkHashTable.java:110)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: com.sk89q.worldguard.protection.managers.index.ChunkHashTable.bias(ChunkHashTable.java:162)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: com.sk89q.worldguard.protection.managers.RegionManager.loadChunk(RegionManager.java:151)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: com.sk89q.worldguard.bukkit.RegionContainer$1.onChunkLoad(RegionContainer.java:111)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.Chunk.loadNearby(Chunk.java:910)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:53)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:137)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:120)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:116)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.CraftWorld.getChunkAt(CraftWorld.java:131)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.CraftWorld.getBlockAt(CraftWorld.java:95)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_11_R1.CraftWorld.getBlockAt(CraftWorld.java:561)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.Location.getBlock(Location.java:87)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.coreprotect.consumer.Queue.queuePlayerLogin(Queue.java:242)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.coreprotect.listener.PlayerListener.onPlayerJoin(PlayerListener.java:751)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.PlayerList.onPlayerJoin(PlayerList.java:327)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.PlayerList.a(PlayerList.java:160)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.LoginListener.b(LoginListener.java:147)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.LoginListener.F_(LoginListener.java:57)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:233)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.ServerConnection.c(ServerConnection.java:140)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:842)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
      [11:22:37] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:37] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
      [11:22:37] [Spigot Watchdog Thread/ERROR]: PID: 17 | Suspended: false | Native: false | State: TIMED_WAITING
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_11_R1.DedicatedServer$1.run(DedicatedServer.java:59)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
      [11:22:38] [Spigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: false | State: WAITING
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
      [11:22:38] [Spigot Watchdog Thread/ERROR]: PID: 12 | Suspended: false | Native: false | State: TIMED_WAITING
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Current Thread: Attach Listener
      [11:22:38] [Spigot Watchdog Thread/ERROR]: PID: 5 | Suspended: false | Native: false | State: RUNNABLE
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
      [11:22:38] [Spigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
      [11:22:38] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: RUNNABLE
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.String.<init>(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.String.substring(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.String.subSequence(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.regex.Matcher.getSubSequence(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.regex.Matcher.group(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.Formatter$FormatSpecifier.<init>(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.Formatter.parse(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.Formatter.format(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.Formatter.format(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.String.format(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: org.sqlite.SQLiteErrorCode.toString(SQLiteErrorCode.java:150)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.Formatter$FormatSpecifier.printString(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.Formatter$FormatSpecifier.print(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.Formatter.format(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.util.Formatter.format(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.String.format(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: org.sqlite.core.DB.newSQLException(DB.java:909)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: org.sqlite.core.CoreStatement.internalClose(CoreStatement.java:115)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: org.sqlite.jdbc3.JDBC3Statement.close(JDBC3Statement.java:35)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: org.sqlite.jdbc4.JDBC4Statement.close(JDBC4Statement.java:27)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: org.sqlite.jdbc3.JDBC3Statement.finalize(JDBC3Statement.java:42)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.System$2.invokeFinalize(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer.runFinalizer(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer.access$100(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
      [11:22:38] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
      [11:22:38] [Spigot Watchdog Thread/ERROR]: Stack:
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Unknown Source)
      [11:22:38] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
      [11:22:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [11:22:41] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
      [11:22:42] [Spigot Watchdog Thread/INFO]: Stopping server
      [11:22:44] [Spigot Watchdog Thread/INFO]: [shopkeeper] Disabling shopkeeper v0.1
      [11:22:46] [Server thread/INFO]: the_tim_craft[/77.168.153.170:55754] logged in with entity id 60060 at ([survival]1335.0040923420183, 105.0, 5329.48193034316)
      [11:23:04] [Server thread/INFO]: [Essentials] Lag Notice - Slow Permissions System (GroupManager) Response - Request took over 869.335ms!
      [11:23:15] [Spigot Watchdog Thread/INFO]: [CommandNPC] Disabling CommandNPC v1.8.8.2
      [11:23:18] [Spigot Watchdog Thread/INFO]: [Kit] Disabling Kit v3.0
      [11:23:18] [Spigot Watchdog Thread/INFO]: [Citizens] Disabling Citizens v2.0.21-SNAPSHOT (build 1463)
      [11:23:29] [Spigot Watchdog Thread/INFO]: [LWC] Disabling LWC v1.9.4
      [11:23:30] [Spigot Watchdog Thread/INFO]: [LWC] Flushing protection updates (0)
      [11:23:37] [Spigot Watchdog Thread/INFO]: [WorldGuardExtraFlags] Disabling WorldGuardExtraFlags v2.12.1
      [11:23:38] [Spigot Watchdog Thread/INFO]: [EnjinMinecraftPlugin] Disabling EnjinMinecraftPlugin v3.2.2
      [11:24:36] [Spigot Watchdog Thread/INFO]: [VListener] Disabling VListener v1.0
      [11:24:36] [Spigot Watchdog Thread/INFO]: [SkyArmor] Disabling SkyArmor v2.6
      [11:24:37] [Spigot Watchdog Thread/INFO]: [0;31;1m

      Sky-Craft Plugin is Disabled
      [m
      [11:24:37] [Spigot Watchdog Thread/INFO]: [ViaBackwards] Disabling ViaBackwards v2.3.1
      [11:24:40] [Spigot Watchdog Thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
      [11:24:40] [Spigot Watchdog Thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
      [11:24:42] [Spigot Watchdog Thread/INFO]: [ViaVersion] Disabling ViaVersion v1.3.0
      [11:24:43] [Spigot Watchdog Thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
      [11:24:47] [Spigot Watchdog Thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild vTeamCity
      [11:24:47] [Spigot Watchdog Thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP vTeamCity
      [11:24:48] [Spigot Watchdog Thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
      [11:25:01] [Spigot Watchdog Thread/INFO]: [VoxelSniper] Disabling VoxelSniper v5.171.0-SNAPSHOT
      [11:25:03] [Spigot Watchdog Thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vTeamCity
      [11:25:03] [Spigot Watchdog Thread/INFO]: [Prank] Disabling Prank v1.0
      [11:25:04] [Spigot Watchdog Thread/INFO]: Prank v1.0has been disabled!
      [11:25:04] [Spigot Watchdog Thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.3-SNAPSHOT;c904242
      [11:25:05] [Spigot Watchdog Thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
      [11:25:18] [Spigot Watchdog Thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b719
      [11:25:37] [Spigot Watchdog Thread/INFO]: [Votifier] Disabling Votifier v1.9
      [11:25:38] [Spigot Watchdog Thread/INFO]: [Votifier] Votifier disabled.
      [11:25:38] [Spigot Watchdog Thread/INFO]: [GroupManager] Disabling GroupManager v2.0.1-b332
      [11:25:39] [Thread-15/WARN]: [Votifier] Protocol error. Ignoring packet - socket closed
      [11:25:40] [Spigot Watchdog Thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
      [11:25:42] [Spigot Watchdog Thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
      [11:25:43] [Spigot Watchdog Thread/INFO]: GroupManager version 2.0.1-b332 is disabled!
      [11:25:43] [Spigot Watchdog Thread/INFO]: [Essentials] Disabling Essentials vTeamCity
      [11:25:44] [Spigot Watchdog Thread/INFO]: Essentials: Using config file enhanced permissions.
      [11:25:44] [Spigot Watchdog Thread/INFO]: Permissions listed in as player-commands will be given to all users.
      [11:26:34] [Spigot Watchdog Thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.5;4651611
      [11:26:40] [Spigot Watchdog Thread/INFO]: [CoreProtect] Disabling CoreProtect v2.14.2
      [11:26:41] [Spigot Watchdog Thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...[m
      [11:26:41] [Spigot Watchdog Thread/INFO]: [CoreProtect] Success! Resuming server shutdown.
      [11:26:45] [Spigot Watchdog Thread/INFO]: Saving players
      [11:26:54] [Spigot Watchdog Thread/INFO]: Saving worlds
      [11:26:54] [Spigot Watchdog Thread/INFO]: Saving chunks for level 'survival'/Overworld

            Assignee:
            Unassigned
            Reporter:
            Tim Wijnands
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: