Aller au contenu

Azer_Flaash

Ancien
  • Compteur de contenus

    703
  • Inscription

  • Dernière visite

  • Jours gagnés

    17

Tout ce qui a été posté par Azer_Flaash

  1. Azer_Flaash

    Coffres "Moddés"

    C'est un bug graphique je m'en fou ... Du coup je up --' UP
  2. Version: 1.8.8 Version Skript : 2.2 Type: coffres Script: Bonjour, Je cherche a faire que quand des gens clique sur un certain blocs cela leurs ouvre un inventaire de 7 rows et que si 2 personnes sont dans le coffre, il s'actualise "en direct" pour les deux personnes. J'ai fait un script de backpack tout marche mais c'est le backpack du joueur, il s'actualise juste en inventory close.
  3. Uuuuh.... Utilisez les id's...
  4. Azer_Flaash

    Particules sur mobs

    Ah moi j'ai juste continuer son script :p
  5. Azer_Flaash

    Particules sur mobs

    on any move: loop entities: if loop-entitie is a skeleton: set {_loc} to location of loop-entity set {_x} to x-coordinate of {_loc} set {_y} to y-coordinate of {_loc} set {_z} to z-coordinate of {_loc} execute server command "/particle portal %{_x}% %{_y}% %{_z}% 1 1 1 3 1000"
  6. Azer_Flaash

    Erreur "is not valid item data"

    De rien, n'hésite pas a devenir fan :p
  7. Azer_Flaash

    Particules sur mobs

    Si tu souhaite mettre beaucoup de particules SKRIPT, cela va faire lag ton serveur, le mieux c'est 1-5 particules. Si t'en veux plus tu va devoir te faire chier xD set {_loc} to location of loop-entity set {_y} to y-coordinate to {_loc} #pareil pour y, et z. Puis exécuter la commande Minecraft : exexute server command "/particules..... %{_x}% %{_y}% %{_z}..." PS : si ça te spam le chat, /gamerule sendcommandfeedback false
  8. Azer_Flaash

    Erreur "is not valid item data"

    Avant chaque format essaye de faire set {_m} to "160:%{_colors1}%" parsed as item Puis remplace l'item que tu donne avec {_m}
  9. Azer_Flaash

    Un commande avec une pancarte

    Ta pas compris.. Il veux que les personne sans la perm puissent exécuter la commande, ma techniquue mrche très bien mais il ne veux as chercher l'adddon
  10. Azer_Flaash

    Un commande avec une pancarte

    Si tu as une erreur il te manque un add-on ou il est pas a jour car cela marche très bien chez moi
  11. Azer_Flaash

    Un commande avec une pancarte

    run player command "%line 2%" as op Like et devient fan
  12. Azer_Flaash

    Region

    Il y a un skript pour ça sur skriptmc ! mzone myzone ou un truc dans le genre
  13. Azer_Flaash

    Region

    Moi il marche très bien
  14. Azer_Flaash

    Petit problème de Skript

    Moi ça marche tu as tous les addons ?
  15. Azer_Flaash

    Region

    WorldGuard est très bien ! En plus tu peux manipuler WG avec Skript.
  16. Azer_Flaash

    Probleme avec les gui

    Baaaah, met pas une porte met un papier x)
  17. Je sais que ça parrait un peux chelou mais déplace ton code dans un autre skript pour ça a fonctionner, si toujours pas dis le moi Si oui, like et devient fan ;)
  18. Azer_Flaash

    Petit problème de Skript

    on inventory click: if player's world is "RP": if name of clicked-item contains "MRP": cancel event Like et devient fan ;)
  19. Hein ? tu veux chnger quoi ? si tu veux changer tous les blocs du monde ça va lag quoi qu'il se passe mdr (meme l'chunk) Chunk : command... trigger: set {_chunk} to chunk at player loop blocks within {_chunk}: set {_block} to "%arg 1%" parsed as item set loop-block to {_block} wait 2 seconds #peutre que ça laggera moins ?
  20. Azer_Flaash

    Erreur Skript.

    Bonjour, J'ai une erruer skript et je ne sais pas d'ou elle vient :p [spoiler=Erreur] [20:02:49] [spigot Watchdog Thread/ERROR]: The server has stopped responding! [20:02:49] [spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/ [20:02:49] [spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports [20:02:49] [spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-c3e4052-1953f52 (MC: 1.10) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!): [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Server thread [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: false | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.variables.Variables.getVariable(Variables.java:283) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.getRaw(Variable.java:207) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.get(Variable.java:214) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.getConverted(Variable.java:359) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.getSingle(Variable.java:549) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.expressions.ExprBlocks.iterator(ExprBlocks.java:129) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Loop.walk(Loop.java:79) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Trigger.execute(Trigger.java:55) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.Commands.handleCommand(Commands.java:268) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:163) [20:02:49] [spigot Watchdog Thread/ERROR]: sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source) [20:02:49] [spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1343) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:733) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Entire Thread Dump: [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: process reaper [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 370 | Suspended: false | Native: false | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.waitForProcessExit(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.lambda$initStreams$3(UNIXProcess.java:289) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess$$Lambda$7/584634336.run(Unknown Source) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 2 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 288 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 1 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 287 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 0 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 286 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: true | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 28 | Suspended: false | Native: false | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: pool-55-thread-1 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 95 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 90 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: ProtocolLib-StructureCompiler 0 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 89 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 27 | Suspended: false | Native: true | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 75 | Suspended: false | Native: false | State: TIMED_WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.FileIOThread.c(SourceFile:51) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.FileIOThread.run(SourceFile:30) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 54 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.variables.Variables$2.run(Variables.java:453) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread for database 'default' [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 70 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:76) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Timer-2 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 60 | Suspended: false | Native: false | State: TIMED_WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: pool-56-thread-1 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 55 | Suspended: false | Native: false | State: TIMED_WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Timer-1 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Abandoned connection cleanup thread [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 34 | Suspended: false | Native: false | State: TIMED_WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143) [20:02:49] [spigot Watchdog Thread/ERROR]: com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-1 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 32 | Suspended: false | Native: false | State: TIMED_WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Timer-0 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 31 | Suspended: false | Native: false | State: TIMED_WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 26 | Suspended: false | Native: false | State: BLOCKED [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [20:02:49] [spigot Watchdog Thread/ERROR]: com.gmail.thelimeglass.Utils.Packets.PacketListener$1.channelRead(PacketListener.java:48) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) [20:02:49] [spigot Watchdog Thread/ERROR]: it.gamerover.collision.tinyprotocol.TinyProtocol$PacketInterceptor.channelRead(TinyProtocol.java:502) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:168) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [20:02:49] [spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:273) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 25 | Suspended: false | Native: false | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454) [20:02:49] [spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164) [20:02:49] [spigot Watchdog Thread/ERROR]: sun.java2d.Disposer.run(Disposer.java:148) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Server console handler [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 21 | Suspended: false | Native: true | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s): [20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265) [20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169) [20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261) [20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198) [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255) [20:02:49] [spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246) [20:02:49] [spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.DedicatedServer$2.run(DedicatedServer.java:83) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Thread-5 [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s): [20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265) [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255) [20:02:49] [spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246) [20:02:49] [spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:204) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:186) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.stty(TerminalLineSettings.java:181) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.get(TerminalLineSettings.java:74) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:95) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:76) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:879) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:898) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawLine(ConsoleReader.java:608) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_10_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:40) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 20 | Suspended: false | Native: false | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Server thread [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: false | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s): [20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap$TreeNode.find(HashMap.java:1859) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap$TreeNode.find(HashMap.java:1869) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap$TreeNode.find(HashMap.java:1869) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap$TreeNode.getTreeNode(HashMap.java:1881) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap.getNode(HashMap.java:575) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap.get(HashMap.java:556) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.registrations.Comparators.getComparator(Comparators.java:90) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.registrations.Comparators.compare(Comparators.java:66) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.conditions.CondCompare$1$1.check(CondCompare.java:265) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:174) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.check(Variable.java:584) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.conditions.CondCompare$1.check(CondCompare.java:261) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:174) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:162) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:157) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.conditions.CondCompare.check(CondCompare.java:258) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.While.walk(While.java:48) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Trigger.execute(Trigger.java:55) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.Commands.handleCommand(Commands.java:268) [20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:163) [20:02:49] [spigot Watchdog Thread/ERROR]: sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source) [20:02:49] [spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1343) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:733) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: false | State: TIMED_WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.DedicatedServer$1.run(DedicatedServer.java:58) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:526) [20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 5 | Suspended: false | Native: false | State: RUNNABLE [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Finalizer [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------ [20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler [20:02:49] [spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING [20:02:49] [spigot Watchdog Thread/ERROR]: Stack: [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Reference.java:191) [20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153) [20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
  21. Bah au moment ou il active son vanish tu enleve ce que tu as mis et tu met ce que j'ai fait !
  22. Généralement je fais plutôt ça loop {list::*}: apply speed 2 to loop-value for 2 minutes
  23. quand la personne se met en vanish : Loop all players: Loop-player is not player if {vanish.%player%} is not set: hide player from loop-player else: Reveal loop-player from player Voilà normalement c'est bon ;) Like et devient fan ^^
  24. For player ?
  25. Azer_Flaash

    Desactiver popo soin

    Et pourquoi ? ... :/
×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.