Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Problem z działaniem pluginu OtherDrops


RybekPL

Rekomendowane odpowiedzi

Opublikowano

Jak w temacie plugin otherdrops nie działa, podam confing z otherdrops i odrazu chce napisać że plugin pod /pl świeci się na zielono i powod niedziałania jest niewiadomy? Pomóżcie 😄

 

Mój config dropu

include-files: 
##########
# The plugin will scan through and load these files after loading the main config below.
# Note: drops from included files will are inclusive and will all be added to the drop list.
##########
#  - includes/od-fix_undroppables.yml    # fix glass, bookshelf, boat and stairs drops
#  - includes/od-goldtools-basic.yml     # allow gold tools chance to get ice, glowstone and grass
#  - includes/od-goldtools-smelt.yml     # gold-pickaxe smelts ores to ingots, sand to glass, etc
#  - includes/od-ore_extraction.yml      # allow ores to be "extracted" - leaving behind the stone
#  - includes/od-leaf_overhaul.yml       # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very small chance of golden apple)
#  - includes/od-playerdeath_zombie.yml  # players drop zombies on death
#  - includes/od-undead_chaos.yml        # the undead shall rise again! Includes players dropping zombies/skeletons
#  - includes/od-random_examples.yml     # For crazy testing only :) Read through examples before activating.
#  - includes/od-dyewool.yml             # Dye wool after placing!
#  - includes/od-stop_mob_farms.yml      # Stop mob farming!

## Other users overhauls
#  - includes/overhaul-catballs.yml     # great example/playable config from Catballs (disable "ob" configs before using this one, otherwise you might have too many drops)
#  - includes/overhaul-zarius.yml       # Zar's messy config (I run this with no other includes, at the moment)
    
## Add your files here (alternatively just add your custom drops to the bottom of this file)
#  - my_custom_file1.yml


aliases:
##########    
# add custom YAML aliases here (advanced customisation) - see the wiki for more information

defaults:
##########    
# add default values for the config below, "include-files" have their own "defaults" sections
otherdrops:
   STONE:
      - drop: xp
        tool: [ANY_PICKAXE]
        chance: 10
        quantity: 1
      - drop: EMERALD
        chance: 0.40
        message: "&9&lDrop &2>&6>&4> &7Znaleziono: Emerald!"
        tool: [ANY_PICKAXE]
        height: "<200"
        quantity: 1-2
      - drop: DIAMOND
        chance: 0.35
        message: "&9&lDrop &2>&6>&4> &7Znaleziono: Diament!"
        tool: [ANY_PICKAXE]
        height: "<200"
        quantity: 1
      - drop: GOLD_ORE
        chance: 0.45
        message: "&9&lDrop &2>&6>&4> &7Znaleziono: Zloto!"
        tool: [ANY_PICKAXE]
        height: "<200"
        quantity: 1-2
      - drop: IRON_ORE
        chance: 0.40
        message: "&9&lDrop &2>&6>&4> &7Znaleziono: Zelazo!"
        tool: [ANY_PICKAXE]
        height: "<200"
        quantity: 1-3
      - drop: REDSTONE
        chance: 0.55
        message: "&9&lDrop &2>&6>&4> &7Znaleziono: Redstone!"
        tool: [ANY_PICKAXE]
        height: "<200"
        quantity: 1-3
      - drop: LAPIS_LAZULI
        chance: 0.45
        message: "&9&lDrop &2>&6>&4> &7Znaleziono: Lapis!"
        tool: [ANY_PICKAXE]
        height: "<200"
        quantity: 1-5
      - drop: COAL
        chance: 0.60
        message: "&9&lDrop &2>&6>&4> &7Znaleziono: Wegiel!"
        tool: [ANY_PICKAXE]
        height: "<200"
        quantity: 1-2
   EMERALD_ORE:
      - replacementblock: EMERALD_ORE
        drop: AIR
        message: '&9&lDrop &2>&6>&4> &7Szmaragd dropi z stone, Szansa 0.40%'
        tool: [ANY]
   DIAMOND_ORE:
      - replacementblock: DIAMOND_ORE
        drop: AIR
        message: '&9&lDrop &2>&6>&4> &7Diament dropi z stone, Szansa 0.35%'
        tool: [ANY]
   GOLD_ORE:
      - replacementblock: GOLD_ORE
        drop: AIR
        message: '&9&lDrop &2>&6>&4> &7Zloto dropi z stone, Szansa 0.45%'
        tool: [ANY]
   IRON_ORE:
      - replacementblock: IRON_ORE
        drop: AIR
        message: '&9&lDrop &2>&6>&4> &7Zelazo dropi z stone, Szansa 0.40%'
        tool: [ANY]
   REDSTONE_ORE:
      - replacementblock: REDSTONE_ORE
        drop: AIR
        message: '&9&lDrop &2>&6>&4> &7Redstone dropi z stone, Szansa 0.55%'
        tool: [ANY]
   LAPIS_ORE:
      - replacementblock: LAPIS_ORE
        drop: AIR
        message: '&9&lDrop &2>&6>&4> &7Lapis dropi z stone, Szansa 0.45%'
        tool: [ANY]
   COAL_ORE:
      - replacementblock: COAL_ORE
        drop: AIR
        message: '&9&lDrop &2>&6>&4> &7Wegiel dropi z stone, Szansa 0.60%'
        tool: [ANY]
##########    
# Your changes here, or create a new .yml file and include it above in the "include-files" section
# Explore the included config files for many more examples
#
# If make a interesting or crazy config let me know on the forum and I might include it in the next release.
#
# Example:
#    GLASS:
#        - drop: GLASS
#          
#        - drop: MONEY
#          quantity: 3-15
#          message: You recycled the glass for %q dollars.

 

MPCForum Baner (4).png

Opublikowano

[17:15:45] [Server thread/INFO]: [OtherDrops] Enabling OtherDrops v2.8b.596

[17:15:46] [Server thread/INFO]: [m[OtherDrops:2.8b.596] [mFound supported plugin(s): "WorldGuard"

[17:15:46] [Server thread/INFO]: [m[OtherDrops:2.8b.596] [mLoading file: otherdrops-drops.yml

[17:15:46] [Server thread/INFO]: [OtherDrops:2.8b.596] Config loaded - total targets: 1 sections: 1 failed: 0

[17:15:47] [Server thread/INFO]: [OtherDrops:2.8b.596] OtherDrops printing list:

[17:15:47] [Server thread/INFO]: [OtherDrops:2.8b.596] OtherDrops loaded.

[17:15:49] [Craft Scheduler Thread - 11/WARN]: [OtherDrops] Plugin OtherDrops v2.8b.596 generated an exception while executing task 61

 

MPCForum Baner (4).png

  • Biter. zmienił(a) tytuł na Problem z działaniem pluginu OtherDrops
Opublikowano
1 godzinę temu, orzechovsky napisał:

Daj jako cytowane bo strasznie się zlewa.

Ciebie się zlewa.

1 godzinę temu, RybekPL napisał:

[17:15:45] [Server thread/INFO]: [OtherDrops] Enabling OtherDrops v2.8b.596

[17:15:46] [Server thread/INFO]: [m[OtherDrops:2.8b.596] [mFound supported plugin(s): "WorldGuard"

[17:15:46] [Server thread/INFO]: [m[OtherDrops:2.8b.596] [mLoading file: otherdrops-drops.yml

[17:15:46] [Server thread/INFO]: [OtherDrops:2.8b.596] Config loaded - total targets: 1 sections: 1 failed: 0

[17:15:47] [Server thread/INFO]: [OtherDrops:2.8b.596] OtherDrops printing list:

[17:15:47] [Server thread/INFO]: [OtherDrops:2.8b.596] OtherDrops loaded.

[17:15:49] [Craft Scheduler Thread - 11/WARN]: [OtherDrops] Plugin OtherDrops v2.8b.596 generated an exception while executing task 61

Nie było żadnego errora niżej?

 

Spróbuj tej konfiguracji na początek i dalej porób resztę (jeśli oczywiście będzie działać), skoro nie masz żadnych błędów, to powinno działać, więc nie wiem, co Ty robisz..

otherdrops:

	STONE:

	- drop: DIAMOND

	tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

	chance: 0.25%

	message: "&bGratulacje! Znalazles diament! Farciarz !"

	- drop: GOLD_ORE

	tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

	chance: 0.50%

	message: "&bwiadomosc twoja ._."

	- drop: IRON_ORE

	tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

	chance: 0.70%

	message: "&bGratulacje! Znalazles diament! Farciarz !"

 

Opublikowano
9 minut temu, Ekrahb napisał:

Ciebie się zlewa.

Nie było żadnego errora niżej?

 

Spróbuj tej konfiguracji na początek i dalej porób resztę (jeśli oczywiście będzie działać), skoro nie masz żadnych błędów, to powinno działać, więc nie wiem, co Ty robisz..


otherdrops:

	STONE:

	- drop: DIAMOND

	tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

	chance: 0.25%

	message: "&bGratulacje! Znalazles diament! Farciarz !"

	- drop: GOLD_ORE

	tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

	chance: 0.50%

	message: "&bwiadomosc twoja ._."

	- drop: IRON_ORE

	tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

	chance: 0.70%

	message: "&bGratulacje! Znalazles diament! Farciarz !"

 

Ale ty jesteś toxic chłopie... Co ja Tobię zrobiłem...

supreme.gif

Opublikowano

No nie działa ale zmieniłem confing widać plugin działa ale może confing jest nieprawidłowy?

Cytat

otherdrops:
   STONE:
      - drop: xp
        tool: [ANY_PICKAXE]
        chance: 10
        quantity: 1
      - drop: EMERALD
        chance: 0.40
        message: '&9&lDrop &2>&6>&4> &7Znaleziono: Emerald!'
        tool: [ANY_PICKAXE]
        quantity: 1-2
      - drop: DIAMOND
        chance: 0.35
        message: '&9&lDrop &2>&6>&4> &7Znaleziono: Diament!'
        tool: [ANY_PICKAXE]
        quantity: 1
      - drop: GOLD_ORE
        chance: 0.45
        message: '&9&lDrop &2>&6>&4> &7Znaleziono: Zloto!'
        tool: [ANY_PICKAXE]
        quantity: 1-2
      - drop: IRON_ORE
        chance: 0.40
        message: '&9&lDrop &2>&6>&4> &7Znaleziono: Zelazo!'
        tool: [ANY_PICKAXE]
        quantity: 1-3
      - drop: REDSTONE
        chance: 0.55
        message: '&9&lDrop &2>&6>&4> &7Znaleziono: Redstone!'
        tool: [ANY_PICKAXE]
        quantity: 1-3
      - drop: COAL
        chance: 0.60
        message: '&9&lDrop &2>&6>&4> &7Znaleziono: Wegiel!'
        tool: [ANY_PICKAXE]
        quantity: 1-2

 

Ja już nie wiem co z tym zrobić to nic nie działa!

A kiedy pobrałem najnowszą wersjię pluginu i reload to działał ale jak już restart zrobiłem to pojawiły się takie błędy!

Cytat

[23:16:07] [User Authenticator #1/INFO]: UUID of player RybekPL is 8966e23c-cc8f-33bf-a2f3-e61dd05b81e9

[23:17:16] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!

[23:17:16] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/

[23:17:16] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports

[23:17:16] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-79a30d7-acbc348 (MC: 1.12.2)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead(SocketInputStream.java:116)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:171)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:141)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.readFully(InputRecord.java:465)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.read(InputRecord.java:503)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.URL.openStream(URL.java:1045)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.apache.commons.io.IOUtils.toString(IOUtils.java:1153)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.apache.commons.io.IOUtils.toString(IOUtils.java:1174)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.zariust.otherdrops.Updater.getLastUpdate(Updater.java:27)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.zariust.otherdrops.Updater.runPlayerUpdateCheck(Updater.java:78)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.zariust.otherdrops.listener.PlayerJoinUpdateChecker.onPlayerJoinUpdateCheck(PlayerJoinUpdateChecker.java:26)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 92 | Suspended: false | Native: false | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:java.lang.UNIXProcess$ProcessPipeOutputStream.processExited(UNIXProcess.java:564)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess$ProcessPipeOutputStream.processExited(UNIXProcess.java:564)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.lambda$initStreams$3(UNIXProcess.java:304)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess$$Lambda$7/752848266.run(Unknown Source)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 91 | Suspended: false | Native: false | State: BLOCKED

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.util.ListWrapper.add(ListWrapper.java:61)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.ServerConnection$4.initChannel(ServerConnection.java:97)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:40)

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:15)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:309)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 90 | Suspended: false | Native: false | State: BLOCKED

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.util.ListWrapper.add(ListWrapper.java:61)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.ServerConnection$4.initChannel(ServerConnection.java:97)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:40)

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:15)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:309)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 86 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 83 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:51)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: ServerSigns-TaskManager

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 54 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.DelayQueue.take(DelayQueue.java:211)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.DelayQueue.take(DelayQueue.java:70)

[23:17:16] [Spigot Watchdog Thread/ERROR]: de.czymm.serversigns.taskmanager.QueueConsumer.run(QueueConsumer.java:43)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 14

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 80 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead(SocketInputStream.java:116)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:171)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:141)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.readFully(InputRecord.java:465)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.read(InputRecord.java:503)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: cratereloaded.cH.run(UpdateChecker.java:54)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 5

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 70 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.join(Thread.java:1249)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.join(Thread.java:1323)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ru.tehkode.libs.net.gravitydevelopment.updater.Updater.waitForThread(Updater.java:354)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ru.tehkode.libs.net.gravitydevelopment.updater.Updater.getResult(Updater.java:295)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ru.tehkode.permissions.bukkit.PermissionsEx$2.run(PermissionsEx.java:262)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 33 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ch.njol.skript.variables.Variables$2.run(Variables.java:548)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread for database "default"

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 66 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:76)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 0

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 61 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.intellectualcrafters.plot.database.SQLManager$1.run(SQLManager.java:155)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: RCON Listener #2

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 60 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketAccept(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.ServerSocket.implAccept(ServerSocket.java:545)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.ServerSocket.accept(ServerSocket.java:513)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.RemoteControlListener.run(SourceFile:69)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Query Listener #1

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 59 | Suspended: false | Native: false | State: BLOCKED

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.getPlugins(SimplePluginManager.java:363)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.DedicatedServer.getPlugins(DedicatedServer.java:652)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.RemoteStatusListener.b(SourceFile:184)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.RemoteStatusListener.a(SourceFile:128)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.RemoteStatusListener.run(SourceFile:275)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: ExpiringMap-Expirer

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 58 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-22-thread-1

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 57 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-18

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 56 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead(SocketInputStream.java:116)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:171)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:141)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.readFully(InputRecord.java:465)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.read(InputRecord.java:503)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: de.czymm.serversigns.Updater.read(Updater.java:734)

[23:17:16] [Spigot Watchdog Thread/ERROR]: de.czymm.serversigns.Updater.runUpdater(Updater.java:809)

[23:17:16] [Spigot Watchdog Thread/ERROR]: de.czymm.serversigns.Updater.access$100(Updater.java:55)

[23:17:16] [Spigot Watchdog Thread/ERROR]: de.czymm.serversigns.Updater$UpdateRunnable.run(Updater.java:804)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: ServerSigns-TaskPersistence

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 55 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

[23:17:16] [Spigot Watchdog Thread/ERROR]: de.czymm.serversigns.taskmanager.QueueConsumer.run(QueueConsumer.java:43)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-17

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 51 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead(SocketInputStream.java:116)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:171)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:141)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.readFully(InputRecord.java:465)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.read(InputRecord.java:503)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.filoghost.coloredtags.Updater.read(Updater.java:576)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.filoghost.coloredtags.Updater.access$1(Updater.java:564)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.filoghost.coloredtags.Updater$UpdateRunnable.run(Updater.java:614)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-16

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 50 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.join(Thread.java:1249)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.join(Thread.java:1323)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.filoghost.coloredtags.Updater.waitForThread(Updater.java:368)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.filoghost.coloredtags.Updater.getResult(Updater.java:325)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.filoghost.coloredtags.Updater$UpdaterHandler.startupUpdateCheck(Updater.java:91)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.filoghost.coloredtags.ColoredTags$1.run(ColoredTags.java:89)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-18-thread-1

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 48 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-3

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 47 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: HikariPool-1 housekeeper

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-14

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 45 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead(SocketInputStream.java:116)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:171)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:141)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.readFully(InputRecord.java:465)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.read(InputRecord.java:503)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ru.tehkode.libs.net.gravitydevelopment.updater.Updater.read(Updater.java:643)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ru.tehkode.libs.net.gravitydevelopment.updater.Updater.runUpdater(Updater.java:718)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ru.tehkode.libs.net.gravitydevelopment.updater.Updater.access$100(Updater.java:36)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ru.tehkode.libs.net.gravitydevelopment.updater.Updater$UpdateRunnable.run(Updater.java:713)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-13

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 44 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: me.dennis.autorestart.core.TimerThread.run(TimerThread.java:29)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-2

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-11

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 39 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead(SocketInputStream.java:116)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:171)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:141)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.readFully(InputRecord.java:465)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.read(InputRecord.java:503)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: me.minebuilders.clearlag.BukkitUpdater.updateAvailable(BukkitUpdater.java:36)

[23:17:16] [Spigot Watchdog Thread/ERROR]: me.minebuilders.clearlag.BukkitUpdater.run(BukkitUpdater.java:75)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-10

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 37 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ch.njol.skript.ScriptLoader$AsyncLoaderThread.run(ScriptLoader.java:322)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 32 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Abandoned connection cleanup thread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 31 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 28 | Suspended: false | Native: false | State: BLOCKED

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.util.ListWrapper.add(ListWrapper.java:61)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.ServerConnection$4.initChannel(ServerConnection.java:97)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:40)

[23:17:16] [Spigot Watchdog Thread/ERROR]: us.myles.ViaVersion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:15)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:476)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:80)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:74)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:86)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:255)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe.epollInReady(AbstractEpollServerChannel.java:120)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:404)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 27 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 26 | Suspended: false | Native: false | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 25 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)

[23:17:16] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.java2d.Disposer.run(Disposer.java:148)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 21 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.DedicatedServer$2.run(DedicatedServer.java:85)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-4

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_12_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:27)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 20 | Suspended: false | Native: false | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: true | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Locked on:net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140)

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.socketRead(SocketInputStream.java:116)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:171)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:141)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.readFully(InputRecord.java:465)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.InputRecord.read(InputRecord.java:503)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.net.URL.openStream(URL.java:1045)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.apache.commons.io.IOUtils.toString(IOUtils.java:1153)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.apache.commons.io.IOUtils.toString(IOUtils.java:1174)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.zariust.otherdrops.Updater.getLastUpdate(Updater.java:27)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.zariust.otherdrops.Updater.runPlayerUpdateCheck(Updater.java:78)

[23:17:16] [Spigot Watchdog Thread/ERROR]: com.gmail.zariust.otherdrops.listener.PlayerJoinUpdateChecker.onPlayerJoinUpdateCheck(PlayerJoinUpdateChecker.java:26)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[23:17:16] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_12_R1.DedicatedServer$1.run(DedicatedServer.java:60)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: false | State: TIMED_WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler

[23:17:16] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING

[23:17:16] [Spigot Watchdog Thread/ERROR]: Stack:

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Reference.java:191)

[23:17:16] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)

[23:17:16] [Spigot Watchdog Thread/ERROR]: ------------------------------

[23:17:16] [Spigot Watchdog Thread/INFO]: Startup script "./start.sh" does not exist! Stopping server.

[23:17:16] [Spigot Watchdog Thread/INFO]: Stopping server

 

 

MPCForum Baner (4).png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...