Crash report spigot:

TheInception003

Architecte en herbe
26 Juin 2014
79
2
48
24
Bonjour j'ai une erreur récurrente, qui produit un TImed out sur le serveur assez dérangeant:

PHP:
[09:07:12] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[09:07:12] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[09:07:12] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[09:07:12] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-1649 (MC: 1.7.10)
[09:07:12] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:07:12] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[09:07:12] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:07:12] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[09:07:12] [Spigot Watchdog Thread/ERROR]:     PID: 14 | Suspended: false | Native: false | State: RUNNABLE
[09:07:12] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:07:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.DefaultAttributeMap.attr(DefaultAttributeMap.java:48)
[09:07:12] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelProxy.attr(ChannelProxy.java:64)
[09:07:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:167)
[09:07:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[09:07:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
[09:07:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[09:07:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[09:07:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[09:07:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[09:07:12] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:07:12] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[09:11:17] [Thread-37/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[09:11:17] [Thread-38/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[09:11:17] [Thread-39/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[09:11:17] [Thread-40/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[09:11:17] [Server thread/INFO]: /78.248.69.108:50501 lost connection: Disconnected
[09:11:17] [Server thread/INFO]: /90.20.178.66:50217 lost connection: Disconnected
[09:11:17] [Server thread/INFO]: /88.139.113.223:56921 lost connection: Disconnected
[09:11:17] [Server thread/INFO]: /109.15.33.106:55456 lost connection: Disconnected
[09:11:17] [Server thread/INFO]: /93.5.63.231:63767 lost connection: Disconnected
[09:11:17] [Server thread/INFO]: /90.61.206.41:1373 lost connection: Disconnected
[09:11:17] [Netty IO #3/WARN]: Selector.select() returned prematurely 512 times in a row; rebuilding selector.
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 130 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-22-thread-1
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 121 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 105 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[09:11:17] [Netty IO #3/INFO]: Migrated 0 channel(s) to the new Selector.
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:java.util.zip.Deflater.deflate(Deflater.java:430)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.DataOutputStream.write(DataOutputStream.java:107)
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.zip.Deflater.deflateBytes(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.zip.Deflater.deflate(Deflater.java:430)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.zip.Deflater.deflate(Deflater.java:352)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:251)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.zip.DeflaterOutputStream.write(DeflaterOutputStream.java:211)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.io.DataOutputStream.write(DataOutputStream.java:107)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.io.FilterOutputStream.write(FilterOutputStream.java:97)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagByteArray.write(NBTTagByteArray.java:20)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.a(SourceFile:314)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.write(SourceFile:25)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.write(SourceFile:22)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.a(SourceFile:314)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.write(SourceFile:25)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.a(SourceFile:314)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.write(SourceFile:25)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:103)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:95)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ChunkRegionLoader.a(ChunkRegionLoader.java:190)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ChunkRegionLoader.c(ChunkRegionLoader.java:178)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.FileIOThread.b(SourceFile:30)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.FileIOThread.run(SourceFile:23)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 99 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-1
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 98 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-20-thread-3
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 78 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 36 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.Variables$2.run(Variables.java:454)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread for database 'default'
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 76 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Server thread/INFO]: /88.177.83.67:50670 lost connection: Disconnected
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:78)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: WebsocketSelector64
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 64 | Suspended: false | Native: true | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.java_websocket.server.WebSocketServer.run(WebSocketServer.java:298)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: WebSocketWorker-63
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 63 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:705)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: WebSocketWorker-62
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 62 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:705)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: WebSocketWorker-61
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 61 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:705)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-25
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 60 | Suspended: false | Native: true | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.net.PlainSocketImpl.socketAccept(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.net.ServerSocket.implAccept(ServerSocket.java:530)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.net.ServerSocket.accept(ServerSocket.java:498)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.alecgorge.minecraft.jsonapi.JSONSocketServer.run(JSONSocketServer.java:48)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-23
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 58 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.net.PlainSocketImpl.socketAccept(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.net.ServerSocket.implAccept(ServerSocket.java:530)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.net.ServerSocket.accept(ServerSocket.java:498)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.alecgorge.minecraft.jsonapi.NanoHTTPD$1.run(NanoHTTPD.java:284)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-20-thread-2 Acceptor0 [email protected]:8123
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 54 | Suspended: false | Native: true | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.dynmap.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.dynmap.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-20-thread-1 Selector0
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 53 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.dynmap.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.dynmap.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: HashSessionScavenger-0
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 52 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 49 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 48 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 47 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-14
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.dynmap.AsynchronousQueue.running(AsynchronousQueue.java:120)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.dynmap.AsynchronousQueue.access$000(AsynchronousQueue.java:9)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.dynmap.AsynchronousQueue$1.run(AsynchronousQueue.java:83)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-7-thread-1
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #3
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 27 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:492)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:319)
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.FileDispatcherImpl.write0(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.IOUtil.write(IOUtil.java:51)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:492)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.buffer.UnpooledUnsafeDirectByteBuf.getBytes(UnpooledUnsafeDirectByteBuf.java:408)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.buffer.UnpooledUnsafeDirectByteBuf.readBytes(UnpooledUnsafeDirectByteBuf.java:414)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.socket.nio.NioSocketChannel.doWriteBytes(NioSocketChannel.java:214)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel.doWrite(AbstractNioByteChannel.java:178)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:231)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:680)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:260)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:649)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline$HeadHandler.flush(DefaultChannelPipeline.java:1038)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:700)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:688)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:717)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:893)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:239)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelProxy.writeAndFlush(ChannelProxy.java:269)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.b(NetworkManager.java:149)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.handle(NetworkManager.java:129)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusListener.a(PacketStatusListener.java:128)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusInStart.a(SourceFile:25)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusInStart.handle(SourceFile:8)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:113)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.channelRead0(NetworkManager.java:236)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:227)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Server thread/INFO]: /90.57.12.191:50825 lost connection: Disconnected
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.LegacyPingHandler.channelRead(SourceFile:94)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:109)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.callHandlerRemoved0(DefaultChannelPipeline.java:524)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.callHandlerRemoved(DefaultChannelPipeline.java:518)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove0(DefaultChannelPipeline.java:348)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:319)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:296)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.alecgorge.minecraft.jsonapi.packets.netty.JSONAPIChannelDecoder.decode(JSONAPIChannelDecoder.java:56)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: MStore ExamineThread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 34 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.ExamineThread.run(ExamineThread.java:55)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #2
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 26 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.load(SourceFile:36)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.a(SourceFile:329)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.load(SourceFile:41)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.load(SourceFile:37)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.load(SourceFile:37)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.load(SourceFile:37)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.a(SourceFile:329)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.load(SourceFile:41)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:119)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:54)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketDataSerializer.b(PacketDataSerializer.java:145)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketDataSerializer.c(PacketDataSerializer.java:221)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:32)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketDecoder.decode(PacketDecoder.java:36)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.reflect.Method.invoke(Method.java:606)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.reflect.accessors.DefaultMethodAccessor.invoke(DefaultMethodAccessor.java:16)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:440)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:227)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #1
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 25 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:492)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:319)
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.FileDispatcherImpl.write0(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.IOUtil.write(IOUtil.java:51)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:492)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.buffer.UnpooledUnsafeDirectByteBuf.getBytes(UnpooledUnsafeDirectByteBuf.java:408)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.buffer.UnpooledUnsafeDirectByteBuf.readBytes(UnpooledUnsafeDirectByteBuf.java:414)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.socket.nio.NioSocketChannel.doWriteBytes(NioSocketChannel.java:214)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel.doWrite(AbstractNioByteChannel.java:178)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:231)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:680)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:260)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:649)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline$HeadHandler.flush(DefaultChannelPipeline.java:1038)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:700)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:688)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:717)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:893)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:239)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelProxy.writeAndFlush(ChannelProxy.java:269)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.b(NetworkManager.java:149)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.handle(NetworkManager.java:129)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusListener.a(PacketStatusListener.java:128)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusInStart.a(SourceFile:25)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusInStart.handle(SourceFile:8)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:113)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.channelRead0(NetworkManager.java:236)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:227)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.LegacyPingHandler.channelRead(SourceFile:94)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:109)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.callHandlerRemoved0(DefaultChannelPipeline.java:524)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.callHandlerRemoved(DefaultChannelPipeline.java:518)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove0(DefaultChannelPipeline.java:348)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:319)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:296)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.alecgorge.minecraft.jsonapi.packets.netty.JSONAPIChannelDecoder.decode(JSONAPIChannelDecoder.java:56)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #0
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 24 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:492)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:319)
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.FileDispatcherImpl.write0(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.IOUtil.write(IOUtil.java:51)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:492)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.buffer.UnpooledUnsafeDirectByteBuf.getBytes(UnpooledUnsafeDirectByteBuf.java:408)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.buffer.UnpooledUnsafeDirectByteBuf.readBytes(UnpooledUnsafeDirectByteBuf.java:414)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.socket.nio.NioSocketChannel.doWriteBytes(NioSocketChannel.java:214)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel.doWrite(AbstractNioByteChannel.java:178)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:231)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:680)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:260)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:649)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline$HeadHandler.flush(DefaultChannelPipeline.java:1038)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.flush(DefaultChannelHandlerContext.java:655)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeFlush(DefaultChannelHandlerContext.java:674)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:700)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:688)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:717)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:893)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:239)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelProxy.writeAndFlush(ChannelProxy.java:269)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.b(NetworkManager.java:149)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.handle(NetworkManager.java:129)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusListener.a(PacketStatusListener.java:128)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusInStart.a(SourceFile:25)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketStatusInStart.handle(SourceFile:8)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:113)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.channelRead0(NetworkManager.java:236)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:227)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.LegacyPingHandler.channelRead(SourceFile:94)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:109)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.callHandlerRemoved0(DefaultChannelPipeline.java:524)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.callHandlerRemoved(DefaultChannelPipeline.java:518)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove0(DefaultChannelPipeline.java:348)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:319)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:296)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.alecgorge.minecraft.jsonapi.packets.netty.JSONAPIChannelDecoder.decode(JSONAPIChannelDecoder.java:56)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 22 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpThreads0(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 20 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.java2d.Disposer.run(Disposer.java:145)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-5
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 18 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:73)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 17 | Suspended: false | Native: true | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:254)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.readBytes(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.read(FileInputStream.java:272)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read(BufferedInputStream.java:254)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.io.FilterInputStream.read(FilterInputStream.java:83)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ThreadCommandReader.run(ThreadCommandReader.java:32)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 16 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 14 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.util.MUtil.isValidUUID(MUtil.java:186)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.util.IdUtil.getId(IdUtil.java:607)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.util.IdUtil.isOnline(IdUtil.java:698)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.mixin.PlayedMixinAbstract.isOnline(PlayedMixinAbstract.java:10)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.mixin.PlayedMixinAbstract.isOffline(PlayedMixinAbstract.java:16)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.mixin.Mixin.isOffline(Mixin.java:178)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.SenderEntity.isOffline(SenderEntity.java:97)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.SenderColl$2.apply(SenderColl.java:142)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.SenderColl$2.apply(SenderColl.java:139)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.MStoreUtil.uglySQL(MStoreUtil.java:25)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.Coll.getAll(Coll.java:141)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.SenderColl.getAllOffline(SenderColl.java:138)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.factions.entity.MPlayerColl.considerRemovePlayerMillis(MPlayerColl.java:53)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.factions.task.TaskPlayerDataRemove.invoke(TaskPlayerDataRemove.java:36)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.ModuloRepeatTask.run(ModuloRepeatTask.java:76)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 15 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ThreadSleepForever.run(SourceFile:63)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 10 | Suspended: false | Native: false | State: TIMED_WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 3 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[09:11:17] [Spigot Watchdog Thread/ERROR]:     PID: 2 | Suspended: false | Native: false | State: WAITING
[09:11:17] [Spigot Watchdog Thread/ERROR]:     Stack:
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:503)
[09:11:17] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
[09:11:17] [Spigot Watchdog Thread/ERROR]: ------------------------------
[09:11:17] [Spigot Watchdog Thread/INFO]: Attempting to restart with ./start.sh

Quelqu'un aurait une solution ?
Je précise que ca ne vient pas de chunks corrumpu, ayant analyser tous les mondes et ils n'indiquaient aucuns chunks corrumpus ou mauvais
merci
 
Code:
[04:38:15] [Server thread/INFO]: Lexsk_ issued server command: /1vs1 JeanMichG0D
[04:38:15] [Server thread/INFO]: Lexsk_ [80e04df7-5f94-370c-90be-50b2be5818d1]: /1vs1 JeanMichG0D
[04:38:18] [Async Chat Thread - #45/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mLexsk_[m[0;37;1m:[m go refaire x')[m
[04:38:19] [Server thread/INFO]: JeanMichG0D issued server command: /accept Lexsk_
[04:38:19] [Server thread/INFO]: JeanMichG0D [5a232fbc-20c8-3981-9c90-1e63283632e4]: /accept Lexsk_
[04:38:19] [Server thread/INFO]: CONSOLE issued server command: /heal JeanMichG0D
[04:38:19] [Server thread/INFO]: [0;37;22m[0;37;1m[21m[[0;30;22m[21mYou[0;31;22m[21mTubeur[0;37;1m[21m]JeanMichG0D[m a ?t? soign?.[m
[04:38:19] [Server thread/INFO]: CONSOLE issued server command: /heal Lexsk_
[04:38:19] [Server thread/INFO]: [0;37;22m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mLexsk_[m a ?t? soign?.[m
[04:38:19] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 Lexsk_
[04:38:19] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mLexsk_[m[0;33;22m.[m
[04:38:19] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 JeanMichG0D
[04:38:19] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;37;1m[21m[[0;30;22m[21mYou[0;31;22m[21mTubeur[0;37;1m[21m]JeanMichG0D[m[0;33;22m.[m
[04:38:24] [Server thread/INFO]: Felldon issued server command: /r ta une id?e de pillage ?
[04:38:31] [Server thread/INFO]: SoGaming issued server command: /r oui att
[04:39:00] [Server thread/INFO]: Felldon issued server command: /r j'essaie d'approch? par le haut
[04:39:03] [Async Chat Thread - #45/INFO]: [0;37;1m[21m**[m[0;37;1mJapan [0;37;1m[0;36;1m[Azkenien][0;36;1mFelldon[m[0;37;1m:[m tt[m
[04:39:21] [Async Chat Thread - #45/INFO]: [0;37;1m[21m**[m[0;37;1mOaXGam3V2 [0;37;1m[0;36;1m[Azkenien][0;36;1mDidji59[m[0;37;1m:[m lag?[m
[04:39:21] [Server thread/INFO]: Felldon issued server command: /r jlag ?
[04:39:21] [Async Chat Thread - #45/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mLexsk_[m[0;37;1m:[m crash ?[m
[04:39:21] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[04:39:47] [Server thread/INFO]: Felldon lost connection: Disconnected
[04:39:47] [Server thread/INFO]: [Azkenien]Felldon [?]
[04:39:47] [Server thread/INFO]: Lexsk_ lost connection: Disconnected
[04:39:47] [Server thread/INFO]: [0;37;1m[21m[[0;33;1m[21mAzken1vs1[0;37;1m[21m] [0;32;1mJeanMichG0D[0;36;1m a tu? [0;31;22mLexsk_[0;36;1m dans un 1vs1.[m
[04:39:47] [Server thread/INFO]: CONSOLE issued server command: /spawn JeanMichG0D
[04:39:47] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[04:39:47] [Server thread/INFO]: CONSOLE issued server command: /spawn JeanMichG0D
[04:39:47] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[04:39:47] [Server thread/INFO]: [0;31;22mLexsk_ [0;37;1m vient de se faire tuer par [0;32;1mJeanMichG0D[m
[04:39:47] [Server thread/INFO]: CONSOLE issued server command: /spawn <none>
[04:39:47] [Server thread/INFO]: [0;31;1mErreur : [0;31;1mLe joueur est introuvable.[m
[04:39:47] [Server thread/INFO]: [0;37;1m[21m[[0;33;1m[21mAzken1vs1[0;37;1m[21m] [0;32;1mJeanMichG0D[0;36;1m a tu? [0;31;22mLexsk_[0;36;1m dans un 1vs1.[m
[04:39:47] [Server thread/INFO]: [Ultimate]Lexsk_ [?]
[04:39:47] [Server thread/INFO]: Didji59 lost connection: Disconnected
[04:39:47] [Server thread/INFO]: [Azkenien]Didji59 [?]

Ca c'est jusqu'a la ligne juste avant le crash

Bref y en a plein d'autre également et ils ont tous l'air différent
 
Salut,

Avant un crash report il y a toujours un message dans la console indiquant qu'il y a eu la création d'un crash report. Or, je ne vois pas ça dans tes logs, je suppose donc qu'on a pas la fin... Pourrais tu nous donner les logs au démarrage du serveur (jusqu’au "Done") et les logs juste avant le crash (avec donc ce message indiquant la création du crash report).


Cordialement,
Detobel36
 
Code:
[12:35:01] [Server thread/ERROR]: Chunk file at -6,-18 is in the wrong location; relocating. (Expected -6, -18, got -8, -2)
[12:35:01] [Async Chat Thread - #4/INFO]: [0;37;1m[21m-[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mAzR0X[m[0;37;1m:[m Mais c'est del'humour c quoi se serveur sans humour genre -'-[m
[12:35:02] [Server thread/INFO]: IGflas issued server command: /f map
[12:35:02] [Server thread/INFO]: Taklash issued server command: //cut
[12:35:03] [Server thread/INFO]: NiceFurYa_ issued server command: /f map
[12:35:03] [Server thread/ERROR]: Chunk file at -7,-19 is in the wrong location; relocating. (Expected -7, -19, got -19, -9)
[12:35:04] [Server thread/ERROR]: Chunk file at -8,-20 is in the wrong location; relocating. (Expected -8, -20, got -6, -8)
[12:35:04] [Server thread/INFO]: Taklash issued server command: //cut
[12:35:06] [Server thread/INFO]: Totovaillant issued server command: /r bah non mdr
[12:35:06] [Server thread/ERROR]: Chunk file at -10,-22 is in the wrong location; relocating. (Expected -10, -22, got -8, -8)
[12:35:06] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/323280, l='world_nether', x=-125.50, y=68.00, z=-123.50] in world 'world_nether'!
[12:35:06] [Server thread/WARN]: Entity is at -125.5,-123.5 (chunk -8,-8) but was stored in chunk -10,-22
[12:35:07] [Server thread/ERROR]: Chunk file at -11,-23 is in the wrong location; relocating. (Expected -11, -23, got -14, -3)
[12:35:07] [Async Chat Thread - #4/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;31;22m[Administrateur]graffmania17[m[0;37;1m:[m [0;31;22m[21m[0;31;22m[21mok[m
[12:35:07] [Async Chat Thread - #4/INFO]: [0;37;1m[21m+[m[0;37;1mJapan [0;37;1m[0;36;1m[Azkenien][0;36;1mTrash_girl[m[0;37;1m:[m Ah ah..[m
[12:35:08] [Server thread/INFO]: ZiirtoX issued server command: /1vs1 thomas
[12:35:08] [Server thread/INFO]: ZiirtoX [462fe3ac-0273-3948-a216-9aab08ee8c3b]: /1vs1 thomas
[12:35:08] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[12:35:10] [Server thread/ERROR]: Chunk file at -13,-25 is in the wrong location; relocating. (Expected -13, -25, got -7, -7)
[12:35:10] [Async Chat Thread - #4/INFO]: [0;37;1m[21m*[m[0;37;1mHrZ [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mNiceFurYa_[m[0;37;1m:[m ?/Ce[m
[12:35:11] [Server thread/INFO]: NiceFurYa_ issued server command: /ec
[12:35:11] [Async Chat Thread - #4/INFO]: [0;37;1m[21m**[m[0;37;1mJapan [0;37;1m[0;36;1m[Azkenien][0;36;1mFelldon[m[0;37;1m:[m XD[m
[12:35:12] [Server thread/ERROR]: Chunk file at -15,-25 is in the wrong location; relocating. (Expected -15, -25, got -1, -9)
[12:35:13] [Server thread/INFO]: ZiirtoX issued server command: /1vs1 thomas
[12:35:13] [Server thread/INFO]: ZiirtoX [462fe3ac-0273-3948-a216-9aab08ee8c3b]: /1vs1 thomas
[12:35:13] [Server thread/ERROR]: Chunk file at -1,-14 is in the wrong location; relocating. (Expected -1, -14, got -21, -4)
[12:35:14] [Server thread/ERROR]: Chunk file at -2,-15 is in the wrong location; relocating. (Expected -2, -15, got -14, -32)
[12:35:14] [Async Chat Thread - #4/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;31;22m[Administrateur]graffmania17[m[0;37;1m:[m [0;31;22m[21m[0;31;22m[21m./coins Felldon 3806[m
[12:35:15] [Server thread/ERROR]: Chunk file at -4,-17 is in the wrong location; relocating. (Expected -4, -17, got -8, -3)
[12:35:16] [Async Chat Thread - #4/INFO]: [0;37;1m[21m+[m[0;37;1mJapan [0;37;1m[0;36;1m[Azkenien][0;36;1mTrash_girl[m[0;37;1m:[m Ont rigole pas trop avec se genre de chose.[m
[12:35:17] [Server thread/INFO]: Arnatomik issued server command: //butcher
[12:35:17] [Server thread/ERROR]: Chunk file at -5,-18 is in the wrong location; relocating. (Expected -5, -18, got -1, -7)
[12:35:17] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/323499, l='world_nether', x=-170.50, y=81.00, z=-508.50] in world 'world_nether'!
[12:35:17] [Server thread/WARN]: Entity is at -170.5,-508.5 (chunk -11,-32) but was stored in chunk -5,-18
[12:35:18] [Async Chat Thread - #4/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m donne 10 coins svp[m
[12:35:18] [Server thread/ERROR]: Chunk file at -6,-19 is in the wrong location; relocating. (Expected -6, -19, got -4, -5)
[12:35:19] [Server thread/INFO]: NiceFurYa_ issued server command: /ehome
[12:35:19] [Server thread/ERROR]: Chunk file at -7,-20 is in the wrong location; relocating. (Expected -7, -20, got -14, -2)
[12:35:20] [Async Chat Thread - #4/INFO]: [0;37;1m[21m-[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mAzR0X[m[0;37;1m:[m Je l'aurais dis au bout d'un moment bande de fou[m
[12:35:22] [Async Chat Thread - #4/INFO]: [0;37;1m[21m**[m[0;37;1mJapan [0;37;1m[0;36;1m[Azkenien][0;36;1mFelldon[m[0;37;1m:[m 4806 *[m
[12:35:22] [Server thread/ERROR]: Chunk file at -9,-22 is in the wrong location; relocating. (Expected -9, -22, got -16, -11)
[12:35:22] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/323563, l='world_nether', x=-250.45, y=83.00, z=-160.53] in world 'world_nether'!
[12:35:22] [Server thread/WARN]: Entity is at -250.44757019172837,-160.53207262149198 (chunk -16,-11) but was stored in chunk -9,-22
[12:35:23] [Server thread/ERROR]: Chunk file at -10,-23 is in the wrong location; relocating. (Expected -10, -23, got -10, -7)


A mon avis l'erreur viens de tout les Chunk file. Il n'y a deplus aucun crash report, juste un timed out.
 
Tuto:
Lance ton serveur, attend qu'il crash, le relance pas.
va dans le dossier "log" puis ouvre "latest.yml" et balance tous ça sur hastebin.com
 
Impossible ca bug sur Hastebin dès que je colle. ( Trop grand ) Alors que ce n'est qu'une partie imagine mettre 24h de logs ;)


Code:
[0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Mais cr?er en une[m
[05:19:45] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[05:19:57] [Server thread/INFO]: StoDoXx issued server command: /musique
[05:19:57] [Server thread/INFO]: StoDoXx [c6fcab10-ddc2-3f99-8d03-927ef70ba953]: /musique
[05:19:58] [Server thread/INFO]: CONSOLE issued server command: /sudo StoDoXx musiqueok
[05:19:58] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mStoDoXx[m [0;33;22mto run:[m /musiqueok[m
[05:20:00] [Craft Scheduler Thread - 1438/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mPlayer archer_noir was auto-removed due to inactivity.[m
[05:20:03] [Async Chat Thread - #72/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m nn jaime pas jou? seul[m
[05:20:17] [Server thread/INFO]: CONSOLE issued server command: /sudo StoDoXx zikee DarlingDarling
[05:20:17] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mStoDoXx[m [0;33;22mto run:[m /zikee DarlingDarling[m
[05:20:19] [Server thread/INFO]: Played 'DarlingDarling' to StoDoXx[m
[05:20:30] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[05:21:15] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[05:21:23] [Async Chat Thread - #73/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Vasy cr?er[m
[05:21:28] [Async Chat Thread - #73/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Je vais t'aider a faire une base[m
[05:21:51] [Server thread/INFO]: StoDoXx issued server command: /f home
[05:22:00] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[05:22:09] [Server thread/INFO]: StoDoXx issued server command: /kit
[05:22:17] [Server thread/INFO]: StoDoXx issued server command: /market
[05:22:28] [Thread-130/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=getPlayerCount?args=[]
[05:22:40] [Server thread/INFO]: TheDonuts61 issued server command: /home
[05:22:45] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[05:22:52] [Server thread/INFO]: StoDoXx issued server command: /spawn
[05:22:56] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:23:02] [Thread-131/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=getPlayerCount?args=[]
[05:23:15] [Async Chat Thread - #74/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m bloumochene?[m
[05:23:26] [Async Chat Thread - #74/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m mais pour quoi tu veusn pas me recrut?[m
[05:23:30] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[05:23:35] [Async Chat Thread - #74/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m ta peur que je te vole des truc cest sa[m
[05:23:36] [Async Chat Thread - #74/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Psk je recrute pas n'importe qui[m
[05:23:36] [Server thread/INFO]: TheDonuts61 issued server command: /sethome
[05:23:39] [Server thread/INFO]: TheDonuts61 issued server command: /sethome
[05:23:42] [Server thread/INFO]: TheDonuts61 issued server command: /sethome
[05:23:46] [Server thread/INFO]: TheDonuts61 issued server command: /sethome
[05:23:48] [Async Chat Thread - #74/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m La japan a pas r?ussi a me pillie[m
[05:23:50] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:23:51] [Async Chat Thread - #74/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Meme avec un wither[m
[05:23:52] [Async Chat Thread - #74/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m ba vien ts pour me conetre[m
[05:24:00] [Async Chat Thread - #74/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m j'ai pas[m
[05:24:08] [Async Chat Thread - #74/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m skype ??$[m
[05:24:15] [Async Chat Thread - #74/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m j'ai pas[m
[05:24:15] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[05:24:35] [Async Chat Thread - #74/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m cest pas bien de se foutre de la gueule des gens[m
[05:24:41] [Async Chat Thread - #74/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Oui x)[m
[05:24:43] [Server thread/INFO]: StoDoXx issued server command: /f map
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mPlayer jeanpaul57 was auto-removed due to inactivity.[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mThe faction lesyoutubeur (659b61f5-7f02-4723-9767-486449366676) has been disbanded since it has no members left.[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;33;1mThe faction [0;37;1mlesyoutubeur[0;33;1m was disbanded.[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;31;1mNon existing factionId [0;35;1m659b61f5-7f02-4723-9767-486449366676 [0;31;1mrequested. [0;33;1mCleaning all boards and mplayers.[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 659b61f5-7f02-4723-9767-486449366676 from PS{cx: -115, cz: -42}[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 659b61f5-7f02-4723-9767-486449366676 from PS{cx: -115, cz: -41}[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 659b61f5-7f02-4723-9767-486449366676 from PS{cx: -114, cz: -42}[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 659b61f5-7f02-4723-9767-486449366676 from PS{cx: -9, cz: -59}[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;31;1mNon existing factionId [0;35;1m659b61f5-7f02-4723-9767-486449366676 [0;31;1mrequested. [0;33;1mCleaning all boards and mplayers.[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1m5501ae90-041b-31ef-9988-efd9ba7312fb [0;33;1maka [0;35;1m[0;37;1mjeanpaul57 [0;33;1mfrom [0;35;1mNULL [0;33;1maka [0;35;1mNULL [0;33;1mto [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness[0;33;1m.[m
[05:25:00] [Craft Scheduler Thread - 1447/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1mReset data for [0;35;1m[0;37;1mjeanpaul57 [0;33;1m. Unknown factionId [0;35;1m659b61f5-7f02-4723-9767-486449366676[m
[05:25:00] [Server thread/INFO]: StoDoXx issued server command: /sethome
[05:25:00] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[05:25:01] [Server thread/INFO]: StoDoXx issued server command: /spawn
[05:25:05] [Server thread/INFO]: StoDoXx issued server command: /f home
[05:25:07] [Server thread/INFO]: StoDoXx issued server command: /f home
[05:25:09] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:25:09] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:25:09] [Server thread/INFO]: StoDoXx issued server command: /f home
[05:25:11] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:25:11] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:25:14] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:25:14] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:25:15] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:25:15] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:25:27] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:25:27] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:25:30] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:25:30] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:25:31] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:25:31] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:25:31] [Server thread/INFO]: StoDoXx issued server command: /home
[05:25:33] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:25:33] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:25:33] [Async Chat Thread - #74/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m mec jai 16 ans tu croix que sa mamuse de pillier des base avec un mec qui me fais confiance je prefe[m
[05:25:34] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:25:34] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:25:36] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:25:36] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:25:42] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:25:42] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:25:44] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:25:44] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:25:45] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[05:25:47] [Server thread/INFO]: TheDonuts61 issued server command: /home
[05:26:10] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:26:12] [Server thread/INFO]: StoDoXx issued server command: /menu
[05:26:12] [Server thread/INFO]: StoDoXx [c6fcab10-ddc2-3f99-8d03-927ef70ba953]: /menu
[05:26:26] [Async Chat Thread - #74/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Tu vois si je me fait piller je pense pas que je vais reprendre je vais abandonner[m
[05:26:29] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:26:29] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:26:30] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[05:26:31] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:26:31] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:26:32] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:26:32] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:26:32] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:26:32] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:26:34] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:26:34] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:26:37] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:26:37] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:26:46] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:26:46] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:26:49] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:26:49] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:26:49] [Server thread/INFO]: StoDoXx issued server command: /home
[05:26:50] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:26:50] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:27:09] [Async Chat Thread - #74/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m mais pour quoi je te pillere alors que jai pas de base jai rien[m
[05:27:15] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[05:27:18] [Async Chat Thread - #74/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m moi cest juste mamusai avec des gens[m
[05:27:27] [Server thread/INFO]: XerTYuMe lost connection: Disconnected
[05:27:27] [Server thread/INFO]: [Azkenien]XerTYuMe [?]
[05:28:00] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[05:28:03] [Server thread/INFO]: StoDoXx issued server command: /f home
[05:28:19] [Async Chat Thread - #75/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Skype[m
[05:28:23] [Async Chat Thread - #75/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m vasi[m
[05:28:31] [Async Chat Thread - #75/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m cest bloumochene moi[m
[05:28:38] [Async Chat Thread - #75/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Oh compliqu? u_u[m
[05:28:42] [Async Chat Thread - #75/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m mdr[m
[05:28:45] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[05:29:02] [Thread-132/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=getPlayerCount?args=[]
[05:29:12] [Async Chat Thread - #75/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m demandee moi[m
[05:29:30] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[05:29:33] [Async Chat Thread - #75/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m mistikz?[m
[05:29:38] [Async Chat Thread - #75/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m yes[m
[05:29:40] [Async Chat Thread - #75/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Accept[m
[05:29:43] [Async Chat Thread - #75/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m menu[m
[05:29:46] [Async Chat Thread - #75/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m[0;37;1m:[m cest ma team lol[m
[05:29:47] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:29:47] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:29:55] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:29:55] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:30:15] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[05:30:22] [Thread-133/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=getPlayerCount?args=[]
[05:30:28] [Server thread/INFO]: StoDoXx issued server command: /f invite bloumochene
[05:30:40] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:30:40] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:30:42] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:30:42] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:30:42] [Server thread/INFO]: bloumochene issued server command: /f accpet
[05:30:43] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:30:43] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:30:44] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:30:44] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:30:46] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:30:46] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:30:49] [Server thread/INFO]: StoDoXx issued server command: /f f
[05:30:50] [User Authenticator #146/INFO]: UUID of player vzHastonn_ is ac437f0a-20a2-3ac7-a758-2d03230850d1
[05:30:50] [Server thread/INFO]: vzHastonn_[/86.203.240.127:53770] logged in with entity id 253762 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[05:30:50] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:30:52] [Server thread/INFO]: bloumochene issued server command: /f accpte
[05:30:55] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:30:55] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:30:56] [Server thread/INFO]: [AuthMe] vzHastonn_ used the wrong password
[05:30:57] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:30:57] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:31:00] [Server thread/INFO]: [AuthMe] vzHastonn_ logged in!
[05:31:00] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[05:31:01] [Server thread/INFO]: bloumochene issued server command: /f accept
[05:31:02] [Server thread/INFO]: vzHastonn_ issued server command: /home
[05:31:04] [Server thread/INFO]: StoDoXx issued server command: /f f
[05:31:06] [Async Chat Thread - #76/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m Hello[m
[05:31:07] [Async Chat Thread - #76/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m .f accept[m
[05:31:09] [Async Chat Thread - #76/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m .f accept StoDoXx[m
[05:31:13] [Async Chat Thread - #76/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Salut[m
[05:31:21] [Async Chat Thread - #76/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m chui en vacances c'bn :D[m
[05:31:22] [Server thread/INFO]: bloumochene issued server command: /f accept StoDoXx
[05:31:27] [Server thread/INFO]: bloumochene issued server command: /f accept
[05:31:35] [Server thread/INFO]: StoDoXx issued server command: /market
[05:31:45] [Server thread/INFO]: bloumochene issued server command: /f accept StoDoXx
[05:31:45] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[05:31:46] [Server thread/INFO]: StoDoXx issued server command: /f f
[05:31:48] [Server thread/INFO]: meftah59 lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[05:31:48] [Server thread/INFO]: [Azkenien]meftah59 [?]
[05:31:54] [Server thread/INFO]: StoDoXx issued server command: /f invite bloumochene
[05:31:55] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:31:55] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:31:55] [Server thread/INFO]: StoDoXx issued server command: /f invite bloumochene
[05:31:57] [Thread-134/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=runConsoleCommand?args=["Kit magistrat vzHastonn_"]
[05:31:57] [Server thread/INFO]: Command run by remote user: 'Kit magistrat vzHastonn_'
[05:31:57] [Server thread/INFO]: CONSOLE issued server command: /kit magistrat vzHastonn_
[05:31:57] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m magistrat[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;33;22m.[m
[05:31:57] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:31:57] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:31:57] [Thread-135/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=runConsoleCommand?args=["bc &b&l>> &cvzHastonn_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat"]
[05:31:57] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &cvzHastonn_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat'
[05:31:57] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &cvzHastonn_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat
[05:31:58] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:31:58] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:32:00] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:32:00] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:32:08] [Server thread/INFO]: bloumochene issued server command: /f accept ShaDowPvP
[05:32:14] [Server thread/INFO]: StoDoXx issued server command: /f join
[05:32:17] [Async Chat Thread - #76/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m join[m
[05:32:25] [Server thread/INFO]: bloumochene issued server command: /f join ShaDowPvP
[05:32:25] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1mc01195f9-a763-30dd-bbd6-819b3d3434a4 [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1mbloumochene[m [0;33;1mfrom [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness [0;33;1mto [0;35;1mba80e5e6-fd5d-4693-ab4e-9d7ba78733de [0;33;1maka [0;35;1mShaDowPvP[0;33;1m.[m
[05:32:25] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mbloumochene joined the faction ShaDowPvP.[m
[05:32:30] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[05:32:32] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:32:32] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:32:34] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:32:34] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:32:39] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:32:39] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:32:39] [Server thread/INFO]: bloumochene issued server command: /tpa StoDoXx
[05:32:40] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:32:40] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:32:41] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:32:41] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:32:43] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[05:32:52] [Server thread/INFO]: vzHastonn_ issued server command: /spawn
[05:32:57] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:32:57] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:32:58] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:32:58] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:33:02] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:33:02] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:33:03] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:33:03] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:33:07] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:33:07] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:33:08] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:33:08] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:33:14] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[05:33:15] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[05:33:19] [Server thread/INFO]: StoDoXx issued server command: /f promote bloumochene
[05:34:00] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[05:34:39] [Server thread/INFO]: TheDonuts61 issued server command: /money
[05:34:41] [Async Chat Thread - #77/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m m[m
[05:34:45] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[05:34:54] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:34:54] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:34:55] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:34:55] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:34:57] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:34:57] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:34:58] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:34:58] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:35:30] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[05:35:38] [Server thread/INFO]: StoDoXx issued server command: /spawn
[05:35:51] [Server thread/INFO]: bloumochene issued server command: /tpa StoDoXx
[05:35:53] [Server thread/INFO]: StoDoXx issued server command: /tpyues
[05:35:55] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[05:36:06] [User Authenticator #147/INFO]: UUID of player meftah59 is b75518a9-4008-329f-a124-1fcdd029bfde
[05:36:06] [Server thread/INFO]: meftah59[/78.244.203.71:63672] logged in with entity id 254549 at ([world] 4731.695640185864, 2.0, -3020.699999988079)
[05:36:06] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:36:08] [Server thread/INFO]: vzHastonn_ issued server command: /kit bouffe
[05:36:10] [Async Chat Thread - #78/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m re[m
[05:36:12] [Server thread/INFO]: vzHastonn_ issued server command: /kit
[05:36:15] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[05:36:16] [Server thread/INFO]: vzHastonn_ issued server command: /kit nourriture
[05:36:36] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:36:36] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:36:37] [Server thread/INFO]: StoDoXx issued server command: /market
[05:36:38] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:36:38] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:36:39] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:36:39] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:36:40] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:36:40] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:36:41] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:36:41] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:36:42] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:36:42] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:36:47] [Server thread/INFO]: TheDonuts61 issued server command: /home
[05:36:54] [Server thread/ERROR]: Chunk file at -9,-3 is in the wrong location; relocating. (Expected -9, -3, got -7, -4)
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254718, l='world_nether', x=-170.50, y=81.00, z=-508.50] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -170.5,-508.5 (chunk -11,-32) but was stored in chunk -8,-4
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254735, l='world_nether', x=-155.73, y=66.00, z=-423.30] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -155.73179312925527,-423.30000001192093 (chunk -10,-27) but was stored in chunk -4,-7
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254736, l='world_nether', x=-153.42, y=66.00, z=-420.06] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -153.42105467030822,-420.0561424358222 (chunk -10,-27) but was stored in chunk -4,-7
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254737, l='world_nether', x=-151.87, y=66.00, z=-418.25] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -151.87325857868677,-418.25317692104153 (chunk -10,-27) but was stored in chunk -4,-7
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254738, l='world_nether', x=-245.17, y=42.00, z=-180.94] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -245.16581507085314,-180.94095088402491 (chunk -16,-12) but was stored in chunk -4,-4
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254755, l='world_nether', x=-231.26, y=91.00, z=-359.28] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -231.26012971774855,-359.28342548521977 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254756, l='world_nether', x=-229.57, y=86.00, z=-363.57] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -229.5696418105562,-363.5678913573477 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254757, l='world_nether', x=-231.50, y=85.00, z=-365.50] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -231.5,-365.5 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254811, l='world_nether', x=-170.50, y=81.00, z=-508.50] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -170.5,-508.5 (chunk -11,-32) but was stored in chunk -1,-7
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254812, l='world_nether', x=-120.18, y=93.00, z=-506.97] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -120.18440504744649,-506.97261231753015 (chunk -8,-32) but was stored in chunk -1,-3
[05:37:00] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[05:37:12] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:37:19] [Server thread/INFO]: meftah59 lost connection: Disconnected
[05:37:19] [Server thread/INFO]: [Azkenien]meftah59 [?]
[05:37:25] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:37:30] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:37:30] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:37:32] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:37:32] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:37:43] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:37:43] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:37:44] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:37:44] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:37:45] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[05:38:13] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/255223, l='world_nether', x=-158.50, y=82.00, z=-359.50] in world 'world_nether'!
[05:38:13] [Server thread/WARN]: Entity is at -158.5,-359.5 (chunk -10,-23) but was stored in chunk -10,-7
[05:38:13] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/255224, l='world_nether', x=-159.50, y=82.00, z=-358.50] in world 'world_nether'!
[05:38:13] [Server thread/WARN]: Entity is at -159.5,-358.5 (chunk -10,-23) but was stored in chunk -10,-7
[05:38:13] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/255226, l='world_nether', x=-170.50, y=81.00, z=-508.50] in world 'world_nether'!
[05:38:13] [Server thread/WARN]: Entity is at -170.5,-508.5 (chunk -11,-32) but was stored in chunk -8,-4
[05:38:14] [Thread-136/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=getPlayerCount?args=[]
[05:38:31] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[05:38:44] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:38:44] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:38:47] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:38:47] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:38:49] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:38:49] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:38:50] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:38:50] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:38:51] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:38:51] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:38:52] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:38:52] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:38:53] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:38:53] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:38:54] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:38:54] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:38:55] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:38:55] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:38:55] [Server thread/INFO]: StoDoXx issued server command: /tpa bloumochene
[05:38:56] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:38:56] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:01] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:01] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:02] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:02] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:03] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:03] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:04] [Server thread/INFO]: bloumochene issued server command: /tpaccept
[05:39:04] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:04] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:06] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:06] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:07] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:07] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:12] [Thread-137/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=getPlayerCount?args=[]
[05:39:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[05:39:24] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:24] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:25] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:25] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:26] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:26] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:27] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:27] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:28] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:28] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:29] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:29] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:30] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:30] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:31] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:31] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:32] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:32] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:35] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:35] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:36] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:36] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:37] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:37] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:38] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:38] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:39] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:39] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:40] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:40] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:41] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:39:41] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:39:43] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:39:43] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:39:51] [Thread-138/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=getPlayerCount?args=[]
[05:40:00] [Craft Scheduler Thread - 1471/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mPlayer ptitpwa was auto-removed due to inactivity.[m
[05:40:01] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[05:40:18] [Server thread/INFO]: TheDonuts61 issued server command: /spawn
[05:40:23] [Server thread/INFO]: StoDoXx issued server command: /f map
[05:40:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[05:40:49] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:40:50] [Server thread/INFO]: vzHastonn_ issued server command: /warp coins
[05:41:13] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[05:41:13] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[05:41:14] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[05:41:19] [Thread-139/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[05:41:21] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[05:41:31] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[05:41:42] [Server thread/INFO]: TheDonuts61 issued server command: /home
[05:42:06] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:42:16] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[05:42:27] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:42:47] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:42:50] [Server thread/INFO]: bloumochene issued server command: /tpa StoDoXx
[05:42:54] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[05:43:01] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[05:43:19] [Server thread/INFO]: StoDoXx issued server command: /f map
[05:43:22] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:43:28] [User Authenticator #148/INFO]: UUID of player adrien49 is 343ce400-2243-3430-80ce-4f8d14e2d5c3
[05:43:28] [Server thread/INFO]: adrien49[/85.69.150.167:60486] logged in with entity id 257447 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[05:43:28] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1madrien49[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:43:28] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/343ce400-2243-3430-80ce-4f8d14e2d5c3.yml
[05:43:32] [Server thread/INFO]: vzHastonn_ issued server command: /home
[05:43:43] [Server thread/INFO]: [AuthMe] adrien49 registered 85.69.150.167
[05:43:44] [Server thread/INFO]: adrien49 has just earned the achievement [Taking Inventory]
[05:43:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[05:43:56] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:43:56] [Server thread/INFO]: vzHastonn_ issued server command: /money
[05:44:04] [Server thread/INFO]: adrien49 issued server command: /kit
[05:44:09] [Server thread/INFO]: adrien49 issued server command: /kit azkenien
[05:44:12] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:44:31] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[05:44:42] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:44:48] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[05:44:52] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[05:44:52] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:45:08] [Server thread/INFO]: StoDoXx issued server command: /tpa bloumochene
[05:45:14] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:45:15] [Server thread/INFO]: bloumochene issued server command: /tpaccept
[05:45:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[05:45:22] [Server thread/INFO]: vzHastonn_ issued server command: /spawn
[05:45:27] [Server thread/INFO]: vzHastonn_ issued server command: /spawn
[05:45:37] [Server thread/INFO]: StoDoXx issued server command: /f map
[05:45:45] [Server thread/INFO]: vzHastonn_ issued server command: /home
[05:45:47] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:46:01] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[05:46:12] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:46:21] [Server thread/INFO]: vzHastonn_ issued server command: /spawn
[05:46:26] [Server thread/INFO]: adrien49 issued server command: /kit
[05:46:27] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:46:29] [Server thread/INFO]: adrien49 issued server command: /kit nourriture
[05:46:43] [User Authenticator #149/INFO]: UUID of player RefreshCombo is 16439a9a-66d1-328b-a8ee-f0bae00584c4
[05:46:43] [Server thread/INFO]: RefreshCombo[/88.185.238.30:49480] logged in with entity id 258196 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[05:46:43] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mRefreshCombo[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:46:45] [Server thread/INFO]: adrien49 issued server command: /menu
[05:46:45] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[05:46:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[05:46:46] [Server thread/INFO]: bloumochene issued server command: /f home
[05:46:50] [Server thread/INFO]: adrien49 issued server command: /menu
[05:46:50] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[05:46:55] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:46:56] [Server thread/INFO]: [AuthMe] RefreshCombo logged in!
[05:46:59] [Server thread/INFO]: TheDonuts61 issued server command: /f f leoboss
[05:47:01] [Async Chat Thread - #79/INFO]: [0;37;1m[21m+[m[0;37;1mJapan [0;37;1m[0;36;1m[Azkenien][0;36;1mRefreshCombo[m[0;37;1m:[m yo[m
[05:47:06] [Async Chat Thread - #79/INFO]: [0;37;1m[21m+[m[0;37;1mJapan [0;37;1m[0;36;1m[Azkenien][0;36;1mRefreshCombo[m[0;37;1m:[m qui pvp ???[m
[05:47:18] [Server thread/INFO]: RefreshCombo lost connection: Disconnected
[05:47:18] [Server thread/INFO]: [Azkenien]RefreshCombo [?]
[05:47:31] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[05:47:46] [Server thread/INFO]: StoDoXx issued server command: /balancetop
[05:47:48] [Server thread/INFO]: TheDonuts61 issued server command: /bacl
[05:47:49] [Server thread/INFO]: StoDoXx issued server command: /balancetop 2
[05:47:50] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:47:50] [Server thread/INFO]: StoDoXx issued server command: /balancetop 5
[05:47:53] [Server thread/INFO]: StoDoXx issued server command: /balancetop 10
[05:47:59] [User Authenticator #150/INFO]: UUID of player NerzoxT_G is d6579e61-b5c6-3800-9eaf-83c68327e86c
[05:47:59] [Server thread/INFO]: NerzoxT_G[/88.123.28.239:65065] logged in with entity id 259040 at ([world] 12.3708668665971, 48.0, 32.61846122165561)
[05:47:59] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:48:02] [Server thread/INFO]: StoDoXx issued server command: /balancetop 152
[05:48:05] [Server thread/INFO]: bloumochene issued server command: /money
[05:48:12] [Server thread/INFO]: StoDoXx issued server command: /balancetop 140
[05:48:16] [Server thread/INFO]: StoDoXx issued server command: /balancetop 50
[05:48:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[05:48:16] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:48:19] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m yo lenny[m
[05:48:21] [Server thread/INFO]: StoDoXx issued server command: /balancetop 30
[05:48:24] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[05:48:26] [Server thread/INFO]: StoDoXx issued server command: /balancetop 35
[05:48:29] [Server thread/INFO]: StoDoXx issued server command: /balancetop 40
[05:48:29] [Server thread/INFO]: [AuthMe] Set NerzoxT_G to gamemode: SURVIVAL
[05:48:29] [Server thread/INFO]: NerzoxT_G lost connection: ?fVous avez ?t? expuls? car vous ?tes trop lent pour vous enregistrer !
[05:48:29] [Server thread/INFO]: [Azkenien]NerzoxT_G [?]
[05:48:34] [User Authenticator #151/INFO]: UUID of player NerzoxT_G is d6579e61-b5c6-3800-9eaf-83c68327e86c
[05:48:34] [Server thread/INFO]: NerzoxT_G[/88.123.28.239:65103] logged in with entity id 259434 at ([world] 12.3708668665971, 48.0, 32.61846122165561)
[05:48:34] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:48:36] [Server thread/INFO]: bloumochene issued server command: /tpa StoDoXx
[05:48:38] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[05:48:41] [Server thread/INFO]: StoDoXx issued server command: /balancetop 42
[05:48:43] [Server thread/INFO]: [AuthMe] NerzoxT_G logged in!
[05:48:45] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:48:45] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:48:46] [Server thread/INFO]: StoDoXx issued server command: /balancetop 41
[05:48:46] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:48:46] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:48:48] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:48:48] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:48:48] [Server thread/INFO]: StoDoXx issued server command: /balancetop 40
[05:48:49] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:48:49] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:48:52] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:48:52] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:48:53] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:48:53] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:48:54] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:48:54] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:48:55] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:48:55] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:49:00] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:49:00] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:49:01] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[05:49:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[05:49:05] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:49:05] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:49:11] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:49:13] [Server thread/INFO]: StoDoXx issued server command: /balancetop
[05:49:15] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m pk tes la nerzox[m
[05:49:27] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m ./balancetop 40[m
[05:49:33] [Async Chat Thread - #80/INFO]: [0;37;1m[21m+[m[0;37;1mTroll [0;37;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m[0;37;1m:[m l[m
[05:49:33] [Server thread/INFO]: vzHastonn_ issued server command: /baltop
[05:49:34] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:49:38] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m tes pas en cour[m
[05:49:46] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[05:49:47] [Server thread/INFO]: NerzoxT_G issued server command: /msg theinception003
[05:50:13] [Async Chat Thread - #80/INFO]: [0;37;1m[21m+[m[0;37;1mTroll [0;37;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m[0;37;1m:[m chui en prison pour rien sa menerve[m
[05:50:13] [Server thread/INFO]: StoDoXx issued server command: /market
[05:50:24] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Combien de temps[m
[05:50:31] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[05:50:34] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:50:40] [Server thread/INFO]: StoDoXx issued server command: /f home
[05:50:48] [Async Chat Thread - #80/INFO]: [0;37;1m[21m+[m[0;37;1mTroll [0;37;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m[0;37;1m:[m encore 10 heure[m
[05:50:58] [Async Chat Thread - #80/INFO]: [0;37;1m[21m+[m[0;37;1mTroll [0;37;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m[0;37;1m:[m javais 24 en tout*[m
[05:51:00] [Server thread/INFO]: StoDoXx issued server command: /kit ouvrier
[05:51:05] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:51:08] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Bien fait pour ta geule[m
[05:51:16] [Async Chat Thread - #80/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m StoDoXx , le m?chant xd[m
[05:51:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[05:51:20] [Server thread/INFO]: bloumochene issued server command: /sethome
[05:51:21] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m =)[m
[05:51:25] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:51:31] [Server thread/INFO]: StoDoXx issued server command: /spawn
[05:51:37] [Async Chat Thread - #80/INFO]: [0;37;1m[21m+[m[0;37;1mTroll [0;37;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m[0;37;1m:[m c un konar stodoxx et en plus c un arnakeur[m
[05:51:46] [Server thread/INFO]: adrien49 issued server command: /musique
[05:51:46] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /musique
[05:51:47] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m J'avoue[m
[05:51:53] [Server thread/INFO]: CONSOLE issued server command: /sudo adrien49 musiqueok
[05:51:53] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1madrien49[m [0;33;22mto run:[m /musiqueok[m
[05:51:54] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:51:55] [Thread-140/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=getPlayerCount?args=[]
[05:52:01] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[05:52:01] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m En plus il sais ?crire ![m
[05:52:06] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:52:10] [Async Chat Thread - #80/INFO]: [0;37;1m[21m+[m[0;37;1mTroll [0;37;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m[0;37;1m:[m stodoxx rned mes tete legendaire[m
[05:52:14] [Async Chat Thread - #80/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m Cour[m
[05:52:17] [Server thread/INFO]: bloumochene issued server command: /home
[05:52:30] [Server thread/INFO]: StoDoXx issued server command: /tpa bloumochene
[05:52:31] [Server thread/INFO]: StoDoXx issued server command: /sethome
[05:52:34] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:52:37] [Server thread/INFO]: bloumochene issued server command: /tpaccept
[05:52:45] [Server thread/INFO]: StoDoXx issued server command: /f map
[05:52:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[05:52:49] [Server thread/INFO]: StoDoXx issued server command: /home
[05:52:55] [User Authenticator #152/INFO]: UUID of player RefreshCombo is 16439a9a-66d1-328b-a8ee-f0bae00584c4
[05:52:55] [Server thread/INFO]: RefreshCombo[/88.185.238.30:49707] logged in with entity id 260858 at ([world] -32.086923953444625, 57.0, 77.96212713118112)
[05:52:55] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mRefreshCombo[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:52:59] [User Authenticator #153/INFO]: UUID of player loulouguitare13 is 8059d8b1-9987-3fe4-8e47-a119f2d6f72f
[05:52:59] [Server thread/INFO]: loulouguitare13[/109.15.33.106:56103] logged in with entity id 260882 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[05:52:59] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:53:01] [Server thread/INFO]: RefreshCombo issued server command: /home
[05:53:01] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:53:07] [Server thread/INFO]: [AuthMe] loulouguitare13 logged in!
[05:53:15] [Server thread/INFO]: loulouguitare13 issued server command: /eat
[05:53:16] [Server thread/INFO]: StoDoXx issued server command: /f map on
[05:53:22] [Server thread/INFO]: loulouguitare13 issued server command: /kit empereur
[05:53:24] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:53:30] [Server thread/INFO]: TheDonuts61 issued server command: /repair all
[05:53:30] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour TheDonuts61.
[05:53:31] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[05:53:34] [Async Chat Thread - #81/INFO]: [0;37;1m[21m+[m[0;37;1mTroll [0;37;1m[0;36;1m[Azkenien][0;36;1mNerzoxT_G[m[0;37;1m:[m ptn ya un fonda svp[m
[05:53:35] [Server thread/INFO]: RefreshCombo issued server command: /spawn
[05:53:37] [Server thread/INFO]: loulouguitare13 issued server command: /kit ultimate
[05:53:38] [Server thread/INFO]: RefreshCombo lost connection: Disconnected
[05:53:38] [Server thread/INFO]: [Azkenien]RefreshCombo [?]
[05:54:16] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:54:16] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:54:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[05:54:19] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:54:19] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:54:19] [Server thread/INFO]: NerzoxT_G lost connection: Disconnected
[05:54:19] [Server thread/INFO]: [Azkenien]NerzoxT_G [?]
[05:54:21] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:54:21] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:54:23] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:54:23] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:54:26] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:54:26] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:54:27] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:54:27] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:54:31] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:54:31] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:54:32] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:54:32] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:54:36] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:54:36] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:54:36] [Server thread/INFO]: StoDoXx issued server command: /f f
[05:54:37] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:54:37] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:54:37] [Server thread/INFO]: bloumochene issued server command: /sethome
[05:54:43] [Server thread/INFO]: bloumochene issued server command: /tpa StoDoXx
[05:54:45] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[05:54:49] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[05:54:50] [Server thread/INFO]: StoDoXx issued server command: /f f
[05:55:01] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[05:55:11] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:11] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:13] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:13] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:14] [Server thread/INFO]: bloumochene issued server command: /f map
[05:55:14] [Async Chat Thread - #82/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m f map on[m
[05:55:14] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:14] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:16] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:16] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:18] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:18] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:19] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:19] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:20] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:20] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:22] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:22] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:24] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:24] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:26] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:26] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:29] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:29] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:30] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:30] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:30] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[05:55:32] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:32] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:33] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:33] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:34] [User Authenticator #154/INFO]: UUID of player ROUSSELET is 01b2c91e-c6c6-3905-a91d-9757774e04f8
[05:55:34] [Server thread/INFO]: ROUSSELET[/88.165.109.65:52286] logged in with entity id 262761 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[05:55:34] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[05:55:36] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:36] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:37] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[05:55:38] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:38] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:40] [Async Chat Thread - #82/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m t[m
[05:55:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[05:55:49] [Server thread/INFO]: [AuthMe] ROUSSELET logged in!
[05:55:49] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:49] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:51] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:51] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:51] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:51] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:53] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:53] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:54] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:55:54] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:55:55] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:55:55] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:55:57] [Server thread/INFO]: ROUSSELET issued server command: /home
[05:56:10] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:56:10] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:56:11] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:56:11] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:56:16] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:56:16] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:56:17] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:56:17] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:56:22] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[05:56:22] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[05:56:23] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 potion
[05:56:23] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /potion[m
[05:56:24] [Server thread/INFO]: adrien49 issued server command: /menu
[05:56:24] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[05:56:27] [Server thread/INFO]: CONSOLE issued server command: /sudo adrien49 grades
[05:56:27] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1madrien49[m [0;33;22mto run:[m /grades[m
[05:56:31] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[05:56:33] [Server thread/INFO]: CONSOLE issued server command: /sudo adrien49 menu4
[05:56:33] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1madrien49[m [0;33;22mto run:[m /menu4[m
[05:56:35] [Server thread/INFO]: TheDonuts61 issued server command: /home
[05:56:48] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[05:56:56] [Server thread/INFO]: StoDoXx issued server command: /f f time
[05:57:03] [Server thread/INFO]: adrien49 issued server command: /menu
[05:57:03] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[05:57:04] [Server thread/INFO]: StoDoXx issued server command: /f claim one
[05:57:08] [Server thread/INFO]: CONSOLE issued server command: /sudo adrien49 site
[05:57:08] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1madrien49[m [0;33;22mto run:[m /site[m
[05:57:16] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[05:57:22] [Thread-141/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=getPlayerCount?args=[]
[05:57:31] [Server thread/INFO]: bloumochene issued server command: /tpa StoDoXx
[05:57:38] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[05:57:59] [Server thread/INFO]: TheDonuts61 issued server command: /back
[05:58:01] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[05:58:07] [Thread-142/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=getPlayerCount?args=[]
[05:58:19] [Server thread/INFO]: adrien49 issued server command: /f create jtenmerde
[05:58:19] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1m343ce400-2243-3430-80ce-4f8d14e2d5c3 [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1madrien49[m [0;33;1mfrom [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness [0;33;1mto [0;35;1m0161f561-1f84-4801-a268-64fb4538a899 [0;33;1maka [0;35;1mjtenmerde[0;33;1m.[m
[05:58:19] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1madrien49 created a new faction: jtenmerde[m
[05:58:23] [Server thread/INFO]: adrien49 issued server command: /f enemy vzHastonn_
[05:58:46] [Server thread/INFO]: [0;34;1m[ProtocolLib] The updater found an update, but because of the UpdateType being set to NO_DOWNLOAD, it wasn't downloaded.[m
[05:58:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[05:58:50] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[05:58:52] [Server thread/INFO]: adrien49 was burnt to a crisp whilst fighting vzHastonn_
[05:58:57] [Server thread/INFO]: adrien49 issued server command: /back
[05:59:03] [Server thread/INFO]: vzHastonn_ issued server command: /back
[05:59:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[05:59:11] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[05:59:12] [Server thread/INFO]: StoDoXx issued server command: /sethome
[05:59:14] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[05:59:17] [Server thread/INFO]: TheDonuts61 issued server command: /spawn
[05:59:21] [Thread-144/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=getPlayerCount?args=[]
[05:59:31] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[05:59:45] [Server thread/WARN]: bloumochene moved wrongly!
[05:59:55] [Server thread/WARN]: StoDoXx moved wrongly!
[06:00:00] [Craft Scheduler Thread - 1498/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mPlayer MaxouuHD was auto-removed due to inactivity.[m
[06:00:11] [Server thread/INFO]: vzHastonn_ issued server command: /warp tp
[06:00:11] [Thread-145/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=getPlayerCount?args=[]
[06:00:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[06:00:18] [Server thread/INFO]: CONSOLE issued server command: /tp vzHastonn_ -4775 78 5710
[06:00:18] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:00:22] [Server thread/INFO]: StoDoXx issued server command: /f map off
[06:00:28] [Server thread/INFO]: StoDoXx issued server command: /spawn
[06:00:37] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[06:00:39] [Server thread/INFO]: StoDoXx issued server command: /home
[06:00:40] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[06:00:42] [Server thread/INFO]: StoDoXx issued server command: /f f time
[06:00:49] [Server thread/INFO]: ROUSSELET has just earned the achievement [Time to Mine!]
[06:00:58] [User Authenticator #155/INFO]: UUID of player RefreshCombo is 16439a9a-66d1-328b-a8ee-f0bae00584c4
[06:00:58] [Server thread/INFO]: RefreshCombo[/88.185.238.30:50128] logged in with entity id 264634 at ([world] -5330.198485385092, 5.0, 6463.014679116921)
[06:00:58] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mRefreshCombo[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:01:01] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[06:01:06] [Thread-146/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=runConsoleCommand?args=["Kit magistrat adrien49"]
[06:01:06] [Server thread/INFO]: Command run by remote user: 'Kit magistrat adrien49'
[06:01:06] [Server thread/INFO]: CONSOLE issued server command: /kit magistrat adrien49
[06:01:06] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m magistrat[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1madrien49[m[0;33;22m.[m
[06:01:06] [Thread-147/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=runConsoleCommand?args=["bc &b&l>> &cadrien49 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat"]
[06:01:06] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &cadrien49 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat'
[06:01:06] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &cadrien49 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat
[06:01:16] [Async Chat Thread - #83/INFO]: [0;37;1m[21m+[m[0;37;1mJapan [0;37;1m[0;36;1m[Azkenien][0;36;1mRefreshCombo[m[0;37;1m:[m gg[m
[06:01:21] [Server thread/INFO]: RefreshCombo lost connection: Disconnected
[06:01:21] [Server thread/INFO]: [Azkenien]RefreshCombo [?]
[06:01:26] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[06:01:28] [Thread-148/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=runConsoleCommand?args=["Give adrien49 anvil 1"]
[06:01:28] [Server thread/INFO]: Command run by remote user: 'Give adrien49 anvil 1'
[06:01:28] [Server thread/INFO]: CONSOLE issued server command: /give adrien49 anvil 1
[06:01:28] [Server thread/INFO]: [0;33;22mDonne[0;31;1m 1 [0;33;22mde[0;31;1m anvil [0;33;22m?[0;31;1m [0;36;1m[Azkenien][0;36;1madrien49[m[0;33;22m.[m
[06:01:28] [Thread-149/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=runConsoleCommand?args=["bc &b&l>> &cadrien49 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lEnclume"]
[06:01:28] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &cadrien49 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lEnclume'
[06:01:28] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &cadrien49 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lEnclume
[06:01:31] [Thread-150/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=getPlayerCount?args=[]
[06:01:34] [User Authenticator #156/INFO]: UUID of player Darkozouzo is 00b6c142-22e5-3cfc-8971-92d59f0954e8
[06:01:34] [Server thread/INFO]: Darkozouzo[/86.192.188.21:54005] logged in with entity id 264815 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:01:34] [Server thread/INFO]: [0;36;1m[0;37;22m[21m[[0;33;22m[21mModo-Joueur[0;37;22m[21m][0;30;1m[21mDarkozouzo[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:01:40] [Server thread/INFO]: [AuthMe] Darkozouzo logged in!
[06:01:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[06:01:48] [Server thread/INFO]: Darkozouzo issued server command: /eat
[06:02:00] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[06:02:01] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[06:02:04] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[06:02:17] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[06:02:19] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[06:02:20] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[06:02:24] [Server thread/INFO]: bloumochene issued server command: /tpa StoDoXx
[06:02:27] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[06:02:31] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[06:02:38] [Server thread/INFO]: StoDoXx issued server command: /sethome
[06:02:51] [Server thread/INFO]: adrien49 issued server command: /1vs1 vzHastonn_
[06:02:51] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /1vs1 vzHastonn_
[06:02:53] [Server thread/INFO]: vzHastonn_ issued server command: /1vs1 adrien49
[06:02:53] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /1vs1 adrien49
[06:02:59] [Server thread/INFO]: adrien49 issued server command: /accept vzHastonn_
[06:02:59] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /accept vzHastonn_
[06:02:59] [Server thread/INFO]: CONSOLE issued server command: /heal adrien49
[06:02:59] [Server thread/INFO]: [0;37;22m[0;36;1m[Azkenien][0;36;1madrien49[m a ?t? soign?.[m
[06:02:59] [Server thread/INFO]: CONSOLE issued server command: /heal vzHastonn_
[06:02:59] [Server thread/INFO]: [0;37;22m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m a ?t? soign?.[m
[06:02:59] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 vzHastonn_
[06:02:59] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;33;22m.[m
[06:02:59] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 adrien49
[06:02:59] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1madrien49[m[0;33;22m.[m
[06:03:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[06:03:30] [Server thread/INFO]: Darkozouzo issued server command: /sethome the
[06:03:36] [Server thread/INFO]: StoDoXx issued server command: /f home
[06:03:46] [Thread-151/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[06:03:59] [Server thread/INFO]: StoDoXx issued server command: /potion
[06:04:01] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[06:04:12] [Server thread/INFO]: Darkozouzo issued server command: /home fhome
[06:04:21] [Server thread/INFO]: [0;37;1m[21m[[0;33;1m[21mAzken1vs1[0;37;1m[21m] [0;32;1madrien49[0;36;1m a tu? [0;31;22mvzHastonn_[0;36;1m dans un 1vs1.[m
[06:04:21] [Server thread/INFO]: CONSOLE issued server command: /spawn adrien49
[06:04:21] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:04:21] [Server thread/INFO]: CONSOLE issued server command: /spawn adrien49
[06:04:21] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:04:21] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:04:28] [Server thread/INFO]: StoDoXx issued server command: /home
[06:04:30] [Server thread/INFO]: adrien49 issued server command: /1vs1 vzHastonn_
[06:04:40] [Server thread/INFO]: adrien49 issued server command: /1vs1 vzHastonn_
[06:04:40] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /1vs1 vzHastonn_
[06:04:46] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[06:04:46] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:04:52] [Server thread/INFO]: vzHastonn_ issued server command: /1vs1
[06:04:52] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /1vs1
[06:04:53] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[06:04:56] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[06:05:05] [Server thread/INFO]: adrien49 issued server command: /sethome
[06:05:16] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[06:05:17] [Server thread/INFO]: vzHastonn_ issued server command: /f f
[06:05:20] [Server thread/INFO]: ROUSSELET issued server command: /home
[06:05:20] [Server thread/INFO]: adrien49 issued server command: /sethome
[06:05:24] [Server thread/INFO]: vzHastonn_ issued server command: /f f
[06:05:26] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[06:05:26] [Server thread/INFO]: StoDoXx issued server command: /home
[06:05:30] [Server thread/INFO]: adrien49 issued server command: /f show vzHastonn_
[06:05:31] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[06:05:33] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[06:05:33] [Server thread/INFO]: ROUSSELET issued server command: /spawn
[06:05:33] [Server thread/INFO]: TheDonuts61 lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[06:05:33] [Server thread/INFO]: [Azkenien]TheDonuts61 [?]
[06:05:43] [Server thread/INFO]: adrien49 issued server command: /f f vzHastonn_
[06:05:50] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[06:05:54] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[06:05:58] [Server thread/INFO]: adrien49 issued server command: /ec
[06:05:58] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour adrien49.
[06:06:07] [Server thread/INFO]: StoDoXx issued server command: /f f legen
[06:06:09] [Server thread/INFO]: StoDoXx issued server command: /f f legend
[06:06:10] [Server thread/INFO]: StoDoXx issued server command: /f f legende
[06:06:11] [Server thread/INFO]: Darkozouzo issued server command: /potion
[06:06:13] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:06:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[06:06:23] [Server thread/INFO]: Darkozouzo issued server command: /potion
[06:06:27] [Server thread/INFO]: bloumochene issued server command: /tpa StoDoXx
[06:06:27] [Server thread/INFO]: adrien49 issued server command: /ehome
[06:06:29] [Server thread/INFO]: vzHastonn_ issued server command: /back
[06:06:29] [Server thread/INFO]: StoDoXx issued server command: /tpyes
[06:06:35] [Server thread/INFO]: Darkozouzo issued server command: /potion
[06:06:38] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:06:41] [Server thread/INFO]: adrien49 issued server command: /home
[06:06:41] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:06:43] [Server thread/INFO]: adrien49 issued server command: /ehome
[06:06:48] [Server thread/INFO]: Darkozouzo issued server command: /potion
[06:06:52] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:06:56] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:06:56] [Server thread/INFO]: ROUSSELET issued server command: /musique
[06:06:56] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /musique
[06:06:58] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET musiqueok
[06:06:58] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /musiqueok[m
[06:07:01] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[06:07:02] [Server thread/INFO]: adrien49 issued server command: /menu
[06:07:02] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[06:07:02] [Server thread/INFO]: vzHastonn_ issued server command: /coins vzHastonn_
[06:07:02] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins vzHastonn_
[06:07:05] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET zikee DarlingDarling
[06:07:05] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /zikee DarlingDarling[m
[06:07:07] [Server thread/INFO]: Played 'DarlingDarling' to ROUSSELET[m
[06:07:09] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:07:17] [Server thread/INFO]: StoDoXx issued server command: /menu
[06:07:17] [Server thread/INFO]: StoDoXx [c6fcab10-ddc2-3f99-8d03-927ef70ba953]: /menu
[06:07:17] [Server thread/INFO]: vzHastonn_ issued server command: /coins adrien49 6
[06:07:17] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins adrien49 6
[06:07:18] [Server thread/INFO]: CONSOLE issued server command: /sudo StoDoXx warp tp
[06:07:18] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mStoDoXx[m [0;33;22mto run:[m /warp tp[m
[06:07:21] [Server thread/INFO]: loulouguitare13 lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[06:07:21] [Server thread/INFO]: [Ultimate]loulouguitare13 [?]
[06:07:22] [User Authenticator #157/INFO]: UUID of player meftah59 is b75518a9-4008-329f-a124-1fcdd029bfde
[06:07:22] [Server thread/INFO]: meftah59[/78.244.203.71:63869] logged in with entity id 266940 at ([world] 4751.942268433591, 5.0, -3020.2337185573583)
[06:07:22] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:07:24] [Server thread/INFO]: CONSOLE issued server command: /tp StoDoXx 4885 86 -1973
[06:07:24] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:07:26] [Server thread/INFO]: adrien49 issued server command: /menu
[06:07:26] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[06:07:26] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:07:29] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:07:32] [User Authenticator #158/INFO]: UUID of player loulouguitare13 is 8059d8b1-9987-3fe4-8e47-a119f2d6f72f
[06:07:32] [Server thread/INFO]: loulouguitare13[/109.15.33.106:57158] logged in with entity id 267030 at ([world] 8553.474577406854, 6.0, 6383.21232620614)
[06:07:32] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:07:45] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:07:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[06:07:47] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:07:51] [Server thread/INFO]: meftah59 issued server command: /spawn
[06:07:56] [Async Chat Thread - #84/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m Darkozouzo[m
[06:08:04] [Async Chat Thread - #84/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m Darkozouzo AFK ??[m
[06:08:08] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[06:08:11] [Server thread/INFO]: StoDoXx issued server command: /list
[06:08:11] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes$
[06:08:15] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[06:08:21] [Server thread/INFO]: loulouguitare13 issued server command: /f f
[06:08:31] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[06:08:35] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[06:08:38] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[06:08:38] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:08:42] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:08:53] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare
[06:08:54] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:08:55] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:08:55] [Server thread/INFO]: StoDoXx issued server command: /f map on
[06:08:56] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[06:08:56] [Server thread/INFO]: adrien49 issued server command: /menu
[06:08:56] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[06:08:57] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:09:01] [Async Chat Thread - #84/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m Mneu[m
[06:09:03] [Server thread/INFO]: vzHastonn_ issued server command: /menu
[06:09:03] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /menu
[06:09:05] [Server thread/INFO]: vzHastonn_ issued server command: /menu
[06:09:05] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /menu
[06:09:08] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:09:11] [Server thread/INFO]: vzHastonn_ issued server command: /menu
[06:09:11] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /menu
[06:09:11] [User Authenticator #159/INFO]: UUID of player IGflas is 8dcd3faf-7830-360f-8567-a7564345fe74
[06:09:12] [Server thread/INFO]: IGflas[/90.56.40.150:57441] logged in with entity id 270303 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:09:12] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mIGflas[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:09:13] [Async Chat Thread - #84/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m Mneu[m
[06:09:15] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:09:16] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[06:09:17] [Async Chat Thread - #84/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m yo IGflas[m
[06:09:21] [Server thread/INFO]: [AuthMe] IGflas logged in!
[06:09:25] [Server thread/INFO]: meftah59 issued server command: /site
[06:09:25] [Server thread/INFO]: meftah59 [b75518a9-4008-329f-a124-1fcdd029bfde]: /site
[06:09:31] [Server thread/INFO]: IGflas issued server command: /coins
[06:09:31] [Server thread/INFO]: IGflas [8dcd3faf-7830-360f-8567-a7564345fe74]: /coins
[06:09:32] [Server thread/INFO]: ROUSSELET issued server command: /musique
[06:09:32] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /musique
[06:09:32] [Thread-152/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[06:09:34] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET musiqueok
[06:09:34] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /musiqueok[m
[06:09:35] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:09:39] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:09:41] [Server thread/INFO]: adrien49 issued server command: /menu
[06:09:41] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[06:09:41] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET zikee DarlingDarling
[06:09:41] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /zikee DarlingDarling[m
[06:09:43] [Server thread/INFO]: Played 'DarlingDarling' to ROUSSELET[m
[06:09:46] [Server thread/INFO]: loulouguitare13 issued server command: /m ROUSSELET j ai fini je te rappelle
[06:09:49] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:09:52] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:10:01] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[06:10:07] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:10:10] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:10:17] [Server thread/INFO]: vzHastonn_ issued server command: /coins adrien49
[06:10:17] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins adrien49
[06:10:22] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:10:23] [Server thread/INFO]: loulouguitare13 issued server command: /m t la?
[06:10:23] [Server thread/INFO]: adrien49 issued server command: /menu
[06:10:23] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[06:10:25] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:10:29] [Server thread/INFO]: loulouguitare13 issued server command: /r tp la?
[06:10:46] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[06:10:47] [Server thread/INFO]: vzHastonn_ burned to death
[06:10:49] [Server thread/INFO]: adrien49 issued server command: /menu
[06:10:49] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[06:10:49] [Async Chat Thread - #85/INFO]: [0;37;1m[21m**[m[0;37;1mLesAmis [0;37;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m[0;37;1m:[m sa veux pas[m
[06:10:50] [Server thread/INFO]: loulouguitare13 issued server command: /r repond qkype
[06:10:51] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:10:52] [Async Chat Thread - #85/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m pk[m
[06:11:00] [Async Chat Thread - #85/INFO]: [0;37;1m[21m**[m[0;37;1mLesAmis [0;37;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m[0;37;1m:[m je sais pas[m
[06:11:01] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:11:04] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:11:07] [Server thread/INFO]: StoDoXx issued server command: /coins
[06:11:07] [Server thread/INFO]: StoDoXx [c6fcab10-ddc2-3f99-8d03-927ef70ba953]: /coins
[06:11:28] [Async Chat Thread - #85/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m sa marche pas[m
[06:11:29] [Server thread/INFO]: StoDoXx issued server command: /money
[06:11:31] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[06:11:45] [Async Chat Thread - #85/INFO]: [0;37;1m[21m**[m[0;37;1mLesAmis [0;37;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m[0;37;1m:[m ta vu[m
[06:11:58] [Server thread/INFO]: StoDoXx issued server command: /market
[06:12:00] [Async Chat Thread - #85/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m ../market[m
[06:12:07] [Server thread/INFO]: bloumochene issued server command: /market
[06:12:13] [User Authenticator #160/INFO]: UUID of player pl300 is 2062e96c-c6b1-3a5e-a928-72f823be61e6
[06:12:13] [Server thread/INFO]: pl300[/90.56.40.150:57557] logged in with entity id 273308 at ([world] -3321.300000011921, 175.0, -2208.7568749880793)
[06:12:13] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mpl300[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:12:16] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[06:12:18] [Async Chat Thread - #85/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m bon pg[m
[06:12:19] [User Authenticator #161/INFO]: UUID of player alessandro17 is cf33478c-3e92-32d2-9935-c944a80162a5
[06:12:20] [Server thread/INFO]: alessandro17[/2.1.105.63:50387] logged in with entity id 273323 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:12:20] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1malessandro17[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:12:25] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:12:27] [Server thread/INFO]: [AuthMe] alessandro17 logged in!
[06:12:40] [Async Chat Thread - #85/INFO]: [0;37;1m[21m**[m[0;37;1mLesAmis [0;37;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m[0;37;1m:[m t[m
[06:12:41] [Server thread/INFO]: alessandro17 issued server command: /kit azkenien
[06:12:43] [Server thread/INFO]: [AuthMe] Set pl300 to gamemode: SURVIVAL
[06:12:43] [Server thread/INFO]: pl300 lost connection: ?fVous avez ?t? expuls? car vous ?tes trop lent pour vous enregistrer !
[06:12:43] [Server thread/INFO]: [Azkenien]pl300 [?]
[06:12:46] [User Authenticator #162/INFO]: UUID of player pl300 is 2062e96c-c6b1-3a5e-a928-72f823be61e6
[06:12:46] [Server thread/INFO]: pl300[/90.56.40.150:57560] logged in with entity id 273647 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:12:46] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mpl300[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:12:47] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:12:55] [Server thread/INFO]: [AuthMe] pl300 logged in!
[06:12:59] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:13:02] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[06:13:03] [Server thread/INFO]: pl300 issued server command: /home
[06:13:06] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:13:09] [Server thread/INFO]: [0;31;22mloulouguitare13 [0;37;1m vient de se faire tuer par [0;32;1mROUSSELET[m
[06:13:15] [Server thread/INFO]: IGflas issued server command: /f map
[06:13:15] [Server thread/INFO]: loulouguitare13 issued server command: /home bp2
[06:13:15] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:13:16] [Server thread/INFO]: bloumochene issued server command: /sethome spawn
[06:13:24] [Server thread/INFO]: bloumochene issued server command: /sethome
[06:13:28] [Server thread/INFO]: [0;31;22mloulouguitare13 [0;37;1m vient de se faire tuer par [0;32;1mROUSSELET[m
[06:13:30] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:13:39] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:13:41] [Server thread/INFO]: pl300 issued server command: /home
[06:13:43] [Server thread/INFO]: loulouguitare13 issued server command: /home bp2
[06:13:47] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[06:13:58] [Async Chat Thread - #86/INFO]: [0;37;1m[21m**[m[0;37;1mShaDowPvP [0;37;1m[0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;37;1m:[m warp coins[m
[06:14:01] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:14:04] [User Authenticator #163/INFO]: UUID of player Didji59 is d14116d5-d140-3d52-9a34-97c468df4cd1
[06:14:04] [Server thread/INFO]: Didji59[/81.66.38.194:50115] logged in with entity id 275695 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:14:04] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mDidji59[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:14:06] [Server thread/INFO]: bloumochene issued server command: /warp cion
[06:14:12] [Server thread/INFO]: bloumochene issued server command: /warp coin
[06:14:12] [Server thread/INFO]: [AuthMe] Didji59 logged in!
[06:14:13] [Server thread/INFO]: [0;31;22mloulouguitare13 [0;37;1m vient de se faire tuer par [0;32;1mROUSSELET[m
[06:14:15] [Server thread/INFO]: Didji59 issued server command: /list
[06:14:23] [Server thread/INFO]: pl300 issued server command: /home
[06:14:27] [Server thread/INFO]: meftah59 lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[06:14:27] [Server thread/INFO]: [Azkenien]meftah59 [?]
[06:14:28] [Server thread/INFO]: StoDoXx issued server command: /f map
[06:14:31] [Async Chat Thread - #86/INFO]: [0;37;1m[21m**[m[0;37;1mOaXGam3V2 [0;37;1m[0;36;1m[Azkenien][0;36;1mDidji59[m[0;37;1m:[m Je suis en vascence !! :D Norage :)[m
[06:14:32] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[06:14:33] [Server thread/INFO]: bloumochene issued server command: /warp coin
[06:14:33] [Server thread/INFO]: Didji59 issued server command: /ehome
[06:14:33] [Server thread/INFO]: loulouguitare13 issued server command: /ome bp2
[06:14:39] [Server thread/INFO]: StoDoXx issued server command: /warp coins
[06:14:40] [Server thread/INFO]: bloumochene issued server command: /warp coins
[06:14:45] [Server thread/INFO]: loulouguitare13 issued server command: /ehome bp2
[06:14:46] [Server thread/INFO]: StoDoXx issued server command: /sethoeme
[06:14:48] [Server thread/INFO]: StoDoXx issued server command: /warp coins
[06:14:53] [Server thread/INFO]: Didji59 issued server command: /potion
[06:14:53] [Server thread/INFO]: StoDoXx issued server command: /f map off
[06:14:54] [Server thread/INFO]: Didji59 issued server command: /potion
[06:14:55] [Server thread/INFO]: Didji59 issued server command: /potion
[06:14:56] [Server thread/INFO]: Didji59 issued server command: /potion
[06:14:59] [Async Chat Thread - #86/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m palstron[m
[06:15:00] [Craft Scheduler Thread - 1528/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mPlayer TheSky was auto-removed due to inactivity.[m
[06:15:04] [Server thread/INFO]: Darkozouzo lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[06:15:04] [Server thread/INFO]: [Modo-Joueur]Darkozouzo [?]
[06:15:06] [Server thread/INFO]: IGflas issued server command: /kit ultimate
[06:15:15] [Server thread/INFO]: loulouguitare13 issued server command: /potion
[06:15:17] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[06:15:33] [User Authenticator #164/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[06:15:33] [Server thread/INFO]: Kroxio[/88.173.140.150:50098] logged in with entity id 277410 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:15:33] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mKroxio[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:15:33] [Server thread/INFO]: bloumochene issued server command: /f home
[06:15:40] [Server thread/INFO]: Didji59 lost connection: Disconnected
[06:15:40] [Server thread/INFO]: [Azkenien]Didji59 [?]
[06:15:47] [Server thread/INFO]: [AuthMe] Kroxio logged in!
[06:15:54] [Server thread/INFO]: [0;31;22mROUSSELET [0;37;1m vient de se faire tuer par [0;32;1mloulouguitare13[m
[06:15:55] [Server thread/INFO]: StoDoXx issued server command: /f home
[06:15:58] [Async Chat Thread - #86/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m gg[m
[06:16:02] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[06:16:08] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare
[06:16:10] [Server thread/INFO]: IGflas issued server command: /potion
[06:16:11] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[06:16:14] [Server thread/INFO]: Kroxio lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[06:16:14] [Server thread/INFO]: [Azkenien]Kroxio [?]
[06:16:19] [Server thread/INFO]: StoDoXx issued server command: /coins
[06:16:19] [Server thread/INFO]: StoDoXx [c6fcab10-ddc2-3f99-8d03-927ef70ba953]: /coins
[06:16:20] [Server thread/INFO]: IGflas issued server command: /potion
[06:16:20] [Server thread/INFO]: [0;31;22mROUSSELET [0;37;1m vient de se faire tuer par [0;32;1mloulouguitare13[m
[06:16:30] [Server thread/INFO]: IGflas issued server command: /kit
[06:16:34] [Server thread/INFO]: IGflas issued server command: /kit ouvrier
[06:16:46] [Server thread/INFO]: alessandro17 issued server command: /1vs1 loulouguitare13
[06:16:46] [Server thread/INFO]: alessandro17 [cf33478c-3e92-32d2-9935-c944a80162a5]: /1vs1 loulouguitare13
[06:16:47] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[06:16:59] [Server thread/INFO]: IGflas issued server command: /kit empereur
[06:17:11] [Server thread/INFO]: loulouguitare13 issued server command: /accept alessandro17
[06:17:11] [Server thread/INFO]: loulouguitare13 [8059d8b1-9987-3fe4-8e47-a119f2d6f72f]: /accept alessandro17
[06:17:11] [Server thread/INFO]: CONSOLE issued server command: /heal loulouguitare13
[06:17:11] [Server thread/INFO]: [0;37;22m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m a ?t? soign?.[m
[06:17:11] [Server thread/INFO]: CONSOLE issued server command: /heal alessandro17
[06:17:11] [Server thread/INFO]: [0;37;22m[0;36;1m[Azkenien][0;36;1malessandro17[m a ?t? soign?.[m
[06:17:11] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 alessandro17
[06:17:11] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1malessandro17[m[0;33;22m.[m
[06:17:11] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 loulouguitare13
[06:17:11] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;33;22m.[m
[06:17:29] [Server thread/INFO]: IGflas issued server command: /potion
[06:17:32] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[06:17:36] [Server thread/INFO]: StoDoXx issued server command: /warp shop
[06:17:36] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[06:17:42] [Thread-153/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=getPlayerCount?args=[]
[06:17:46] [Server thread/INFO]: [0;37;1m[21m[[0;33;1m[21mAzken1vs1[0;37;1m[21m] [0;32;1mloulouguitare13[0;36;1m a tu? [0;31;22malessandro17[0;36;1m dans un 1vs1.[m
[06:17:46] [Server thread/INFO]: CONSOLE issued server command: /spawn loulouguitare13
[06:17:46] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:17:46] [Server thread/INFO]: CONSOLE issued server command: /spawn loulouguitare13
[06:17:46] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:17:46] [Server thread/INFO]: [0;31;22malessandro17 [0;37;1m vient de se faire tuer par [0;32;1mloulouguitare13[m
[06:17:47] [Server thread/INFO]: IGflas issued server command: /potion
[06:17:47] [Server thread/INFO]: bloumochene issued server command: /home
[06:17:50] [Async Chat Thread - #87/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m eZ[m
[06:17:56] [Async Chat Thread - #87/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m no pots[m
[06:18:02] [Server thread/INFO]: loulouguitare13 issued server command: /eat
[06:18:10] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguire13
[06:18:14] [Server thread/INFO]: IGflas issued server command: /kit
[06:18:15] [Async Chat Thread - #87/INFO]: [0;37;1m[21m+[m[0;37;1mlesbgdu94 [0;37;1m[0;36;1m[Azkenien][0;36;1malessandro17[m[0;37;1m:[m j ai laissez jouer mon ptit frere[m
[06:18:15] [Server thread/INFO]: StoDoXx issued server command: /pay bloumochene 100
[06:18:17] [Server thread/INFO]: StoDoXx issued server command: /pay bloumochene 100
[06:18:17] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[06:18:18] [Server thread/INFO]: StoDoXx issued server command: /pay bloumochene 1000
[06:18:20] [Server thread/INFO]: IGflas issued server command: /kit bouboum
[06:18:20] [Async Chat Thread - #87/INFO]: [0;37;1m[21m+[m[0;37;1mlesbgdu94 [0;37;1m[0;36;1m[Azkenien][0;36;1malessandro17[m[0;37;1m:[m lol[m
[06:18:22] [Server thread/INFO]: StoDoXx issued server command: /f home
[06:18:26] [Server thread/INFO]: StoDoXx issued server command: /money
[06:18:26] [Server thread/INFO]: IGflas issued server command: /kit boumboum
[06:18:31] [Async Chat Thread - #87/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m lol on refait alors[m
[06:18:35] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[06:18:37] [Server thread/INFO]: alessandro17 lost connection: Disconnected
[06:18:37] [Server thread/INFO]: [Azkenien]alessandro17 [?]
[06:18:42] [Async Chat Thread - #87/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m lol le rageux[m
[06:18:43] [Async Chat Thread - #87/INFO]: [0;37;1m[21m**[m[0;37;1mLesAmis [0;37;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m[0;37;1m:[m accepte[m
[06:18:46] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[06:18:57] [Server thread/INFO]: StoDoXx issued server command: /kit ouvrier
[06:19:02] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[06:19:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[06:19:06] [Thread-154/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=getPlayerCount?args=[]
[06:19:24] [Server thread/INFO]: ROUSSELET issued server command: /spawn
[06:19:26] [Thread-155/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=runConsoleCommand?args=["eco give StoDoXx 3000"]
[06:19:26] [Server thread/INFO]: Command run by remote user: 'eco give StoDoXx 3000'
[06:19:26] [Server thread/INFO]: CONSOLE issued server command: /eco give StoDoXx 3000
[06:19:26] [Server thread/INFO]: [0;32;1m$3000 ajout?s au compte de [0;36;1m[Azkenien][0;36;1mStoDoXx[m[0;32;1m. Nouveau solde : $135304.70[m
[06:19:26] [Thread-156/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=runConsoleCommand?args=["bc &b&l>> &cStoDoXx &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l3000$"]
[06:19:26] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &cStoDoXx &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l3000$'
[06:19:26] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &cStoDoXx &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l3000$
[06:19:29] [Server thread/INFO]: pl300 lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[06:19:29] [Server thread/INFO]: [Azkenien]pl300 [?]
[06:19:38] [Server thread/INFO]: IGflas issued server command: /spawn
[06:19:42] [User Authenticator #165/INFO]: UUID of player pl300 is 2062e96c-c6b1-3a5e-a928-72f823be61e6
[06:19:42] [Server thread/INFO]: pl300[/90.56.40.150:57611] logged in with entity id 282805 at ([world] -3323.5, 175.0, -2208.5)
[06:19:42] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mpl300[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:19:48] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[06:19:56] [Server thread/INFO]: StoDoXx lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[06:19:56] [Server thread/INFO]: [Azkenien]StoDoXx [?]
[06:20:15] [Server thread/INFO]: IGflas issued server command: /home home
[06:20:19] [Server thread/INFO]: IGflas issued server command: /coins
[06:20:19] [Server thread/INFO]: IGflas [8dcd3faf-7830-360f-8567-a7564345fe74]: /coins
[06:20:25] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:20:32] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[06:20:38] [Server thread/INFO]: pl300 issued server command: /home
[06:21:17] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[06:21:19] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:21:24] [Thread-157/INFO]: [JSONAPI] [API Call] 91.238.72.79: method=getPlayerCount?args=[]
[06:21:29] [Server thread/INFO]: pl300 issued server command: /home
[06:21:33] [Server thread/INFO]: loulouguitare13 issued server command: /m ROUSSELET je vais maner
[06:21:36] [Server thread/INFO]: loulouguitare13 issued server command: /r manger
[06:21:41] [Server thread/INFO]: vzHastonn_ issued server command: /spawn
[06:21:48] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:21:52] [Server thread/INFO]: IGflas issued server command: /coins
[06:21:52] [Server thread/INFO]: IGflas [8dcd3faf-7830-360f-8567-a7564345fe74]: /coins
[06:21:57] [Server thread/INFO]: ROUSSELET issued server command: /musique
[06:21:57] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /musique
[06:21:59] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET musiqueok
[06:21:59] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /musiqueok[m
[06:21:59] [Server thread/INFO]: pl300 issued server command: /home
[06:22:02] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[06:22:02] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[06:22:04] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[06:22:05] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET zikee DarlingDarling
[06:22:05] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /zikee DarlingDarling[m
[06:22:07] [Server thread/INFO]: Played 'DarlingDarling' to ROUSSELET[m
[06:22:18] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:22:25] [Server thread/INFO]: pl300 issued server command: /home
[06:22:38] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:22:43] [Server thread/INFO]: adrien49 issued server command: /coin
[06:22:44] [Async Chat Thread - #88/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m ./coins vzHastonn_ 10[m
[06:22:47] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[06:22:49] [Server thread/INFO]: pl300 issued server command: /home
[06:22:52] [Server thread/INFO]: adrien49 issued server command: /coins vzHastonn_ 10
[06:22:52] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /coins vzHastonn_ 10
[06:22:55] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[06:22:55] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[06:22:56] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[06:22:57] [User Authenticator #166/INFO]: UUID of player cyberdu59 is 1b1f5890-772a-3189-aa1d-9857cf9420da
[06:22:57] [Server thread/INFO]: cyberdu59[/90.1.132.215:54034] logged in with entity id 284659 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:22:57] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mcyberdu59[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:23:00] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:23:03] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[06:23:10] [Server thread/INFO]: cyberdu59 lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[06:23:10] [Server thread/INFO]: [Azkenien]cyberdu59 [?]
[06:23:11] [Server thread/INFO]: pl300 issued server command: /home
[06:23:17] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[06:23:17] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[06:23:18] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[06:23:25] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[06:23:28] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:23:30] [Server thread/INFO]: IGflas issued server command: /coins
[06:23:30] [Server thread/INFO]: IGflas [8dcd3faf-7830-360f-8567-a7564345fe74]: /coins
[06:23:31] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /verifbox
[06:23:31] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'adrien49' permissions.[m
[06:23:32] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[06:23:32] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /box
[06:23:36] [Server thread/INFO]: pl300 issued server command: /home
[06:23:39] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'adrien49' permissions.[m
[06:23:49] [Server thread/INFO]: [0;31;22mpl300 [0;37;1m vient de se faire tuer par [0;32;1mIGflas[m
[06:23:52] [Server thread/INFO]: pl300 lost connection: Disconnected
[06:23:52] [Server thread/INFO]: [Azkenien]pl300 [?]
[06:23:58] [Server thread/INFO]: IGflas issued server command: /spawn
[06:24:00] [Server thread/INFO]: ROUSSELET issued server command: /musique
[06:24:00] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /musique
[06:24:01] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET musiqueok
[06:24:01] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /musiqueok[m
[06:24:02] [Server thread/INFO]: IGflas issued server command: /coins
[06:24:02] [Server thread/INFO]: IGflas [8dcd3faf-7830-360f-8567-a7564345fe74]: /coins
[06:24:03] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /verifbox
[06:24:03] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'adrien49' permissions.[m
[06:24:04] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /box
[06:24:05] [Server thread/INFO]: loulouguitare13 lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[06:24:05] [Server thread/INFO]: [Ultimate]loulouguitare13 [?]
[06:24:07] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET zikee DarlingDarling
[06:24:07] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /zikee DarlingDarling[m
[06:24:09] [Server thread/INFO]: Played 'DarlingDarling' to ROUSSELET[m
[06:24:11] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'adrien49' permissions.[m
[06:24:17] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[06:24:32] [Server thread/INFO]: IGflas [8dcd3faf-7830-360f-8567-a7564345fe74]: /verifbox
[06:24:32] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'IGflas' permissions.[m
[06:24:33] [Server thread/INFO]: IGflas [8dcd3faf-7830-360f-8567-a7564345fe74]: /box
[06:24:37] [User Authenticator #167/INFO]: UUID of player cyberdu59 is 1b1f5890-772a-3189-aa1d-9857cf9420da
[06:24:37] [Server thread/INFO]: cyberdu59[/90.1.132.215:54121] logged in with entity id 285302 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:24:37] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mcyberdu59[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:24:40] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'IGflas' permissions.[m
[06:24:45] [Server thread/INFO]: adrien49 issued server command: /menu
[06:24:45] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /menu
[06:24:46] [Server thread/INFO]: [AuthMe] cyberdu59 logged in!
[06:24:46] [Server thread/INFO]: ROUSSELET lost connection: Disconnected
[06:24:46] [Server thread/INFO]: [Azkenien]ROUSSELET [?]
[06:24:47] [Server thread/INFO]: CONSOLE issued server command: /sudo adrien49 potion
[06:24:47] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1madrien49[m [0;33;22mto run:[m /potion[m
[06:24:52] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:25:02] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[06:25:28] [Server thread/INFO]: adrien49 issued server command: /ehome
[06:25:47] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[06:26:32] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[06:26:45] [Server thread/INFO]: bloumochene issued server command: /warp coins
[06:27:17] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[06:27:27] [Server thread/INFO]: vzHastonn_ issued server command: /spawn
[06:27:40] [Server thread/INFO]: adrien49 issued server command: /espawn
[06:27:41] [Server thread/INFO]: bloumochene issued server command: /f home
[06:28:02] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[06:28:15] [Server thread/INFO]: adrien49 issued server command: /kit
[06:28:18] [Server thread/INFO]: adrien49 issued server command: /kit nourriture
[06:28:47] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[06:28:48] [Server thread/INFO]: bloumochene issued server command: /home
[06:29:00] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:29:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[06:29:29] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:29:32] [Server thread/INFO]: IGflas lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[06:29:32] [Server thread/INFO]: [Ultimate]IGflas [?]
[06:29:32] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[06:29:36] [Server thread/INFO]: adrien49 issued server command: /ehome
[06:30:09] [Server thread/INFO]: adrien49 lost connection: Disconnected
[06:30:09] [Server thread/INFO]: [Azkenien]adrien49 [?]
[06:30:17] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[06:30:35] [User Authenticator #168/INFO]: UUID of player adrien49 is 343ce400-2243-3430-80ce-4f8d14e2d5c3
[06:30:35] [Server thread/INFO]: adrien49[/85.69.150.167:61334] logged in with entity id 287581 at ([world] 5645.300000011921, 4.0, 2319.6287852784553)
[06:30:35] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1madrien49[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:30:43] [Server thread/INFO]: bloumochene issued server command: /money
[06:30:44] [User Authenticator #169/INFO]: UUID of player iSpykoz_ is f236edd1-5ea8-3397-baef-d9c75b0c53eb
[06:30:44] [Server thread/INFO]: iSpykoz_[/92.144.149.83:64054] logged in with entity id 287705 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:30:44] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:30:44] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/f236edd1-5ea8-3397-baef-d9c75b0c53eb.yml
[06:30:45] [User Authenticator #170/INFO]: UUID of player meftah59 is b75518a9-4008-329f-a124-1fcdd029bfde
[06:30:45] [Server thread/INFO]: meftah59[/78.244.203.71:64024] logged in with entity id 287712 at ([world] -21.19131141737376, 56.0, 67.27943680211027)
[06:30:45] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:30:50] [Async Chat Thread - #89/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m re[m
[06:30:54] [Server thread/INFO]: [AuthMe] iSpykoz_ registered 92.144.149.83
[06:30:56] [Server thread/INFO]: iSpykoz_ has just earned the achievement [Taking Inventory]
[06:31:01] [Server thread/INFO]: bloumochene issued server command: /balancetop
[06:31:02] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[06:31:02] [Server thread/INFO]: iSpykoz_ issued server command: /kit
[06:31:09] [Server thread/INFO]: iSpykoz_ issued server command: /kit azkenien
[06:31:10] [Server thread/INFO]: bloumochene issued server command: /balancetop 2
[06:31:21] [Server thread/INFO]: bloumochene issued server command: /balancetop 3
[06:31:47] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[06:31:49] [Server thread/INFO]: meftah59 lost connection: Disconnected
[06:31:49] [Server thread/INFO]: [Azkenien]meftah59 [?]
[06:32:21] [Server thread/INFO]: adrien49 issued server command: /kit
[06:32:24] [Server thread/INFO]: adrien49 issued server command: /kit azkenien
[06:32:31] [Thread-158/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[06:32:32] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[06:33:00] [Server thread/INFO]: adrien49 issued server command: /craft
[06:33:00] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour adrien49.
[06:33:06] [Server thread/INFO]: adrien49 issued server command: /ehome
[06:33:09] [User Authenticator #171/INFO]: UUID of player iNeoxXiDe is 3e3593d8-56e4-3fb3-bf28-328573462260
[06:33:09] [Server thread/INFO]: iNeoxXiDe[/90.7.179.40:60447] logged in with entity id 289035 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:33:09] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1miNeoxXiDe[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:33:13] [Thread-159/INFO]: [JSONAPI] [API Call] 91.238.72.74: method=getPlayerCount?args=[]
[06:33:17] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[06:33:22] [Server thread/INFO]: [AuthMe] iNeoxXiDe logged in!
[06:33:31] [Server thread/INFO]: iNeoxXiDe issued server command: /kit
[06:33:34] [Server thread/INFO]: iNeoxXiDe issued server command: /kit azkenien
[06:33:35] [Server thread/INFO]: iSpykoz_ issued server command: /f show adrien49
[06:33:38] [Server thread/INFO]: iSpykoz_ issued server command: /f f adrien49
[06:33:38] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/a80a59c4-f361-3f5b-8037-e3ae7b065f23.yml
[06:33:44] [Server thread/INFO]: iSpykoz_ issued server command: /f f vzHastonn_
[06:34:02] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[06:34:17] [Server thread/INFO]: iSpykoz_ issued server command: /f create onserebelledardrien49
[06:34:22] [Server thread/INFO]: iSpykoz_ issued server command: /f create Siax
[06:34:22] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1mf236edd1-5ea8-3397-baef-d9c75b0c53eb [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;33;1mfrom [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness [0;33;1mto [0;35;1m6cc6fcc9-3a2d-40e9-93fd-56c929178868 [0;33;1maka [0;35;1mSiax[0;33;1m.[m
[06:34:22] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1miSpykoz_ created a new faction: Siax[m
[06:34:28] [Async Chat Thread - #90/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m Coucou bande de gentil.[m
[06:34:31] [Thread-160/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=getPlayerCount?args=[]
[06:34:32] [Async Chat Thread - #90/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m chut ez[m
[06:34:33] [User Authenticator #172/INFO]: UUID of player XilefQC is ab085150-b412-392e-8313-8a2c1921ffd4
[06:34:33] [Server thread/INFO]: XilefQC[/199.193.169.85:54407] logged in with entity id 289814 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:34:33] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mXilefQC[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:34:33] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/ab085150-b412-392e-8313-8a2c1921ffd4.yml
[06:34:40] [Async Chat Thread - #90/INFO]: [0;37;1m[21m+[m[0;37;1mHrZ [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m Je suis diablolo[m
[06:34:41] [Async Chat Thread - #90/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m nannnn[m
[06:34:42] [Thread-161/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=runConsoleCommand?args=["Kit magistrat iNeoxXiDe"]
[06:34:42] [Server thread/INFO]: Command run by remote user: 'Kit magistrat iNeoxXiDe'
[06:34:42] [Server thread/INFO]: CONSOLE issued server command: /kit magistrat iNeoxXiDe
[06:34:42] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m magistrat[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1miNeoxXiDe[m[0;33;22m.[m
[06:34:42] [Thread-162/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=runConsoleCommand?args=["bc &b&l>> &ciNeoxXiDe &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat"]
[06:34:42] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &ciNeoxXiDe &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat'
[06:34:42] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &ciNeoxXiDe &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit magistrat
[06:34:48] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[06:34:52] [Server thread/INFO]: [AuthMe] XilefQC registered 199.193.169.85
[06:35:01] [Server thread/INFO]: XilefQC has just earned the achievement [Taking Inventory]
[06:35:04] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:35:06] [Server thread/INFO]: vzHastonn_ issued server command: /warp tp
[06:35:08] [Server thread/INFO]: iNeoxXiDe issued server command: /spawn
[06:35:08] [Server thread/INFO]: iSpykoz_ issued server command: /tpa adrien49
[06:35:11] [Server thread/INFO]: iNeoxXiDe issued server command: /ec
[06:35:11] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iNeoxXiDe.
[06:35:11] [Server thread/INFO]: iSpykoz_ issued server command: /f f adrien49
[06:35:15] [Server thread/INFO]: CONSOLE issued server command: /tp vzHastonn_ -1545 72 5418
[06:35:15] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:35:17] [Thread-163/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=getPlayerCount?args=[]
[06:35:20] [Async Chat Thread - #90/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mXilefQC[m[0;37;1m:[m Salut[m
[06:35:24] [User Authenticator #173/INFO]: UUID of player Cobra12131 is 70570371-6510-3d56-b4ba-41f31a31fbe7
[06:35:24] [Server thread/INFO]: Cobra12131[/78.229.209.3:58119] logged in with entity id 291059 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:35:24] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:35:28] [Server thread/INFO]: XilefQC issued server command: /kit
[06:35:32] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[06:35:37] [Server thread/INFO]: cyberdu59 issued server command: /f f
[06:35:37] [Server thread/INFO]: XilefQC issued server command: /kit azkenien
[06:35:38] [Server thread/INFO]: [AuthMe] Cobra12131 logged in!
[06:35:45] [Server thread/INFO]: Cobra12131 issued server command: /kit
[06:35:51] [Server thread/INFO]: Cobra12131 issued server command: /kit ultimate
[06:36:13] [Server thread/INFO]: XilefQC issued server command: /kit nourriture
[06:36:17] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[06:36:32] [User Authenticator #174/INFO]: UUID of player LordFaren is 555812d9-eae1-3aae-9c4f-19b99d31c078
[06:36:32] [Server thread/INFO]: LordFaren[/90.56.93.196:59001] logged in with entity id 291931 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:36:32] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mLordFaren[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:36:37] [Server thread/INFO]: [AuthMe] LordFaren logged in!
[06:36:37] [Server thread/INFO]: bloumochene issued server command: /spawn
[06:36:38] [Server thread/INFO]: iNeoxXiDe issued server command: /menu
[06:36:38] [Server thread/INFO]: iNeoxXiDe [3e3593d8-56e4-3fb3-bf28-328573462260]: /menu
[06:36:41] [Server thread/INFO]: CONSOLE issued server command: /sudo iNeoxXiDe potion
[06:36:41] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miNeoxXiDe[m [0;33;22mto run:[m /potion[m
[06:36:44] [Server thread/INFO]: iNeoxXiDe issued server command: /menu
[06:36:44] [Server thread/INFO]: iNeoxXiDe [3e3593d8-56e4-3fb3-bf28-328573462260]: /menu
[06:36:46] [Server thread/INFO]: LordFaren lost connection: Disconnected
[06:36:46] [Server thread/INFO]: [Ultimate]LordFaren [?]
[06:36:47] [Server thread/INFO]: bloumochene issued server command: /warp coins
[06:36:47] [Server thread/INFO]: XilefQC issued server command: /menu
[06:36:47] [Server thread/INFO]: XilefQC [ab085150-b412-392e-8313-8a2c1921ffd4]: /menu
[06:36:47] [Server thread/INFO]: Cobra12131 issued server command: /home
[06:36:50] [Server thread/INFO]: Cobra12131 issued server command: /home yoyo
[06:36:50] [Server thread/INFO]: CONSOLE issued server command: /sudo XilefQC warp tp
[06:36:50] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mXilefQC[m [0;33;22mto run:[m /warp tp[m
[06:36:54] [Server thread/INFO]: CONSOLE issued server command: /sudo iNeoxXiDe staff
[06:36:54] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miNeoxXiDe[m [0;33;22mto run:[m /staff[m
[06:36:57] [Server thread/INFO]: Cobra12131 issued server command: /f f
[06:37:01] [Server thread/INFO]: iNeoxXiDe issued server command: /menu
[06:37:01] [Server thread/INFO]: iNeoxXiDe [3e3593d8-56e4-3fb3-bf28-328573462260]: /menu
[06:37:01] [Server thread/INFO]: CONSOLE issued server command: /tp XilefQC 4970 82 -1062
[06:37:01] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:37:02] [Server thread/INFO]: CONSOLE issued server command: /sudo iNeoxXiDe staff
[06:37:02] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miNeoxXiDe[m [0;33;22mto run:[m /staff[m
[06:37:02] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[06:37:06] [Server thread/INFO]: bloumochene [c01195f9-a763-30dd-bbd6-819b3d3434a4]: /verifbox
[06:37:06] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'bloumochene' permissions.[m
[06:37:07] [Server thread/INFO]: bloumochene [c01195f9-a763-30dd-bbd6-819b3d3434a4]: /box
[06:37:14] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'bloumochene' permissions.[m
[06:37:14] [Server thread/INFO]: iNeoxXiDe issued server command: /f home
[06:37:26] [Server thread/INFO]: XilefQC issued server command: /menu
[06:37:26] [Server thread/INFO]: XilefQC [ab085150-b412-392e-8313-8a2c1921ffd4]: /menu
[06:37:27] [Server thread/INFO]: CONSOLE issued server command: /sudo XilefQC warp tp
[06:37:27] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mXilefQC[m [0;33;22mto run:[m /warp tp[m
[06:37:45] [Server thread/INFO]: iNeoxXiDe issued server command: /f sethome
[06:37:47] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[06:37:48] [User Authenticator #175/INFO]: UUID of player Matheolee is 386be6d7-dace-324d-8d5c-62d3422cce01
[06:37:48] [Server thread/INFO]: Matheolee[/90.1.132.215:54607] logged in with entity id 292845 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[06:37:49] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mMatheolee[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:37:53] [Async Chat Thread - #91/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m bondourre[m
[06:37:57] [Server thread/INFO]: [AuthMe] Matheolee logged in!
[06:38:15] [Server thread/INFO]: iNeoxXiDe lost connection: Disconnected
[06:38:16] [Server thread/INFO]: [Azkenien]iNeoxXiDe [?]
[06:38:21] [Server thread/INFO]: bloumochene issued server command: /coins
[06:38:21] [Server thread/INFO]: bloumochene [c01195f9-a763-30dd-bbd6-819b3d3434a4]: /coins
[06:38:29] [Server thread/INFO]: bloumochene [c01195f9-a763-30dd-bbd6-819b3d3434a4]: /verifbox
[06:38:29] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'bloumochene' permissions.[m
[06:38:30] [Server thread/INFO]: bloumochene [c01195f9-a763-30dd-bbd6-819b3d3434a4]: /box
[06:38:32] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[06:38:35] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:38:37] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'bloumochene' permissions.[m
[06:38:40] [User Authenticator #176/INFO]: UUID of player ROUSSELET is 01b2c91e-c6c6-3905-a91d-9757774e04f8
[06:38:40] [Server thread/INFO]: ROUSSELET[/88.165.109.65:49493] logged in with entity id 292873 at ([world] -39.30000001192093, 58.0, 13.929218891186537)
[06:38:40] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:38:40] [User Authenticator #177/INFO]: UUID of player IGflas is 8dcd3faf-7830-360f-8567-a7564345fe74
[06:38:41] [Server thread/INFO]: IGflas[/90.56.40.150:57811] logged in with entity id 292874 at ([world] -0.3021523855665913, 51.0, 6.931369835363441)
[06:38:41] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mIGflas[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:38:41] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:38:52] [Server thread/INFO]: bloumochene issued server command: /f home
[06:39:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[06:39:17] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[06:39:22] [Server thread/INFO]: IGflas issued server command: /echange
[06:39:27] [Server thread/INFO]: IGflas issued server command: /echange
[06:39:30] [Server thread/INFO]: IGflas issued server command: /echange
[06:39:36] [Server thread/INFO]: bloumochene issued server command: /spawn
[06:39:43] [Server thread/INFO]: IGflas issued server command: /kit
[06:39:48] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:40:02] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[06:40:03] [Server thread/INFO]: IGflas issued server command: /money
[06:40:12] [Server thread/INFO]: XilefQC issued server command: /money
[06:40:20] [Thread-164/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=getPlayerCount?args=[]
[06:40:34] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:40:36] [Server thread/INFO]: IGflas issued server command: /home home
[06:40:41] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:40:47] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[06:41:08] [Server thread/INFO]: ROUSSELET issued server command: /mmusique
[06:41:08] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:41:14] [Server thread/INFO]: ROUSSELET issued server command: /musique
[06:41:14] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /musique
[06:41:16] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET musiqueok
[06:41:16] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /musiqueok[m
[06:41:21] [Async Chat Thread - #92/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m qui pvp[m
[06:41:23] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET zikee DarlingDarling
[06:41:23] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /zikee DarlingDarling[m
[06:41:25] [Server thread/INFO]: Played 'DarlingDarling' to ROUSSELET[m
[06:41:28] [Server thread/INFO]: Cobra12131 issued server command: /f home
[06:41:32] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[06:41:35] [Server thread/INFO]: IGflas issued server command: /menu
[06:41:35] [Server thread/INFO]: IGflas [8dcd3faf-7830-360f-8567-a7564345fe74]: /menu
[06:41:37] [Server thread/INFO]: CONSOLE issued server command: /sudo IGflas warp tp
[06:41:37] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mIGflas[m [0;33;22mto run:[m /warp tp[m
[06:41:37] [Async Chat Thread - #92/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m qui 1v1[m
[06:41:44] [Server thread/INFO]: CONSOLE issued server command: /tp IGflas -1103 84 3286
[06:41:44] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:41:47] [Server thread/INFO]: IGflas issued server command: /f map
[06:41:50] [Server thread/INFO]: bloumochene issued server command: /spawn
[06:41:54] [Server thread/INFO]: IGflas issued server command: /delhome parcour
[06:41:55] [User Authenticator #178/INFO]: UUID of player TheDonuts61 is 92b6b548-fce2-39d3-bba1-307e0d2f0df6
[06:41:55] [Server thread/INFO]: TheDonuts61[/82.237.193.55:59225] logged in with entity id 297138 at ([world] -23.536237257590983, 52.0, 29.72816801083004)
[06:41:55] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:41:57] [Server thread/INFO]: IGflas issued server command: /home
[06:42:04] [Server thread/INFO]: IGflas issued server command: /delhome pill
[06:42:09] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:42:13] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:42:14] [Server thread/INFO]: IGflas issued server command: /delhome basse
[06:42:16] [Server thread/INFO]: iSpykoz_ issued server command: /msg bloumochene 1vs1 ?
[06:42:17] [Server thread/INFO]: IGflas issued server command: /home ok
[06:42:17] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[06:42:21] [Server thread/INFO]: iSpykoz_ issued server command: /1vs1 bloumochene
[06:42:21] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /1vs1 bloumochene
[06:42:26] [Server thread/INFO]: IGflas issued server command: /f map
[06:42:31] [Server thread/INFO]: TheDonuts61 issued server command: /back
[06:42:34] [Async Chat Thread - #92/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m 1vs1[m
[06:42:38] [Async Chat Thread - #92/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m j'vai te ez[m
[06:42:40] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:42:46] [Server thread/INFO]: IGflas issued server command: /f map
[06:42:51] [Async Chat Thread - #92/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m j'vai te ez[m
[06:42:56] [Async Chat Thread - #92/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m Accepte[m
[06:43:00] [Server thread/INFO]: XilefQC issued server command: /sethome
[06:43:02] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[06:43:03] [Server thread/INFO]: XilefQC issued server command: /sethome 1
[06:43:04] [Server thread/INFO]: IGflas issued server command: /f map
[06:43:09] [Server thread/INFO]: iSpykoz_ issued server command: /1vs1 bloumochene
[06:43:09] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /1vs1 bloumochene
[06:43:12] [Server thread/INFO]: Cobra12131 issued server command: /1vs1 accept
[06:43:12] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /1vs1 accept
[06:43:16] [Server thread/INFO]: Cobra12131 issued server command: /1vs1 accept iSpykoz_
[06:43:16] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /1vs1 accept iSpykoz_
[06:43:16] [Server thread/INFO]: TheDonuts61 issued server command: /home
[06:43:18] [Server thread/INFO]: Cobra12131 issued server command: /1vs1 accept iSpykoz_
[06:43:18] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /1vs1 accept iSpykoz_
[06:43:19] [User Authenticator #179/INFO]: UUID of player LordFaren is 555812d9-eae1-3aae-9c4f-19b99d31c078
[06:43:19] [Server thread/INFO]: LordFaren[/90.56.93.196:59125] logged in with entity id 298489 at ([world] 5431.151729644128, 72.0, 8340.604950418761)
[06:43:19] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mLordFaren[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:43:22] [Thread-165/INFO]: [JSONAPI] [API Call] 91.238.72.78: method=getPlayerCount?args=[]
[06:43:26] [Server thread/INFO]: Cobra12131 issued server command: /1vs1 iSpykoz_
[06:43:26] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /1vs1 iSpykoz_
[06:43:26] [Server thread/INFO]: adrien49 issued server command: /ehome
[06:43:26] [Server thread/INFO]: LordFaren issued server command: /home skytt
[06:43:31] [Async Chat Thread - #92/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m accepty[m
[06:43:31] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:43:33] [Server thread/INFO]: iSpykoz_ issued server command: /accept Cobra12131
[06:43:33] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /accept Cobra12131
[06:43:33] [Server thread/INFO]: CONSOLE issued server command: /heal iSpykoz_
[06:43:33] [Server thread/INFO]: [0;37;22m[0;36;1m[Azkenien][0;36;1miSpykoz_[m a ?t? soign?.[m
[06:43:33] [Server thread/INFO]: CONSOLE issued server command: /heal Cobra12131
[06:43:33] [Server thread/INFO]: [0;37;22m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m a ?t? soign?.[m
[06:43:33] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 Cobra12131
[06:43:33] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;33;22m.[m
[06:43:33] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 iSpykoz_
[06:43:33] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;33;22m.[m
[06:43:34] [Server thread/INFO]: IGflas issued server command: /f map
[06:43:39] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:43:47] [Async Chat Thread - #92/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mXilefQC[m[0;37;1m:[m Commnet on a des grade ?[m
[06:43:48] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[06:43:51] [Server thread/INFO]: IGflas issued server command: /f map
[06:43:54] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:43:57] [Server thread/INFO]: TheDonuts61 issued server command: /spawn
[06:44:00] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[06:44:01] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:44:02] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[06:44:05] [Server thread/INFO]: XilefQC issued server command: /grade
[06:44:06] [Server thread/INFO]: IGflas issued server command: /f map
[06:44:07] [Server thread/INFO]: XilefQC issued server command: /grades
[06:44:07] [Server thread/INFO]: XilefQC [ab085150-b412-392e-8313-8a2c1921ffd4]: /grades
[06:44:07] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:44:09] [Server thread/INFO]: LordFaren issued server command: /msg IGflas yo !
[06:44:09] [Server thread/INFO]: CONSOLE issued server command: /sudo XilefQC menu4
[06:44:09] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mXilefQC[m [0;33;22mto run:[m /menu4[m
[06:44:10] [Server thread/INFO]: TheDonuts61 lost connection: Disconnected
[06:44:10] [Server thread/INFO]: [Azkenien]TheDonuts61 [?]
[06:44:11] [Server thread/INFO]: [0;37;1m[21m[[0;33;1m[21mAzken1vs1[0;37;1m[21m] [0;32;1mCobra12131[0;36;1m a tu? [0;31;22miSpykoz_[0;36;1m dans un 1vs1.[m
[06:44:11] [Server thread/INFO]: CONSOLE issued server command: /spawn Cobra12131
[06:44:11] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:44:11] [Server thread/INFO]: CONSOLE issued server command: /spawn Cobra12131
[06:44:11] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:44:11] [Server thread/INFO]: [0;31;22miSpykoz_ [0;37;1m vient de se faire tuer par [0;32;1mCobra12131[m
[06:44:13] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:44:15] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[06:44:15] [Async Chat Thread - #92/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m gg[m
[06:44:20] [Server thread/INFO]: XilefQC issued server command: /grades
[06:44:20] [Server thread/INFO]: XilefQC [ab085150-b412-392e-8313-8a2c1921ffd4]: /grades
[06:44:20] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[06:44:22] [Async Chat Thread - #92/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m je savais pas qui avait des heal :c[m
[06:44:24] [Async Chat Thread - #92/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mXilefQC[m[0;37;1m:[m Commnet on a des grade ?[m
[06:44:24] [Async Chat Thread - #92/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m refais[m
[06:44:24] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:44:28] [Server thread/INFO]: Cobra12131 issued server command: /1vs1 iSpykoz_
[06:44:28] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /1vs1 iSpykoz_
[06:44:29] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:44:30] [Server thread/INFO]: iSpykoz_ issued server command: /accept Cobra12131
[06:44:30] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /accept Cobra12131
[06:44:30] [Server thread/INFO]: CONSOLE issued server command: /heal iSpykoz_
[06:44:30] [Server thread/INFO]: [0;37;22m[0;36;1m[Azkenien][0;36;1miSpykoz_[m a ?t? soign?.[m
[06:44:30] [Server thread/INFO]: CONSOLE issued server command: /heal Cobra12131
[06:44:30] [Server thread/INFO]: [0;37;22m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m a ?t? soign?.[m
[06:44:30] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 Cobra12131
[06:44:30] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;33;22m.[m
[06:44:30] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 iSpykoz_
[06:44:30] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;33;22m.[m
[06:44:33] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[06:44:44] [Server thread/INFO]: LordFaren issued server command: /kit azkenien
[06:45:03] [Server thread/INFO]: XilefQC issued server command: /warp tp
[06:45:03] [Server thread/INFO]: bloumochene issued server command: /spawn
[06:45:08] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:45:18] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[06:45:29] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:45:37] [Server thread/INFO]: bloumochene issued server command: /f home
[06:45:38] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:45:44] [User Authenticator #180/INFO]: UUID of player iNeoxXiDe is 3e3593d8-56e4-3fb3-bf28-328573462260
[06:45:44] [Server thread/INFO]: iNeoxXiDe[/90.7.179.40:60603] logged in with entity id 302234 at ([world] -2694.502248592252, 5.5, 1543.1923405092712)
[06:45:44] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1miNeoxXiDe[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:45:53] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:45:53] [Server thread/INFO]: iNeoxXiDe lost connection: Disconnected
[06:45:53] [Server thread/INFO]: [Azkenien]iNeoxXiDe [?]
[06:45:56] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:46:03] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[06:46:04] [Server thread/INFO]: [0;37;1m[21m[[0;33;1m[21mAzken1vs1[0;37;1m[21m] [0;32;1mCobra12131[0;36;1m a tu? [0;31;22miSpykoz_[0;36;1m dans un 1vs1.[m
[06:46:04] [Server thread/INFO]: CONSOLE issued server command: /spawn Cobra12131
[06:46:04] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:46:04] [Server thread/INFO]: CONSOLE issued server command: /spawn Cobra12131
[06:46:04] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:46:04] [Server thread/INFO]: [0;31;22miSpykoz_ [0;37;1m vient de se faire tuer par [0;32;1mCobra12131[m
[06:46:04] [Server thread/INFO]: ROUSSELET lost connection: Disconnected
[06:46:04] [Server thread/INFO]: [Azkenien]ROUSSELET [?]
[06:46:07] [Async Chat Thread - #93/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m gg[m
[06:46:13] [Async Chat Thread - #93/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m poison de merde[m
[06:46:17] [Async Chat Thread - #93/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m avec ton grade pfff[m
[06:46:22] [Async Chat Thread - #93/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m mdr[m
[06:46:23] [Server thread/INFO]: iSpykoz_ issued server command: /etpa adrien49
[06:46:24] [Server thread/INFO]: IGflas issued server command: /f map
[06:46:25] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:46:26] [Async Chat Thread - #93/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m pfff[m
[06:46:29] [Server thread/INFO]: bloumochene lost connection: Disconnected
[06:46:29] [Server thread/INFO]: [Azkenien]bloumochene [?]
[06:46:30] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:46:31] [Server thread/INFO]: adrien49 issued server command: /tpyes
[06:46:35] [Server thread/INFO]: adrien49 issued server command: /ehome
[06:46:48] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[06:46:49] [Server thread/INFO]: vzHastonn_ issued server command: /back
[06:46:51] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:46:57] [Server thread/INFO]: LordFaren issued server command: /kit empereur
[06:46:59] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:47:02] [Server thread/INFO]: CONSOLE issued server command: /tp XilefQC 371 80 -3140
[06:47:02] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[06:47:08] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:47:13] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:47:17] [Server thread/INFO]: LordFaren issued server command: /kit ultimate
[06:47:21] [Async Chat Thread - #93/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m qui 1vs1[m
[06:47:25] [Server thread/INFO]: iSpykoz_ was burnt to a crisp whilst fighting vzHastonn_
[06:47:32] [Server thread/INFO]: iSpykoz_ issued server command: /tpa adrien49
[06:47:33] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[06:47:43] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /verifbox
[06:47:43] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'Cobra12131' permissions.[m
[06:47:44] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /box
[06:47:46] [Server thread/INFO]: IGflas issued server command: /f map
[06:47:49] [Server thread/INFO]: [0;31;22mvzHastonn_ [0;37;1m vient de se faire tuer par [0;32;1madrien49[m
[06:47:51] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'Cobra12131' permissions.[m
[06:47:51] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:47:54] [Server thread/INFO]: iSpykoz_ issued server command: /etpa adrien49
[06:47:56] [Server thread/INFO]: adrien49 issued server command: /tpyes
[06:48:03] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /verifbox
[06:48:03] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'Cobra12131' permissions.[m
[06:48:04] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /box
[06:48:07] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:48:11] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'Cobra12131' permissions.[m
[06:48:14] [Server thread/INFO]: LordFaren issued server command: /kit
[06:48:18] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[06:48:18] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /verifbox
[06:48:18] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'Cobra12131' permissions.[m
[06:48:19] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /box
[06:48:26] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'Cobra12131' permissions.[m
[06:48:28] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:48:28] [Server thread/INFO]: LordFaren issued server command: /back
[06:48:33] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:48:35] [Thread-166/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=getPlayerCount?args=[]
[06:48:38] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:48:40] [Server thread/INFO]: vzHastonn_ issued server command: /tpa adrien49
[06:48:42] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /verifbox
[06:48:42] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'Cobra12131' permissions.[m
[06:48:43] [Server thread/INFO]: adrien49 issued server command: /tpyes
[06:48:43] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /box
[06:48:50] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'Cobra12131' permissions.[m
[06:48:55] [Async Chat Thread - #94/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mXilefQC[m[0;37;1m:[m Comment on a des grade[m
[06:48:56] [Async Chat Thread - #94/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mXilefQC[m[0;37;1m:[m ?[m
[06:49:00] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /verifbox
[06:49:00] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'Cobra12131' permissions.[m
[06:49:01] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /box
[06:49:03] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[06:49:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[06:49:08] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'Cobra12131' permissions.[m
[06:49:23] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:49:24] [Server thread/INFO]: IGflas issued server command: /f map
[06:49:31] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:49:33] [Server thread/INFO]: adrien49 issued server command: /ehome
[06:49:34] [Server thread/INFO]: LordFaren issued server command: /tpa IGflas
[06:49:40] [Server thread/INFO]: IGflas issued server command: /f map
[06:49:42] [Async Chat Thread - #94/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m qui 1vs1[m
[06:49:43] [Server thread/INFO]: vzHastonn_ issued server command: /back
[06:49:47] [Server thread/INFO]: adrien49 issued server command: /tpa iSpykoz_
[06:49:48] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[06:49:49] [Server thread/INFO]: Cobra12131 issued server command: /1vs1 LordFaren
[06:49:49] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /1vs1 LordFaren
[06:49:49] [Server thread/INFO]: adrien49 issued server command: /back
[06:49:50] [Server thread/INFO]: iSpykoz_ issued server command: /etpyes
[06:49:51] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:49:52] [Server thread/INFO]: adrien49 issued server command: /back
[06:49:55] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:49:56] [Server thread/INFO]: iSpykoz_ issued server command: /back
[06:50:13] [Server thread/INFO]: LordFaren issued server command: /tpa IGflas
[06:50:16] [Server thread/INFO]: IGflas issued server command: /tpaccept
[06:50:33] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[06:50:37] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:50:37] [Server thread/INFO]: iSpykoz_ issued server command: /ec
[06:50:37] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:50:40] [Server thread/INFO]: iSpykoz_ issued server command: /spawn
[06:50:41] [Server thread/INFO]: Cobra12131 issued server command: /1vs1 LordFaren
[06:50:41] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /1vs1 LordFaren
[06:50:50] [Server thread/INFO]: iSpykoz_ issued server command: /back
[06:50:51] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[06:50:51] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:50:53] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[06:50:53] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:50:53] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[06:50:53] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:50:53] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[06:50:53] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:50:53] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[06:50:53] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:50:56] [Async Chat Thread - #95/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m :eat[m
[06:51:02] [Server thread/INFO]: IGflas issued server command: /home home
[06:51:05] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:51:07] [Server thread/INFO]: XilefQC issued server command: /feed
[06:51:07] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour XilefQC.
[06:51:18] [Server thread/INFO]: IGflas issued server command: /tpa LordFaren
[06:51:18] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[06:51:26] [Server thread/INFO]: Cobra12131 issued server command: /musique
[06:51:26] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /musique
[06:51:27] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:51:29] [Server thread/INFO]: IGflas issued server command: /tpa LordFaren
[06:51:30] [Server thread/INFO]: LordFaren issued server command: /tpyes
[06:51:31] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:51:31] [Server thread/INFO]: LordFaren issued server command: /ec
[06:51:32] [Server thread/INFO]: adrien49 issued server command: /f map on
[06:51:34] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[06:51:34] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:51:35] [Server thread/INFO]: CONSOLE issued server command: /sudo Cobra12131 musiqueok
[06:51:35] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m [0;33;22mto run:[m /musiqueok[m
[06:51:43] [Server thread/INFO]: vzHastonn_ issued server command: /warp shop
[06:51:50] [Server thread/INFO]: CONSOLE issued server command: /sudo Cobra12131 zikee BonneWeed
[06:51:50] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m [0;33;22mto run:[m /zikee BonneWeed[m
[06:51:50] [User Authenticator #181/INFO]: UUID of player Cypri_Pvp is 777c1ea9-aa8a-3f13-bc2b-afccb1807b5c
[06:51:51] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@4dd5ce49[id=777c1ea9-aa8a-3f13-bc2b-afccb1807b5c,name=Cypri_Pvp,properties={},legacy=false] (/77.134.191.100:58271): You are banned from this server!
Reason: Cheat
Your ban will be removed on 2016-02-05 at 16:33:18 EST
[06:51:51] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@4dd5ce49[id=777c1ea9-aa8a-3f13-bc2b-afccb1807b5c,name=Cypri_Pvp,properties={},legacy=false] (/77.134.191.100:58271) lost connection: You are banned from this server!
Reason: Cheat
Your ban will be removed on 2016-02-05 at 16:33:18 EST
[06:51:52] [Server thread/INFO]: Played 'BonneWeed' to Cobra12131[m
[06:51:55] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:51:58] [Server thread/INFO]: iSpykoz_ issued server command: /money
[06:52:03] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[06:52:04] [Server thread/INFO]: adrien49 issued server command: /tpa iSpykoz_
[06:52:05] [Server thread/INFO]: iSpykoz_ issued server command: /etpyes
[06:52:08] [Server thread/INFO]: LordFaren issued server command: /ec
[06:52:16] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:52:19] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:52:20] [Server thread/INFO]: Cobra12131 issued server command: /musique
[06:52:20] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /musique
[06:52:21] [Server thread/INFO]: CONSOLE issued server command: /sudo Cobra12131 musiqueok
[06:52:21] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m [0;33;22mto run:[m /musiqueok[m
[06:52:26] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[06:52:26] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:52:27] [Server thread/INFO]: IGflas issued server command: /tpa LordFaren
[06:52:28] [Server thread/INFO]: LordFaren issued server command: /tpyes
[06:52:30] [Server thread/INFO]: CONSOLE issued server command: /sudo Cobra12131 zikee BonneWeed
[06:52:30] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m [0;33;22mto run:[m /zikee BonneWeed[m
[06:52:32] [Server thread/INFO]: Played 'BonneWeed' to Cobra12131[m
[06:52:37] [Server thread/INFO]: IGflas issued server command: /tpa LordFaren
[06:52:43] [Server thread/INFO]: LordFaren issued server command: /tpyes
[06:52:48] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[06:52:56] [Server thread/INFO]: vzHastonn_ issued server command: /back
[06:52:56] [Server thread/INFO]: LordFaren issued server command: /feed
[06:52:58] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:53:13] [Server thread/INFO]: vzHastonn_ issued server command: /tpa adrien49
[06:53:16] [Server thread/INFO]: adrien49 issued server command: /tpyes
[06:53:16] [Server thread/INFO]: Cobra12131 issued server command: /musique
[06:53:16] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /musique
[06:53:19] [Server thread/INFO]: CONSOLE issued server command: /sudo Cobra12131 musiqueok
[06:53:19] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m [0;33;22mto run:[m /musiqueok[m
[06:53:20] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:53:28] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:53:31] [Server thread/INFO]: CONSOLE issued server command: /sudo Cobra12131 zikee TempeteNekfeu
[06:53:31] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m [0;33;22mto run:[m /zikee TempeteNekfeu[m
[06:53:32] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:53:33] [Server thread/INFO]: Played 'TempeteNekfeu' to Cobra12131[m
[06:53:33] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[06:53:49] [Server thread/INFO]: LordFaren issued server command: /ec
[06:53:57] [Server thread/INFO]: IGflas issued server command: /home home
[06:54:00] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:54:02] [Server thread/INFO]: IGflas issued server command: /home home
[06:54:17] [Server thread/INFO]: XilefQC issued server command: /f map on
[06:54:18] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[06:54:24] [Server thread/INFO]: IGflas issued server command: /f home
[06:54:24] [Server thread/INFO]: adrien49 lost connection: Timed out
[06:54:24] [Server thread/INFO]: [Azkenien]adrien49 [?]
[06:54:30] [Server thread/INFO]: LordFaren issued server command: /kit ouvrier
[06:54:32] [Server thread/INFO]: IGflas issued server command: /tpa LordFaren
[06:54:36] [Server thread/INFO]: IGflas issued server command: /back
[06:54:37] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:54:39] [User Authenticator #182/INFO]: UUID of player adrien49 is 343ce400-2243-3430-80ce-4f8d14e2d5c3
[06:54:39] [Server thread/INFO]: adrien49[/85.69.150.167:61696] logged in with entity id 311632 at ([world] -1540.589603964397, 2.419999986886978, 5391.39396420662)
[06:54:40] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1madrien49[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:54:49] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:54:52] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[06:54:52] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[06:54:53] [Thread-167/INFO]: [JSONAPI] [API Call] 91.238.72.82: method=getPlayerCount?args=[]
[06:55:03] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[06:55:05] [Async Chat Thread - #96/INFO]: [0;31;1m[21m*[m[0;31;1mTime [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mCobra12131[m[0;37;1m:[m qui 1vs1[m
[06:55:12] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:55:20] [Server thread/INFO]: Cobra12131 issued server command: /feed
[06:55:42] [Server thread/INFO]: adrien49 issued server command: /f map off
[06:55:45] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:55:48] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[06:56:01] [Server thread/INFO]: adrien49 issued server command: /1vs1 vzHastonn_
[06:56:01] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /1vs1 vzHastonn_
[06:56:03] [Server thread/INFO]: LordFaren issued server command: /tpa IGflas
[06:56:06] [Server thread/INFO]: LordFaren issued server command: /feed
[06:56:07] [Server thread/INFO]: IGflas issued server command: /tpaccept
[06:56:11] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:56:13] [Server thread/INFO]: LordFaren issued server command: /coins
[06:56:13] [Server thread/INFO]: LordFaren [555812d9-eae1-3aae-9c4f-19b99d31c078]: /coins
[06:56:15] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:56:16] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:56:21] [Server thread/INFO]: iSpykoz_ issued server command: /back
[06:56:25] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:56:28] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:56:30] [Server thread/INFO]: vzHastonn_ issued server command: /home
[06:56:32] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:56:34] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[06:56:41] [Server thread/INFO]: adrien49 issued server command: /kit
[06:56:41] [Server thread/INFO]: iSpykoz_ issued server command: /tpa adrien49
[06:56:47] [Server thread/INFO]: adrien49 issued server command: /kit azkenien
[06:57:03] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:57:07] [Server thread/INFO]: vzHastonn_ issued server command: /tpa adrien49
[06:57:07] [Async Chat Thread - #97/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m ./musique[m
[06:57:08] [Server thread/INFO]: IGflas issued server command: /f f absoluty
[06:57:09] [Server thread/INFO]: iSpykoz_ issued server command: /musique
[06:57:09] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /musique
[06:57:10] [Server thread/INFO]: adrien49 issued server command: /tpyes
[06:57:17] [Server thread/INFO]: adrien49 issued server command: /sethome b
[06:57:19] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[06:57:20] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:57:24] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:57:42] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:57:45] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:57:49] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:57:59] [Server thread/WARN]: iSpykoz_ moved wrongly!
[06:58:04] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[06:58:15] [Server thread/INFO]: LordFaren issued server command: /tpyes
[06:58:16] [Server thread/INFO]: LordFaren issued server command: /tpyes
[06:58:21] [Server thread/INFO]: LordFaren issued server command: /sethome p
[06:58:25] [Server thread/INFO]: cyberdu59 issued server command: /home
[06:58:49] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[06:58:49] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:58:51] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:58:54] [User Authenticator #183/INFO]: UUID of player ROUSSELET is 01b2c91e-c6c6-3905-a91d-9757774e04f8
[06:58:54] [Server thread/INFO]: ROUSSELET[/88.165.109.65:54989] logged in with entity id 316523 at ([world] -34.258272590656176, 59.0, 57.645699934921616)
[06:58:54] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:59:02] [Server thread/INFO]: cyberdu59 issued server command: /potion
[06:59:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[06:59:05] [Async Chat Thread - #98/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m Cobra12131 t nul t'arrive pas le jump easy x)[m
[06:59:10] [User Authenticator #184/INFO]: UUID of player loulouguitare13 is 8059d8b1-9987-3fe4-8e47-a119f2d6f72f
[06:59:10] [Server thread/INFO]: loulouguitare13[/109.15.33.106:59620] logged in with entity id 316794 at ([world] -23.81039665775149, 57.0, -13.136242575656063)
[06:59:10] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:59:11] [User Authenticator #185/INFO]: UUID of player meftah59 is b75518a9-4008-329f-a124-1fcdd029bfde
[06:59:11] [Server thread/INFO]: meftah59[/78.244.203.71:64255] logged in with entity id 316807 at ([world] -50.1586880544403, 77.0, 77.30000001192093)
[06:59:11] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[06:59:23] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[06:59:26] [Server thread/INFO]: Matheolee issued server command: /tpyes
[06:59:34] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[06:59:38] [Server thread/INFO]: LordFaren issued server command: /home skytt
[06:59:43] [Server thread/INFO]: LordFaren issued server command: /feed
[06:59:58] [Async Chat Thread - #98/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m Go voir ma chaine TheAazkenien[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mPlayer Trolim was auto-removed due to inactivity.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mThe faction TheExpandables (564959ef-77f3-4b9d-b8f9-2f4c91de6e23) has been disbanded since it has no members left.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;33;1mThe faction [0;37;1mTheExpandables[0;33;1m was disbanded.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;31;1mNon existing factionId [0;35;1m564959ef-77f3-4b9d-b8f9-2f4c91de6e23 [0;31;1mrequested. [0;33;1mCleaning all boards and mplayers.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 564959ef-77f3-4b9d-b8f9-2f4c91de6e23 from PS{cx: -306, cz: 82}[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 564959ef-77f3-4b9d-b8f9-2f4c91de6e23 from PS{cx: -306, cz: 83}[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 564959ef-77f3-4b9d-b8f9-2f4c91de6e23 from PS{cx: -305, cz: 82}[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 564959ef-77f3-4b9d-b8f9-2f4c91de6e23 from PS{cx: -305, cz: 83}[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 564959ef-77f3-4b9d-b8f9-2f4c91de6e23 from PS{cx: -14, cz: 0}[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mBoard cleaner removed 564959ef-77f3-4b9d-b8f9-2f4c91de6e23 from PS{cx: -14, cz: 1}[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;31;1mNon existing factionId [0;35;1m564959ef-77f3-4b9d-b8f9-2f4c91de6e23 [0;31;1mrequested. [0;33;1mCleaning all boards and mplayers.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1m75679565-4dbd-3c12-97d8-74dab7920b83 [0;33;1maka [0;35;1m[0;37;1mTrolim [0;33;1mfrom [0;35;1mNULL [0;33;1maka [0;35;1mNULL [0;33;1mto [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness[0;33;1m.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1mReset data for [0;35;1m[0;37;1mTrolim [0;33;1m. Unknown factionId [0;35;1m564959ef-77f3-4b9d-b8f9-2f4c91de6e23[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mPlayer Wzzi was auto-removed due to inactivity.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mThe faction SoGood (4faa9c72-47da-41da-9a7a-fb2e117b68d8) has been disbanded since it has no members left.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;33;1mThe faction [0;37;1mSoGood[0;33;1m was disbanded.[m
[07:00:00] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/0e2a2a2e-9dfb-3936-ba5e-5e3b0bfb7bd7.yml
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;31;1mNon existing factionId [0;35;1m4faa9c72-47da-41da-9a7a-fb2e117b68d8 [0;31;1mrequested. [0;33;1mCleaning all boards and mplayers.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;31;1mNon existing factionId [0;35;1m4faa9c72-47da-41da-9a7a-fb2e117b68d8 [0;31;1mrequested. [0;33;1mCleaning all boards and mplayers.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1mb9c11ae9-a90a-3bb4-9694-6af5eb4aa7e6 [0;33;1maka [0;35;1m[0;37;1mWzzi [0;33;1mfrom [0;35;1mNULL [0;33;1maka [0;35;1mNULL [0;33;1mto [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness[0;33;1m.[m
[07:00:00] [Craft Scheduler Thread - 1592/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1mReset data for [0;35;1m[0;37;1mWzzi [0;33;1m. Unknown factionId [0;35;1m4faa9c72-47da-41da-9a7a-fb2e117b68d8[m
[07:00:03] [Async Chat Thread - #98/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m ok[m
[07:00:07] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:00:14] [User Authenticator #186/INFO]: UUID of player RefreshCombo is 16439a9a-66d1-328b-a8ee-f0bae00584c4
[07:00:14] [Server thread/INFO]: RefreshCombo[/88.185.238.30:51012] logged in with entity id 317612 at ([world] -5330.198485385092, 5.0, 6463.014679116921)
[07:00:14] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mRefreshCombo[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:00:17] [Async Chat Thread - #98/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m Merci[m
[07:00:18] [User Authenticator #187/INFO]: UUID of player KoLioZz is 011753ea-2a63-3a45-ba50-bfdaa55fd725
[07:00:18] [Server thread/INFO]: KoLioZz[/2.14.188.224:50038] logged in with entity id 317631 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:00:18] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mKoLioZz[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:00:19] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[07:00:22] [Server thread/INFO]: RefreshCombo issued server command: /tpa KoLioZz
[07:00:26] [Server thread/INFO]: RefreshCombo issued server command: /msg KoLioZz wsh
[07:00:26] [Server thread/INFO]: LordFaren issued server command: /tpa IGflas
[07:00:27] [Server thread/INFO]: [AuthMe] KoLioZz used the wrong password
[07:00:29] [Server thread/INFO]: IGflas issued server command: /tpaccept
[07:00:31] [Server thread/INFO]: iSpykoz_ issued server command: /tpa adrien49
[07:00:32] [Server thread/INFO]: [AuthMe] KoLioZz logged in!
[07:00:33] [Server thread/INFO]: RefreshCombo issued server command: /tpa KoLioZz
[07:00:33] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:00:34] [Server thread/INFO]: RefreshCombo issued server command: /tpa KoLioZz
[07:00:35] [Server thread/INFO]: adrien49 issued server command: /tpyes
[07:00:36] [Server thread/INFO]: LordFaren issued server command: /ec
[07:00:39] [Server thread/INFO]: KoLioZz issued server command: /tpyes
[07:00:45] [Server thread/INFO]: KoLioZz issued server command: /r Go skype
[07:00:46] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[07:00:46] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:00:48] [Server thread/INFO]: RefreshCombo issued server command: /r ok
[07:00:50] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:00:51] [Server thread/INFO]: KoLioZz issued server command: /kit Ultimate
[07:01:02] [Server thread/INFO]: loulouguitare13 issued server command: /tpno
[07:01:02] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour loulouguitare13.
[07:01:04] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[07:01:04] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[07:01:08] [Server thread/INFO]: LordFaren issued server command: /ec
[07:01:09] [Server thread/INFO]: RefreshCombo issued server command: /r je lance skype att
[07:01:10] [User Authenticator #188/INFO]: UUID of player LaTiiXLeGeeK is e0d167ec-eaeb-3581-8f51-75d3ad7dfaf4
[07:01:10] [Server thread/INFO]: LaTiiXLeGeeK[/82.240.78.92:50025] logged in with entity id 319216 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:01:10] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mLaTiiXLeGeeK[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:01:11] [Thread-168/INFO]: [JSONAPI] [API Call] 91.238.72.80: method=getPlayerCount?args=[]
[07:01:11] [Server thread/INFO]: LordFaren issued server command: /tpa IGflas
[07:01:22] [Async Chat Thread - #99/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m Go voir ma chaine TheAazkenien[m
[07:01:30] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:01:40] [Server thread/INFO]: LaTiiXLeGeeK lost connection: Disconnected
[07:01:40] [Server thread/INFO]: [Azkenien]LaTiiXLeGeeK [?]
[07:01:44] [Async Chat Thread - #99/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m go voir ma chaine youtube SkyPvPmeftah59[m
[07:01:45] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:01:45] [Server thread/INFO]: LordFaren issued server command: /f f
[07:01:47] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:01:48] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:01:49] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[07:01:50] [Server thread/INFO]: RefreshCombo issued server command: /r je lance skype
[07:01:50] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:01:53] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:01:55] [Server thread/INFO]: LordFaren issued server command: /f f absoluty
[07:01:57] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:02] [Server thread/INFO]: RefreshCombo issued server command: /r au passage jai 3 stack de pomme cheat xDDD
[07:02:06] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:09] [Server thread/INFO]: KoLioZz issued server command: /r ?
[07:02:15] [Server thread/INFO]: KoLioZz issued server command: /r Ah ok mdrr
[07:02:17] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:19] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:20] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:20] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:21] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:22] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:24] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:25] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:02:32] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:02:34] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[07:02:38] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:02:55] [Server thread/INFO]: LordFaren issued server command: /ec
[07:03:00] [Server thread/INFO]: XilefQC issued server command: /kit
[07:03:07] [Server thread/INFO]: XilefQC issued server command: /kit azkenien
[07:03:08] [Server thread/INFO]: XilefQC issued server command: /kit azkenien
[07:03:17] [Server thread/INFO]: XilefQC issued server command: /sethom
[07:03:19] [Server thread/INFO]: XilefQC issued server command: /sethome
[07:03:19] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[07:03:25] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[07:03:27] [Server thread/INFO]: loulouguitare13 issued server command: /m meftah59 je suis allez voir tac haine donc va voir la miennne en plus je vais des videos sur azke
[07:03:30] [Server thread/INFO]: loulouguitare13 issued server command: /r azkenpvp
[07:03:32] [Server thread/INFO]: loulouguitare13 issued server command: /tpye
[07:03:52] [Async Chat Thread - #100/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m Go voir ma chaine TheAazkenien[m
[07:03:55] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:04:05] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[07:04:09] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[07:04:50] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[07:04:52] [Server thread/INFO]: Cobra12131 issued server command: /1vs1 KoLioZz
[07:04:52] [Server thread/INFO]: Cobra12131 [70570371-6510-3d56-b4ba-41f31a31fbe7]: /1vs1 KoLioZz
[07:05:00] [Craft Scheduler Thread - 1609/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mPlayer InCarNaTi0n_ was auto-removed due to inactivity.[m
[07:05:15] [Async Chat Thread - #101/INFO]: [0;37;1m[21m**[m[0;37;1mLesAmis [0;37;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m[0;37;1m:[m loulouguitare13 tu peux aller a la base pour que je me teleporte pliz[m
[07:05:16] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:05:24] [Server thread/INFO]: iSpykoz_ issued server command: /kit
[07:05:25] [Server thread/INFO]: loulouguitare13 issued server command: /home bp2
[07:05:26] [Async Chat Thread - #101/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mXilefQC[m[0;37;1m:[m ?[m
[07:05:28] [Server thread/INFO]: cyberdu59 issued server command: /potion*
[07:05:28] [Server thread/INFO]: RefreshCombo issued server command: /tpa loulouguitare13
[07:05:30] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:05:30] [Server thread/INFO]: iSpykoz_ issued server command: /kit aknezien
[07:05:34] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:05:35] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[07:05:35] [Server thread/INFO]: iSpykoz_ issued server command: /kit azkenien
[07:05:38] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:05:39] [Server thread/INFO]: RefreshCombo issued server command: /tpa loulouguitare13
[07:05:47] [Server thread/INFO]: Cobra12131 lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[07:05:47] [Server thread/INFO]: [Ultimate]Cobra12131 [?]
[07:05:47] [Server thread/INFO]: LordFaren issued server command: /feed
[07:05:49] [Async Chat Thread - #101/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mXilefQC[m[0;37;1m:[m Qui recrute ?[m
[07:05:50] [Server thread/INFO]: iSpykoz_ issued server command: /ec
[07:05:50] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[07:05:52] [Server thread/INFO]: XilefQC issued server command: /sethome
[07:05:56] [Server thread/INFO]: loulouguitare13 issued server command: /spawn
[07:06:02] [Server thread/INFO]: ROUSSELET issued server command: /1vs1 loulouguitare13
[07:06:02] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /1vs1 loulouguitare13
[07:06:07] [Server thread/INFO]: loulouguitare13 issued server command: /accept ROUSSELET
[07:06:07] [Server thread/INFO]: loulouguitare13 [8059d8b1-9987-3fe4-8e47-a119f2d6f72f]: /accept ROUSSELET
[07:06:07] [Server thread/INFO]: CONSOLE issued server command: /heal loulouguitare13
[07:06:07] [Server thread/INFO]: [0;37;22m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m a ?t? soign?.[m
[07:06:07] [Server thread/INFO]: CONSOLE issued server command: /heal ROUSSELET
[07:06:07] [Server thread/INFO]: [0;37;22m[0;36;1m[Azkenien][0;36;1mROUSSELET[m a ?t? soign?.[m
[07:06:07] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 ROUSSELET
[07:06:07] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m[0;33;22m.[m
[07:06:07] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 loulouguitare13
[07:06:07] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;33;22m.[m
[07:06:12] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:06:12] [Server thread/INFO]: iSpykoz_ issued server command: /f invite vzHastonn_
[07:06:14] [Server thread/INFO]: iSpykoz_ issued server command: /f invite adrien49
[07:06:20] [Server thread/INFO]: iSpykoz_ issued server command: /spawn
[07:06:20] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[07:06:32] [Server thread/INFO]: iSpykoz_ issued server command: /back
[07:06:32] [Server thread/INFO]: XilefQC issued server command: /musique
[07:06:32] [Server thread/INFO]: XilefQC [ab085150-b412-392e-8313-8a2c1921ffd4]: /musique
[07:06:35] [Server thread/INFO]: vzHastonn_ issued server command: /f leave
[07:06:35] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mvzHastonn_ left the faction: HrZ[m
[07:06:35] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1mac437f0a-20a2-3ac7-a758-2d03230850d1 [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m [0;33;1mfrom [0;35;1mcf29ae14-bec3-47f7-8a36-566ec97dae36 [0;33;1maka [0;35;1mHrZ [0;33;1mto [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness[0;33;1m.[m
[07:06:35] [Server thread/INFO]: CONSOLE issued server command: /sudo XilefQC musiqueok
[07:06:35] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mXilefQC[m [0;33;22mto run:[m /musiqueok[m
[07:06:40] [Server thread/INFO]: vzHastonn_ issued server command: /f join iSpykoz_
[07:06:40] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1mac437f0a-20a2-3ac7-a758-2d03230850d1 [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m [0;33;1mfrom [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness [0;33;1mto [0;35;1m6cc6fcc9-3a2d-40e9-93fd-56c929178868 [0;33;1maka [0;35;1mSiax[0;33;1m.[m
[07:06:40] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mvzHastonn_ joined the faction Siax.[m
[07:06:49] [Server thread/INFO]: iSpykoz_ issued server command: /f promote vzHastonn_
[07:06:50] [Server thread/INFO]: iSpykoz_ issued server command: /f promote vzHastonn_
[07:06:50] [Server thread/INFO]: adrien49 issued server command: /f disband
[07:06:50] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1madrien49 has been given bank holdings of $0 from disbanding jtenmerde.[m
[07:06:50] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1mThe faction [0;35;1mjtenmerde [0;33;1m([0;35;1m0161f561-1f84-4801-a268-64fb4538a899[0;33;1m) was disbanded by [0;35;1m[0;36;1m[Azkenien][0;36;1madrien49[m[0;33;1m.[m
[07:06:54] [Server thread/INFO]: adrien49 issued server command: /f join iSpykoz_
[07:06:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;31;1mNon existing factionId [0;35;1m0161f561-1f84-4801-a268-64fb4538a899 [0;31;1mrequested. [0;33;1mCleaning all boards and mplayers.[m
[07:06:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;31;1mNon existing factionId [0;35;1m0161f561-1f84-4801-a268-64fb4538a899 [0;31;1mrequested. [0;33;1mCleaning all boards and mplayers.[m
[07:06:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1m343ce400-2243-3430-80ce-4f8d14e2d5c3 [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1madrien49[m [0;33;1mfrom [0;35;1mNULL [0;33;1maka [0;35;1mNULL [0;33;1mto [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness[0;33;1m.[m
[07:06:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1mReset data for [0;35;1m[0;36;1m[Azkenien][0;36;1madrien49[m [0;33;1m. Unknown factionId [0;35;1m0161f561-1f84-4801-a268-64fb4538a899[m
[07:06:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1m343ce400-2243-3430-80ce-4f8d14e2d5c3 [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1madrien49[m [0;33;1mfrom [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness [0;33;1mto [0;35;1m6cc6fcc9-3a2d-40e9-93fd-56c929178868 [0;33;1maka [0;35;1mSiax[0;33;1m.[m
[07:06:54] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1madrien49 joined the faction Siax.[m
[07:06:58] [Server thread/INFO]: iSpykoz_ issued server command: /f promote adrien49
[07:06:59] [Server thread/INFO]: iSpykoz_ issued server command: /f promote adrien49
[07:07:01] [Server thread/INFO]: iSpykoz_ issued server command: /f f
[07:07:01] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/e96f80ff-c128-3aae-bacb-e6dc068916c9.yml
[07:07:05] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[07:07:05] [Server thread/INFO]: iSpykoz_ issued server command: /f power
[07:07:05] [Server thread/INFO]: CONSOLE issued server command: /sudo XilefQC zikee BranlitoHere
[07:07:05] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mXilefQC[m [0;33;22mto run:[m /zikee BranlitoHere[m
[07:07:07] [Server thread/INFO]: iSpykoz_ issued server command: /f p
[07:07:07] [Server thread/INFO]: Played 'BranlitoHere' to XilefQC[m
[07:07:08] [Server thread/INFO]: adrien49 issued server command: /f power
[07:07:10] [Server thread/INFO]: meftah59 lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[07:07:10] [Server thread/INFO]: [Azkenien]meftah59 [?]
[07:07:10] [Server thread/INFO]: vzHastonn_ issued server command: /f power
[07:07:12] [Server thread/INFO]: LordFaren issued server command: /tpa IGflas
[07:07:13] [Server thread/INFO]: vzHastonn_ issued server command: /f p
[07:07:15] [Server thread/INFO]: adrien49 issued server command: /f power
[07:07:17] [Server thread/INFO]: IGflas issued server command: /tpaccept
[07:07:20] [Server thread/INFO]: adrien49 issued server command: /f p
[07:07:25] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:07:31] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:07:36] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:07:42] [User Authenticator #189/INFO]: UUID of player meftah59 is b75518a9-4008-329f-a124-1fcdd029bfde
[07:07:42] [Server thread/INFO]: meftah59[/78.244.203.71:64295] logged in with entity id 324573 at ([world] -56.55643815595741, 81.0, 48.53219574546895)
[07:07:42] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:07:42] [Server thread/INFO]: [0;37;1m[21m[[0;33;1m[21mAzken1vs1[0;37;1m[21m] [0;32;1mloulouguitare13[0;36;1m a tu? [0;31;22mROUSSELET[0;36;1m dans un 1vs1.[m
[07:07:42] [Server thread/INFO]: CONSOLE issued server command: /spawn loulouguitare13
[07:07:42] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[07:07:42] [Server thread/INFO]: CONSOLE issued server command: /spawn loulouguitare13
[07:07:42] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[07:07:42] [Server thread/INFO]: [0;31;22mROUSSELET [0;37;1m vient de se faire tuer par [0;32;1mloulouguitare13[m
[07:07:44] [Async Chat Thread - #102/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m re[m
[07:07:49] [Async Chat Thread - #102/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m re[m
[07:07:50] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[07:07:53] [Server thread/INFO]: XilefQC lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[07:07:53] [Server thread/INFO]: [Azkenien]XilefQC [?]
[07:07:55] [Server thread/WARN]: LordFaren moved wrongly!
[07:07:59] [Server thread/INFO]: IGflas issued server command: /tpa LordFaren
[07:08:02] [Server thread/INFO]: LordFaren issued server command: /sethome p
[07:08:03] [Server thread/INFO]: LordFaren issued server command: /tpyes
[07:08:04] [Server thread/INFO]: RefreshCombo issued server command: /f f youtubemoney
[07:08:10] [Server thread/INFO]: IGflas issued server command: /sethome pill
[07:08:12] [Server thread/INFO]: RefreshCombo issued server command: /f f asylum
[07:08:13] [Server thread/INFO]: LordFaren issued server command: /feed
[07:08:13] [Thread-169/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=getPlayerCount?args=[]
[07:08:31] [Server thread/INFO]: RefreshCombo issued server command: /f f neoxiz
[07:08:35] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[07:08:35] [Async Chat Thread - #102/INFO]: [0;37;1m[21m**[m[0;37;1mTheGlaye [0;37;1m[0;36;1m[Azkenien][0;36;1mmeftah59[m[0;37;1m:[m re[m
[07:08:42] [Server thread/INFO]: LordFaren issued server command: /f f absoluty
[07:08:47] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:08:58] [Server thread/INFO]: iSpykoz_ issued server command: /sethome
[07:08:59] [Server thread/INFO]: loulouguitare13 issued server command: /r ta vue ma chaine?
[07:09:04] [Server thread/INFO]: meftah59 issued server command: /home
[07:09:05] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:09:10] [Server thread/INFO]: vzHastonn_ issued server command: /f claim a
[07:09:10] [Server thread/INFO]: [0;35;1m[0;37;1m*Siax vzHastonn_[0;33;1m bought [0;35;1m1 [0;33;1mchunk [0;35;1m[0;37;1mworld [0;35;1m-96 [0;35;1m336[0;33;1m.[m
[07:09:10] [Server thread/INFO]:   [0;35;1m[0;32;1m[0;32;22mWilderness[0;33;1m --> [0;35;1m[0;37;1mSiax[m
[07:09:10] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:09:12] [Server thread/INFO]: [0;35;1m[0;37;1m*Siax vzHastonn_[0;33;1m bought [0;35;1m1 [0;33;1mchunk [0;35;1m[0;37;1mworld [0;35;1m-97 [0;35;1m336[0;33;1m.[m
[07:09:12] [Server thread/INFO]:   [0;35;1m[0;32;1m[0;32;22mWilderness[0;33;1m --> [0;35;1m[0;37;1mSiax[m
[07:09:13] [Server thread/INFO]: ROUSSELET issued server command: /1vs1 loulouquitare13
[07:09:13] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /1vs1 loulouquitare13
[07:09:16] [Server thread/INFO]: [0;35;1m[0;37;1m*Siax vzHastonn_[0;33;1m bought [0;35;1m1 [0;33;1mchunk [0;35;1m[0;37;1mworld [0;35;1m-97 [0;35;1m335[0;33;1m.[m
[07:09:16] [Server thread/INFO]:   [0;35;1m[0;32;1m[0;32;22mWilderness[0;33;1m --> [0;35;1m[0;37;1mSiax[m
[07:09:18] [Server thread/INFO]: [0;35;1m[0;37;1m*Siax vzHastonn_[0;33;1m bought [0;35;1m1 [0;33;1mchunk [0;35;1m[0;37;1mworld [0;35;1m-96 [0;35;1m335[0;33;1m.[m
[07:09:18] [Server thread/INFO]:   [0;35;1m[0;32;1m[0;32;22mWilderness[0;33;1m --> [0;35;1m[0;37;1mSiax[m
[07:09:20] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[07:09:22] [Server thread/INFO]: LordFaren issued server command: /f f absoluty
[07:09:23] [Server thread/INFO]: vzHastonn_ issued server command: /f claim a
[07:09:24] [Server thread/INFO]: iSpykoz_ issued server command: /f show
[07:09:26] [Server thread/INFO]: iSpykoz_ issued server command: /f f
[07:09:32] [Server thread/INFO]: iSpykoz_ issued server command: /f map
[07:09:33] [Server thread/INFO]: ROUSSELET issued server command: /1vs1 loulouquitare13
[07:09:33] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /1vs1 loulouquitare13
[07:09:50] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouquitare13
[07:09:50] [Server thread/INFO]: loulouguitare13 issued server command: /fly
[07:09:50] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour loulouguitare13.
[07:09:52] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:10:05] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[07:10:17] [Server thread/INFO]: LordFaren issued server command: /ec
[07:10:37] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:10:42] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:10:50] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[07:10:54] [Server thread/INFO]: adrien49 issued server command: /f sethome
[07:10:56] [Server thread/INFO]: vzHastonn_ issued server command: /home
[07:10:56] [Server thread/INFO]: Matheolee lost connection: Disconnected
[07:10:57] [Server thread/INFO]: [Azkenien]Matheolee [?]
[07:10:57] [Server thread/INFO]: adrien49 issued server command: /ehome
[07:11:02] [Server thread/INFO]: RefreshCombo lost connection: Disconnected
[07:11:02] [Server thread/INFO]: [Azkenien]RefreshCombo [?]
[07:11:06] [User Authenticator #190/INFO]: UUID of player Matheolee is 386be6d7-dace-324d-8d5c-62d3422cce01
[07:11:06] [Server thread/INFO]: Matheolee[/90.1.132.215:55605] logged in with entity id 326021 at ([world] 4317.027703305953, 5.0, -3140.313637783024)
[07:11:06] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mMatheolee[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:11:09] [Server thread/INFO]: iSpykoz_ issued server command: /kit
[07:11:27] [Server thread/INFO]: adrien49 issued server command: /back
[07:11:35] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[07:11:42] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[07:11:45] [Server thread/INFO]: vzHastonn_ issued server command: /back
[07:12:20] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[07:12:20] [Server thread/INFO]: meftah59 issued server command: /home
[07:12:23] [Server thread/INFO]: vzHastonn_ issued server command: /home
[07:12:25] [Server thread/INFO]: LordFaren issued server command: /feed
[07:12:27] [Server thread/INFO]: adrien49 issued server command: /ehome
[07:12:31] [Server thread/INFO]: meftah59 lost connection: Disconnected
[07:12:31] [Server thread/INFO]: [Azkenien]meftah59 [?]
[07:12:32] [Async Chat Thread - #103/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m VOTE ?[m
[07:12:36] [Async Chat Thread - #103/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m Enfin site ?[m
[07:12:36] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:12:38] [Server thread/INFO]: IGflas issued server command: /sethome pill
[07:12:40] [Server thread/INFO]: LordFaren issued server command: /sethome p
[07:12:44] [Server thread/INFO]: IGflas lost connection: Disconnected
[07:12:45] [Server thread/INFO]: [Ultimate]IGflas [?]
[07:12:52] [User Authenticator #191/INFO]: UUID of player IGflas is 8dcd3faf-7830-360f-8567-a7564345fe74
[07:12:52] [Server thread/INFO]: IGflas[/90.56.40.150:58049] logged in with entity id 326869 at ([world] -2695.285034581609, 5.5, 1560.0636473010297)
[07:12:52] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mIGflas[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:12:52] [User Authenticator #192/INFO]: UUID of player TheBombshock is 634644ab-792b-390c-8cc7-302bbd9153ca
[07:12:52] [Server thread/INFO]: TheBombshock[/128.78.190.151:49928] logged in with entity id 326870 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:12:52] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mTheBombshock[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:12:52] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/634644ab-792b-390c-8cc7-302bbd9153ca.yml
[07:12:53] [Server thread/INFO]: LordFaren issued server command: /home skyig
[07:12:58] [Server thread/INFO]: IGflas lost connection: Disconnected
[07:12:58] [Server thread/INFO]: [Ultimate]IGflas [?]
[07:13:04] [Server thread/INFO]: [AuthMe] TheBombshock registered 128.78.190.151
[07:13:05] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[07:13:06] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:13:10] [Server thread/INFO]: LordFaren issued server command: /home skytt
[07:13:11] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:13:11] [Server thread/INFO]: TheBombshock has just earned the achievement [Taking Inventory]
[07:13:15] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:13:16] [Server thread/INFO]: TheBombshock issued server command: /kit
[07:13:16] [Server thread/INFO]: LordFaren lost connection: Disconnected
[07:13:16] [Server thread/INFO]: [Ultimate]LordFaren [?]
[07:13:26] [Server thread/INFO]: TheBombshock issued server command: /ec
[07:13:26] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour TheBombshock.
[07:13:28] [Server thread/INFO]: vzHastonn_ issued server command: /back
[07:13:28] [Server thread/INFO]: adrien49 issued server command: /back
[07:13:29] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:13:31] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:13:32] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:13:44] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:13:45] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:13:48] [Server thread/INFO]: loulouguitare13 lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[07:13:48] [Server thread/INFO]: [Ultimate]loulouguitare13 [?]
[07:13:50] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[07:13:57] [Server thread/INFO]: cyberdu59 issued server command: /tpyes
[07:14:00] [Server thread/INFO]: TheBombshock issued server command: /musique
[07:14:00] [Server thread/INFO]: TheBombshock [634644ab-792b-390c-8cc7-302bbd9153ca]: /musique
[07:14:06] [Server thread/INFO]: ROUSSELET issued server command: /musique
[07:14:06] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /musique
[07:14:07] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET musiqueok
[07:14:07] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /musiqueok[m
[07:14:13] [Server thread/INFO]: CONSOLE issued server command: /sudo ROUSSELET zikee DarlingDarling
[07:14:13] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mROUSSELET[m [0;33;22mto run:[m /zikee DarlingDarling[m
[07:14:15] [Server thread/INFO]: Played 'DarlingDarling' to ROUSSELET[m
[07:14:20] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:14:31] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:14:35] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[07:14:38] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:14:40] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:14:44] [Server thread/INFO]: TheBombshock has just earned the achievement [Getting Wood]
[07:14:47] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:14:51] [Server thread/INFO]: cyberdu59 issued server command: /tpyes
[07:15:18] [Thread-170/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=getPlayerCount?args=[]
[07:15:20] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[07:15:34] [Server thread/INFO]: adrien49 issued server command: /money
[07:15:43] [Server thread/INFO]: adrien49 issued server command: /pay vzHastonn_ 500
[07:15:44] [Server thread/INFO]: iSpykoz_ issued server command: /xp
[07:15:44] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[07:15:47] [Server thread/INFO]: KoLioZz lost connection: Disconnected
[07:15:47] [Server thread/INFO]: [Ultimate]KoLioZz [?]
[07:15:55] [Thread-171/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=getPlayerCount?args=[]
[07:16:02] [Server thread/INFO]: vzHastonn_ issued server command: /money
[07:16:05] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[07:16:15] [Server thread/INFO]: adrien49 issued server command: /ehome
[07:16:23] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:16:26] [Server thread/INFO]: adrien49 issued server command: /back
[07:16:28] [Server thread/INFO]: iSpykoz_ issued server command: /pay vzHastonn_ 500
[07:16:29] [Server thread/INFO]: vzHastonn_ issued server command: /warp shop
[07:16:34] [Thread-172/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=getPlayerCount?args=[]
[07:16:35] [Server thread/INFO]: adrien49 issued server command: /f home
[07:16:36] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:16:38] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:16:41] [Server thread/INFO]: cyberdu59 issued server command: /tpyes
[07:16:46] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:16:50] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[07:16:53] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:16:53] [Thread-173/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=runConsoleCommand?args=["bc &b&l>> &ciSpykoz_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l5 Points Boutiques"]
[07:16:53] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &ciSpykoz_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l5 Points Boutiques'
[07:16:53] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &ciSpykoz_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l5 Points Boutiques
[07:17:00] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:17:06] [Server thread/INFO]: adrien49 issued server command: /back
[07:17:07] [Thread-174/INFO]: [JSONAPI] [API Call] 91.238.72.76: method=getPlayerCount?args=[]
[07:17:07] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:17:08] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:17:09] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:17:10] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:17:11] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:17:11] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:17:13] [Thread-175/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=runConsoleCommand?args=["Give iSpykoz_ anvil 1"]
[07:17:13] [Server thread/INFO]: Command run by remote user: 'Give iSpykoz_ anvil 1'
[07:17:13] [Server thread/INFO]: CONSOLE issued server command: /give iSpykoz_ anvil 1
[07:17:13] [Server thread/INFO]: [0;33;22mDonne[0;31;1m 1 [0;33;22mde[0;31;1m anvil [0;33;22m?[0;31;1m [0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;33;22m.[m
[07:17:13] [Thread-176/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=runConsoleCommand?args=["bc &b&l>> &ciSpykoz_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lEnclume"]
[07:17:13] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &ciSpykoz_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lEnclume'
[07:17:13] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &ciSpykoz_ &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lEnclume
[07:17:18] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:17:21] [Server thread/INFO]: adrien49 issued server command: /f home
[07:17:22] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:17:22] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:17:22] [Server thread/INFO]: vzHastonn_ issued server command: /back
[07:17:30] [Server thread/INFO]: TheBombshock issued server command: /sethome
[07:17:33] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:17:35] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[07:17:38] [Server thread/INFO]: cyberdu59 issued server command: /tpyes
[07:17:45] [Server thread/INFO]: adrien49 issued server command: /kit nourriture
[07:18:06] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:18:07] [Server thread/INFO]: TheBombshock issued server command: /home
[07:18:08] [Server thread/INFO]: vzHastonn_ issued server command: /warp coins
[07:18:20] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[07:18:21] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:18:23] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:18:27] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:18:32] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:18:33] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:18:42] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:18:50] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:18:56] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:18:56] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:18:57] [Server thread/INFO]: vzHastonn_ issued server command: /money
[07:18:57] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:19:03] [Server thread/INFO]: vzHastonn_ issued server command: /coins vzHastonn_
[07:19:03] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins vzHastonn_
[07:19:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[07:19:05] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[07:19:09] [Async Chat Thread - #104/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m ki t?p? pourre p?v?p? ?[m
[07:19:37] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:19:50] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[07:20:05] [Server thread/INFO]: vzHastonn_ issued server command: /coins vzHastonn_
[07:20:05] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins vzHastonn_
[07:20:10] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:20:15] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:20:35] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[07:20:54] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:20:54] [User Authenticator #193/INFO]: UUID of player loulouguitare13 is 8059d8b1-9987-3fe4-8e47-a119f2d6f72f
[07:20:54] [Server thread/INFO]: loulouguitare13[/109.15.33.106:50044] logged in with entity id 332566 at ([world] -7.0045786493605355, 52.0, 16.30000001192093)
[07:20:54] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:21:11] [Server thread/INFO]: iSpykoz_ issued server command: /menu
[07:21:11] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /menu
[07:21:16] [Server thread/INFO]: CONSOLE issued server command: /sudo iSpykoz_ grades
[07:21:16] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;33;22mto run:[m /grades[m
[07:21:19] [Server thread/INFO]: loulouguitare13 issued server command: /site
[07:21:19] [Server thread/INFO]: loulouguitare13 [8059d8b1-9987-3fe4-8e47-a119f2d6f72f]: /site
[07:21:20] [Server thread/INFO]: CONSOLE issued server command: /sudo iSpykoz_ menu
[07:21:20] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;33;22mto run:[m /menu[m
[07:21:20] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[07:21:21] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:21:26] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:21:26] [Server thread/INFO]: CONSOLE issued server command: /sudo iSpykoz_ acraft
[07:21:26] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;33;22mto run:[m /acraft[m
[07:21:27] [Thread-177/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=getPlayerCount?args=[]
[07:21:29] [Server thread/INFO]: CONSOLE issued server command: /sudo iSpykoz_ obsi
[07:21:29] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;33;22mto run:[m /obsi[m
[07:21:31] [Server thread/INFO]: CONSOLE issued server command: /sudo iSpykoz_ acraft
[07:21:31] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;33;22mto run:[m /acraft[m
[07:21:32] [Server thread/INFO]: CONSOLE issued server command: /sudo iSpykoz_ menu
[07:21:32] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;33;22mto run:[m /menu[m
[07:21:36] [Server thread/INFO]: CONSOLE issued server command: /sudo iSpykoz_ grades
[07:21:36] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1miSpykoz_[m [0;33;22mto run:[m /grades[m
[07:21:40] [Server thread/INFO]: ROUSSELET issued server command: /sit
[07:21:48] [Async Chat Thread - #105/INFO]: [0;37;1m[21m+[m[0;37;1mImmortel [0;37;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;37;1m:[m site[m
[07:21:51] [Server thread/INFO]: TheBombshock issued server command: /home
[07:21:55] [Async Chat Thread - #105/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m Ta quoi toi[m
[07:22:01] [Async Chat Thread - #105/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m j'vais t'paer[m
[07:22:01] [Server thread/INFO]: ROUSSELET issued server command: /site
[07:22:01] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /site
[07:22:02] [User Authenticator #194/INFO]: UUID of player Rektosor is dbe2f94f-d959-3387-9c9e-b5a3889042fa
[07:22:02] [Server thread/INFO]: Rektosor[/92.133.143.78:56351] logged in with entity id 333792 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:22:02] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mRektosor[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:22:04] [Async Chat Thread - #105/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m taper[m
[07:22:05] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[07:22:06] [Server thread/INFO]: adrien49 issued server command: /xp fly
[07:22:06] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour adrien49.
[07:22:07] [Server thread/INFO]: Rektosor lost connection: Disconnected
[07:22:07] [Server thread/INFO]: [Azkenien]Rektosor [?]
[07:22:11] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:22:11] [Server thread/INFO]: iSpykoz_ issued server command: /xpfly
[07:22:12] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:22:12] [Server thread/INFO]: iSpykoz_ issued server command: /feed
[07:22:12] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour iSpykoz_.
[07:22:16] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:22:18] [Thread-178/INFO]: [JSONAPI] [API Call] 91.238.72.76: method=getPlayerCount?args=[]
[07:22:23] [Server thread/INFO]: vzHastonn_ issued server command: /money
[07:22:28] [Server thread/INFO]: vzHastonn_ issued server command: /coins vzHastonn_
[07:22:28] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins vzHastonn_
[07:22:28] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:22:32] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:22:34] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:22:36] [Server thread/INFO]: Matheolee issued server command: /tpyes
[07:22:42] [Server thread/INFO]: Matheolee lost connection: Disconnected
[07:22:42] [Server thread/INFO]: [Azkenien]Matheolee [?]
[07:22:49] [Thread-179/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=getPlayerCount?args=[]
[07:22:50] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[07:22:50] [User Authenticator #195/INFO]: UUID of player Matheolee is 386be6d7-dace-324d-8d5c-62d3422cce01
[07:22:51] [Server thread/INFO]: Matheolee[/90.1.132.215:55969] logged in with entity id 334696 at ([world] 4317.027703305953, 5.0, -3140.313637783024)
[07:22:51] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mMatheolee[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:22:54] [Server thread/INFO]: TheBombshock issued server command: /home
[07:23:08] [Server thread/INFO]: TheBombshock issued server command: /home
[07:23:10] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:23:17] [Thread-180/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=runConsoleCommand?args=["Kit Empereur loulouguitare13"]
[07:23:17] [Server thread/INFO]: Command run by remote user: 'Kit Empereur loulouguitare13'
[07:23:17] [Server thread/INFO]: CONSOLE issued server command: /kit Empereur loulouguitare13
[07:23:17] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m empereur[0;33;22m ? [0;31;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;33;22m.[m
[07:23:17] [Thread-181/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=runConsoleCommand?args=["bc &b&l>> &cloulouguitare13 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit empereur"]
[07:23:17] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &cloulouguitare13 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit empereur'
[07:23:17] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &cloulouguitare13 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&lUn kit empereur
[07:23:24] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[07:23:26] [Server thread/INFO]: loulouguitare13 issued server command: /home bp2
[07:23:29] [User Authenticator #196/INFO]: UUID of player IGflas is 8dcd3faf-7830-360f-8567-a7564345fe74
[07:23:29] [Server thread/INFO]: IGflas[/90.56.40.150:58160] logged in with entity id 335637 at ([world] -2695.285034581609, 5.5, 1560.0636473010297)
[07:23:29] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mIGflas[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:23:33] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:23:35] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[07:23:35] [Server thread/INFO]: adrien49 issued server command: /tpa vzHastonn_
[07:23:43] [Server thread/INFO]: IGflas issued server command: /sethome ok
[07:23:43] [Server thread/INFO]: cyberdu59 issued server command: /tpyes
[07:23:44] [Server thread/INFO]: vzHastonn_ issued server command: /tpyes
[07:23:47] [Server thread/INFO]: IGflas issued server command: /back
[07:23:49] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:23:54] [Thread-182/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=runConsoleCommand?args=["bc &b&l>> &cloulouguitare13 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l5 Points Boutiques"]
[07:23:54] [Server thread/INFO]: Command run by remote user: 'bc &b&l>> &cloulouguitare13 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l5 Points Boutiques'
[07:23:54] [Server thread/INFO]: CONSOLE issued server command: /bc &b&l>> &cloulouguitare13 &evient de voter pour &5AzkenPvP&e et vient de gagner &a&l5 Points Boutiques
[07:24:02] [Server thread/INFO]: vzHastonn_ issued server command: /coins vzHastonn_
[07:24:02] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins vzHastonn_
[07:24:04] [Server thread/INFO]: TheBombshock issued server command: /home
[07:24:07] [Server thread/INFO]: adrien49 issued server command: /coins vzHastonn_ 14
[07:24:07] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /coins vzHastonn_ 14
[07:24:11] [Server thread/INFO]: vzHastonn_ issued server command: /coins vzHastonn_
[07:24:11] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins vzHastonn_
[07:24:20] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[07:24:22] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouquitare13
[07:24:29] [Thread-183/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=getPlayerCount?args=[]
[07:24:34] [Server thread/INFO]: vzHastonn_ issued server command: /coins iSpykoz_ 30
[07:24:34] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins iSpykoz_ 30
[07:24:36] [Server thread/INFO]: TheBombshock issued server command: /home
[07:24:38] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:39] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:39] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:39] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:42] [Server thread/INFO]: iSpykoz_ issued server command: /menu
[07:24:42] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /menu
[07:24:42] [Server thread/INFO]: vzHastonn_ issued server command: /coins adrien49 40
[07:24:42] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins adrien49 40
[07:24:43] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:24:46] [Server thread/INFO]: ROUSSELET issued server command: /tpa loulouguitare13
[07:24:46] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:24:48] [Server thread/INFO]: iSpykoz_ issued server command: /tpa vzHastonn_
[07:24:51] [Server thread/INFO]: iSpykoz_ issued server command: /etpa adrien49
[07:24:51] [Server thread/INFO]: vzHastonn_ issued server command: /coins vzHastonn_
[07:24:51] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins vzHastonn_
[07:24:53] [Server thread/INFO]: adrien49 issued server command: /tpyes
[07:24:54] [Server thread/INFO]: Matheolee issued server command: /.
[07:24:54] [Server thread/INFO]: loulouguitare13 issued server command: /tpyes
[07:24:54] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:55] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:56] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:56] [Server thread/INFO]: Matheolee issued server command: /.
[07:24:57] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:58] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:24:59] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:00] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:00] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:01] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:05] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[07:25:07] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:07] [Server thread/INFO]: TheBombshock issued server command: /
[07:25:08] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:09] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:09] [Server thread/INFO]: ROUSSELET issued server command: /sethome
[07:25:10] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:12] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:25:16] [Server thread/INFO]: IGflas issued server command: /f map
[07:25:17] [Server thread/INFO]: ROUSSELET issued server command: /hjome
[07:25:18] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:25:18] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[07:25:18] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[07:25:19] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[07:25:21] [Server thread/INFO]: ROUSSELET issued server command: /home
[07:25:23] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:25:23] [User Authenticator #197/INFO]: UUID of player LordFaren is 555812d9-eae1-3aae-9c4f-19b99d31c078
[07:25:23] [Server thread/INFO]: LordFaren[/90.56.93.196:59338] logged in with entity id 336754 at ([world] -2554.5, 248.875, -4005.5)
[07:25:23] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mLordFaren[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:25:26] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[07:25:31] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:25:33] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[07:25:33] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[07:25:34] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[07:25:38] [Server thread/INFO]: IGflas issued server command: /f map
[07:25:41] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[07:25:48] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[07:25:48] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[07:25:49] [Server thread/INFO]: LordFaren lost connection: Disconnected
[07:25:49] [Server thread/INFO]: [Ultimate]LordFaren [?]
[07:25:49] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[07:25:50] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[07:25:54] [Server thread/INFO]: IGflas issued server command: /f map
[07:25:54] [Server thread/INFO]: ROUSSELET was burnt to a crisp whilst fighting loulouguitare13
[07:25:56] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[07:25:57] [Server thread/INFO]: adrien49 issued server command: /musique
[07:25:57] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /musique
[07:25:59] [Server thread/INFO]: CONSOLE issued server command: /sudo adrien49 musiqueok
[07:25:59] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1madrien49[m [0;33;22mto run:[m /musiqueok[m
[07:26:01] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:26:02] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[07:26:02] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[07:26:03] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[07:26:04] [Server thread/INFO]: TheBombshock issued server command: /home
[07:26:04] [User Authenticator #198/INFO]: UUID of player KoLioZz is 011753ea-2a63-3a45-ba50-bfdaa55fd725
[07:26:04] [Server thread/INFO]: KoLioZz[/2.14.188.224:50452] logged in with entity id 336915 at ([world] 11.595756985040797, 57.0, 19.67314924647968)
[07:26:04] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mKoLioZz[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:26:07] [Server thread/INFO]: IGflas issued server command: /f map
[07:26:10] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[07:26:10] [Server thread/INFO]: KoLioZz issued server command: /f f
[07:26:12] [Server thread/INFO]: CONSOLE issued server command: /sudo adrien49 zikee DarlingDarling
[07:26:12] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1madrien49[m [0;33;22mto run:[m /zikee DarlingDarling[m
[07:26:14] [Server thread/INFO]: Played 'DarlingDarling' to adrien49[m
[07:26:15] [Server thread/INFO]: IGflas issued server command: /f map
[07:26:19] [Server thread/INFO]: ROUSSELET issued server command: /1vs1 loulouguitare13
[07:26:19] [Server thread/INFO]: ROUSSELET [01b2c91e-c6c6-3905-a91d-9757774e04f8]: /1vs1 loulouguitare13
[07:26:20] [Server thread/INFO]: cyberdu59 issued server command: /f invite TheBombshock
[07:26:21] [Server thread/INFO]: TheBombshock issued server command: /f join cyberdu59
[07:26:21] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1m634644ab-792b-390c-8cc7-302bbd9153ca [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1mTheBombshock[m [0;33;1mfrom [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness [0;33;1mto [0;35;1m60407258-9084-446b-8083-9cece2bb703b [0;33;1maka [0;35;1mILoveYouEvent[0;33;1m.[m
[07:26:21] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mTheBombshock joined the faction ILoveYouEvent.[m
[07:26:22] [Server thread/INFO]: loulouguitare13 issued server command: /accept ROUSSELET
[07:26:22] [Server thread/INFO]: loulouguitare13 [8059d8b1-9987-3fe4-8e47-a119f2d6f72f]: /accept ROUSSELET
[07:26:22] [Server thread/INFO]: CONSOLE issued server command: /heal loulouguitare13
[07:26:22] [Server thread/INFO]: [0;37;22m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m a ?t? soign?.[m
[07:26:22] [Server thread/INFO]: CONSOLE issued server command: /heal ROUSSELET
[07:26:22] [Server thread/INFO]: [0;37;22m[0;36;1m[Azkenien][0;36;1mROUSSELET[m a ?t? soign?.[m
[07:26:22] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 ROUSSELET
[07:26:22] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;36;1m[Azkenien][0;36;1mROUSSELET[m[0;33;22m.[m
[07:26:22] [Server thread/INFO]: CONSOLE issued server command: /kit 1vs1 loulouguitare13
[07:26:22] [Server thread/INFO]: [0;33;22mDon du kit[0;31;1m 1vs1[0;33;22m ? [0;31;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mloulouguitare13[m[0;33;22m.[m
[07:26:22] [Server thread/INFO]: TheBombshock issued server command: /f f
[07:26:24] [Server thread/INFO]: vzHastonn_ issued server command: /coins vzHastonn_
[07:26:24] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins vzHastonn_
[07:26:31] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[07:26:31] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[07:26:32] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[07:26:35] [Server thread/INFO]: TheBombshock issued server command: /f f
[07:26:35] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[07:26:36] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:26:37] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:26:38] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:26:39] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[07:26:50] [Thread-184/INFO]: [JSONAPI] [API Call] 91.238.72.80: method=getPlayerCount?args=[]
[07:26:52] [Server thread/INFO]: KoLioZz lost connection: Disconnected
[07:26:52] [Server thread/INFO]: [Ultimate]KoLioZz [?]
[07:26:54] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:26:54] [Server thread/INFO]: vzHastonn_ issued server command: /coins iSpykoz_ 10
[07:26:54] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins iSpykoz_ 10
[07:26:59] [Server thread/INFO]: vzHastonn_ issued server command: /coins adrien49 10
[07:26:59] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /coins adrien49 10
[07:27:00] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /verifbox
[07:27:00] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'iSpykoz_' permissions.[m
[07:27:01] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /box
[07:27:05] [Server thread/INFO]: adrien49 issued server command: /coins adrien49
[07:27:05] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /coins adrien49
[07:27:08] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'iSpykoz_' permissions.[m
[07:27:09] [User Authenticator #199/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[07:27:09] [Server thread/INFO]: Kroxio[/88.173.140.150:51372] logged in with entity id 337593 at ([world] -10.800924601984049, 52.0, 45.23198709321056)
[07:27:09] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mKroxio[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:27:14] [User Authenticator #200/INFO]: UUID of player Anslou5 is d621130d-db0e-33ef-b083-8e30aeba1571
[07:27:14] [Server thread/INFO]: Anslou5[/109.31.10.217:50141] logged in with entity id 337662 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:27:14] [Server thread/INFO]: [0;36;1m[0;37;1m[21m[[0;32;22m[21mMagistrat[0;37;1m[21m][0;37;1m[21mAnslou5[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:27:17] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:27:20] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[07:27:20] [Server thread/INFO]: IGflas issued server command: /f map
[07:27:22] [Async Chat Thread - #106/INFO]: [0;37;1m[21m**[m[0;37;1mTroll [0;37;1m[0;36;1m[Azkenien][0;36;1mKroxio[m[0;37;1m:[m aa[m
[07:27:22] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /verifbox
[07:27:22] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'iSpykoz_' permissions.[m
[07:27:23] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /box
[07:27:29] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:27:30] [Server thread/INFO]: Kroxio issued server command: /kit Azkenien
[07:27:30] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'iSpykoz_' permissions.[m
[07:27:31] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:27:34] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /verifbox
[07:27:34] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'iSpykoz_' permissions.[m
[07:27:35] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /box
[07:27:35] [Server thread/INFO]: [AuthMe] Anslou5 logged in!
[07:27:35] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:27:41] [Server thread/INFO]: IGflas lost connection: Disconnected
[07:27:41] [Server thread/INFO]: [Ultimate]IGflas [?]
[07:27:42] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'iSpykoz_' permissions.[m
[07:27:44] [Server thread/INFO]: Matheolee lost connection: Disconnected
[07:27:44] [Server thread/INFO]: [Azkenien]Matheolee [?]
[07:27:45] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /verifbox
[07:27:45] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'iSpykoz_' permissions.[m
[07:27:46] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /box
[07:27:48] [User Authenticator #201/INFO]: UUID of player Matheolee is 386be6d7-dace-324d-8d5c-62d3422cce01
[07:27:48] [Server thread/INFO]: Matheolee[/90.1.132.215:56124] logged in with entity id 338091 at ([world] 4309.934060140456, 6.001335979112147, -3142.546255991396)
[07:27:48] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mMatheolee[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:27:50] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:27:52] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:27:53] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'iSpykoz_' permissions.[m
[07:27:54] [Server thread/INFO]: Anslou5 issued server command: /f f
[07:28:00] [Server thread/INFO]: Matheolee lost connection: Disconnected
[07:28:00] [Server thread/INFO]: [Azkenien]Matheolee [?]
[07:28:00] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /verifbox
[07:28:00] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'adrien49' permissions.[m
[07:28:01] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /box
[07:28:04] [User Authenticator #202/INFO]: UUID of player Matheolee is 386be6d7-dace-324d-8d5c-62d3422cce01
[07:28:04] [Server thread/INFO]: Matheolee[/90.1.132.215:56142] logged in with entity id 338294 at ([world] 4309.934060140456, 5.7531999805212015, -3142.546255991396)
[07:28:04] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mMatheolee[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:28:05] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[07:28:08] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'adrien49' permissions.[m
[07:28:15] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /verifbox
[07:28:15] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'adrien49' permissions.[m
[07:28:16] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /box
[07:28:23] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'adrien49' permissions.[m
[07:28:26] [User Authenticator #203/INFO]: UUID of player TheDonuts61 is 92b6b548-fce2-39d3-bba1-307e0d2f0df6
[07:28:26] [Server thread/INFO]: TheDonuts61[/82.237.193.55:59514] logged in with entity id 338528 at ([world] -23.460498268774245, 52.0, 31.668844593400706)
[07:28:26] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:28:31] [Server thread/INFO]: [0;37;1m[21m[[0;33;1m[21mAzken1vs1[0;37;1m[21m] [0;32;1mloulouguitare13[0;36;1m a tu? [0;31;22mROUSSELET[0;36;1m dans un 1vs1.[m
[07:28:31] [Server thread/INFO]: CONSOLE issued server command: /spawn loulouguitare13
[07:28:31] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[07:28:31] [Server thread/INFO]: CONSOLE issued server command: /spawn loulouguitare13
[07:28:31] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[07:28:31] [Server thread/INFO]: [0;31;22mROUSSELET [0;37;1m vient de se faire tuer par [0;32;1mloulouguitare13[m
[07:28:36] [Server thread/INFO]: TheBombshock issued server command: /home
[07:28:37] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /verifbox
[07:28:37] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'adrien49' permissions.[m
[07:28:38] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /box
[07:28:45] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:28:45] [Server thread/INFO]: Kroxio issued server command: /coins
[07:28:45] [Server thread/INFO]: Kroxio [331b5293-70f3-3857-8d32-83ec8dd572b2]: /coins
[07:28:45] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'adrien49' permissions.[m
[07:28:50] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[07:28:57] [Server thread/INFO]: TheDonuts61 issued server command: /money
[07:29:02] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:02] [Server thread/INFO]: adrien49 issued server command: /coins adrien49
[07:29:02] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /coins adrien49
[07:29:03] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[07:29:05] [Server thread/INFO]: Kroxio issued server command: /money
[07:29:06] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:07] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:17] [Server thread/INFO]: adrien49 issued server command: /coins iSpykoz_ 10
[07:29:17] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /coins iSpykoz_ 10
[07:29:21] [Server thread/INFO]: adrien49 issued server command: /coins vzHastonn_ 10
[07:29:21] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /coins vzHastonn_ 10
[07:29:23] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /verifbox
[07:29:23] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'iSpykoz_' permissions.[m
[07:29:23] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:29:24] [Server thread/INFO]: iSpykoz_ [f236edd1-5ea8-3397-baef-d9c75b0c53eb]: /box
[07:29:29] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:29:31] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'iSpykoz_' permissions.[m
[07:29:33] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:35] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[07:29:36] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /verifbox
[07:29:36] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'vzHastonn_' permissions.[m
[07:29:36] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:37] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:37] [Server thread/INFO]: vzHastonn_ [ac437f0a-20a2-3ac7-a758-2d03230850d1]: /box
[07:29:37] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:38] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:39] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:40] [Server thread/INFO]: cyberdu59 issued server command: /potion*
[07:29:42] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:44] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:29:44] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'vzHastonn_' permissions.[m
[07:29:49] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:53] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:53] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:29:55] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:29:59] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:30:00] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:30:00] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:30:01] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:30:03] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:30:07] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:30:15] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:30:20] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mNotre serveur teamspeak: [0;35;1m[21mts.azkenpvp.net [m
[07:30:21] [User Authenticator #204/INFO]: UUID of player KoLioZz is 011753ea-2a63-3a45-ba50-bfdaa55fd725
[07:30:21] [Server thread/INFO]: KoLioZz[/2.14.188.224:50671] logged in with entity id 339045 at ([world] -11.287405483993718, 58.0, 57.47169404685751)
[07:30:21] [Server thread/INFO]: [0;36;1m[0;31;22m[21m[[0;34;22m[21mUltimate[0;31;22m[21m][m[21mKoLioZz[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:30:25] [Server thread/INFO]: KoLioZz lost connection: Disconnected
[07:30:25] [Server thread/INFO]: [Ultimate]KoLioZz [?]
[07:30:27] [Server thread/INFO]: cyberdu59 issued server command: /tpyes
[07:30:29] [Async Chat Thread - #107/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m je vend un compte prenuim vs 100mille de money go me mp[m
[07:30:32] [Server thread/INFO]: adrien49 issued server command: /coins adrien49
[07:30:32] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /coins adrien49
[07:30:34] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /verifbox
[07:30:34] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'adrien49' permissions.[m
[07:30:35] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /box
[07:30:42] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'adrien49' permissions.[m
[07:30:44] [Async Chat Thread - #107/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m je vend un compte prenuim vs 100mille de money go me mp[m
[07:30:49] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /verifbox
[07:30:49] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'adrien49' permissions.[m
[07:30:50] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /box
[07:30:57] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'adrien49' permissions.[m
[07:30:57] [Server thread/INFO]: TheBombshock issued server command: /home
[07:30:59] [Server thread/INFO]: TheBombshock issued server command: /feed
[07:30:59] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour TheBombshock.
[07:31:00] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /verifbox
[07:31:00] [Server thread/INFO]: [0;33;1mYou added 'box.coins' to player 'adrien49' permissions.[m
[07:31:01] [Server thread/INFO]: adrien49 [343ce400-2243-3430-80ce-4f8d14e2d5c3]: /box
[07:31:05] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mFaites [0;35;1m[21m/menu [0;32;1m pour plus d'informations. [m
[07:31:05] [Server thread/INFO]: TheBombshock issued server command: /kit bouffe
[07:31:07] [Server thread/INFO]: vzHastonn_ issued server command: /f home
[07:31:08] [Server thread/INFO]: [0;33;1mYou removed 'box.coins' from player 'adrien49' permissions.[m
[07:31:10] [Server thread/WARN]: TheBombshock moved too quickly! 7.757744532421839,-1.999999990463257,-8.800000011920929 (7.757744532421839, 1.999999990463257, 8.800000011920929)
[07:31:15] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:31:22] [Server thread/INFO]: ROUSSELET lost connection: Disconnected
[07:31:22] [Server thread/INFO]: [Azkenien]ROUSSELET [?]
[07:31:34] [Server thread/INFO]: TheDonuts61 issued server command: /tpa
[07:31:37] [Server thread/INFO]: TheDonuts61 issued server command: /tpa
[07:31:37] [Server thread/INFO]: adrien49 issued server command: /back
[07:31:39] [Server thread/INFO]: TheDonuts61 issued server command: /tpa
[07:31:44] [Async Chat Thread - #107/INFO]: [0;37;1m[21m**[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1miSpykoz_[m[0;37;1m:[m Go pvp nord[m
[07:31:50] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mBaladez-vous dans le spawn, ?a repondra peut ?tre, ? vos questions[m
[07:31:52] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:31:57] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:32:01] [Server thread/INFO]: Kroxio issued server command: /home
[07:32:04] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:32:04] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:32:08] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:32:14] [Server thread/INFO]: iSpykoz_ lost connection: Disconnected
[07:32:14] [Server thread/INFO]: [Azkenien]iSpykoz_ [?]
[07:32:15] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:32:18] [Server thread/INFO]: cyberdu59 issued server command: /tpyes
[07:32:19] [Server thread/INFO]: Kroxio issued server command: /f home
[07:32:21] [Async Chat Thread - #107/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m je vend 4 pomme chea[m
[07:32:22] [Async Chat Thread - #107/INFO]: [0;37;1m[21m**[m[0;37;1mluluool [0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m je vend 4 pomme cheat[m
[07:32:26] [Server thread/INFO]: TheDonuts61 issued server command: /f leave
[07:32:26] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/d0ce22eb-c4f9-3d4a-b31e-af771b48fa7f.yml
[07:32:26] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mTheDonuts61 left the faction: luluool[m
[07:32:26] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1m[0;33;1msetFactionId moved [0;35;1m92b6b548-fce2-39d3-bba1-307e0d2f0df6 [0;33;1maka [0;35;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;1mfrom [0;35;1m5f46370e-c6aa-45ef-b15c-1129f4bf8dcd [0;33;1maka [0;35;1mluluool [0;33;1mto [0;35;1mnone [0;33;1maka [0;35;1m[0;32;22mWilderness[0;33;1m.[m
[07:32:26] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mTheDonuts61 has been given bank holdings of $0 from disbanding luluool.[m
[07:32:26] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mThe faction luluool (5f46370e-c6aa-45ef-b15c-1129f4bf8dcd) was disbanded due to the last player (TheDonuts61) leaving.[m
[07:32:35] [Async Chat Thread - #107/INFO]: [0;37;1m[21m*[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m ez les pc , tu farm kit azkenien[m
[07:32:35] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUn probl?me? Envie de mod?rer? Simplement envie de bavarder ? une seule adresse: [0;36;1m[21mhttp://forum-azkenpvp.net[m
[07:32:41] [Server thread/INFO]: cyberdu59 issued server command: /home
[07:32:45] [Server thread/INFO]: TheBombshock issued server command: /home
[07:32:46] [Server thread/INFO]: vzHastonn_ issued server command: /kit azkenien
[07:32:53] [Server thread/INFO]: Anslou5 lost connection: Disconnected
[07:32:53] [Server thread/INFO]: [Magistrat]Anslou5 [?]
[07:32:59] [Server thread/INFO]: TheDonuts61 issued server command: /kit azkenien
[07:33:02] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:33:04] [Server thread/INFO]: TheDonuts61 issued server command: /home
[07:33:08] [Server thread/INFO]: vzHastonn_ issued server command: /spawn
[07:33:14] [Server thread/INFO]: cyberdu59 issued server command: /potion
[07:33:16] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:33:20] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mDynmap en ligne ! [0;31;1m[21mhttp://azkenpvp.net/dynmap[m
[07:33:22] [Server thread/INFO]: Kroxio issued server command: /msg TheDonuts61 1pomme cheat alors ?
[07:33:24] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:33:27] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:33:29] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:33:32] [Server thread/INFO]: cyberdu59 issued server command: /tpa Matheolee
[07:33:36] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:33:41] [Server thread/INFO]: Kroxio issued server command: /msg TheDonuts61 1pomme cheat alors ?
[07:33:43] [Server thread/INFO]: loulouguitare13 lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[07:33:43] [Server thread/INFO]: [Ultimate]loulouguitare13 [?]
[07:33:47] [Server thread/INFO]: TheBombshock issued server command: /home
[07:33:52] [Async Chat Thread - #108/INFO]: [0;37;1m[21m*[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m Qui pvp ? je rend[m
[07:34:00] [Server thread/INFO]: cyberdu59 issued server command: /f f
[07:34:05] [Server thread/INFO]: [0;36;1m[21m>> [0;33;22mContactez le staff si un probl?me persiste![m
[07:34:08] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[07:34:08] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[07:34:09] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:34:10] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 warp tp
[07:34:10] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /warp tp[m
[07:34:12] [Server thread/INFO]: adrien49 issued server command: /kit
[07:34:12] [Server thread/INFO]: cyberdu59 issued server command: /f promote TheBombshock
[07:34:13] [Server thread/INFO]: cyberdu59 issued server command: /f promote TheBombshock
[07:34:13] [Server thread/INFO]: TheDonuts61 issued server command: /
[07:34:14] [Server thread/INFO]: adrien49 issued server command: /kit akazien
[07:34:16] [Server thread/INFO]: cyberdu59 issued server command: /tpyes
[07:34:17] [Server thread/INFO]: TheBombshock issued server command: /f home
[07:34:23] [Server thread/INFO]: adrien49 issued server command: /kit azkezien
[07:34:27] [Server thread/INFO]: adrien49 issued server command: /kit
[07:34:29] [Server thread/INFO]: TheDonuts61 issued server command: /menu
[07:34:29] [Server thread/INFO]: TheDonuts61 [92b6b548-fce2-39d3-bba1-307e0d2f0df6]: /menu
[07:34:32] [Server thread/INFO]: CONSOLE issued server command: /sudo TheDonuts61 warp tp
[07:34:32] [Server thread/INFO]: [0;33;22mForcing[0;31;1m [0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;33;22mto run:[m /warp tp[m
[07:34:33] [Server thread/INFO]: adrien49 issued server command: /kit azkenien
[07:34:35] [Server thread/INFO]: TheDonuts61 issued server command: /msg kr ok
[07:34:38] [Server thread/INFO]: CONSOLE issued server command: /tp TheDonuts61 4057 76 -4565
[07:34:38] [Server thread/INFO]: [0;37;22mT?l?portation en cours...[m
[07:34:42] [Server thread/INFO]: TheBombshock issued server command: /home
[07:34:42] [Server thread/INFO]: Kroxio lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[07:34:42] [Server thread/INFO]: [Azkenien]Kroxio [?]
[07:34:50] [Server thread/INFO]: [0;36;1m[21m>> [0;35;22m[21mEvent give all ce samedi ? 18heures, venez nombreux![m
[07:34:54] [Server thread/INFO]: TheDonuts61 issued server command: /msg kr ok
[07:34:58] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:34:59] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:35:00] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:35:10] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:35:20] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:35:25] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:35:27] [User Authenticator #205/INFO]: UUID of player Anslou5 is d621130d-db0e-33ef-b083-8e30aeba1571
[07:35:27] [Server thread/INFO]: Anslou5[/109.31.10.217:50562] logged in with entity id 340706 at ([world] -1182.4249934939971, 250.0, 3003.963670472928)
[07:35:27] [Server thread/INFO]: [0;36;1m[0;37;1m[21m[[0;32;22m[21mMagistrat[0;37;1m[21m][0;37;1m[21mAnslou5[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:35:28] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:35:30] [User Authenticator #206/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[07:35:30] [Server thread/INFO]: Kroxio[/88.173.140.150:51466] logged in with entity id 340807 at ([world] -229.23404834980573, 243.0, 530.2382706491143)
[07:35:30] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mKroxio[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:35:32] [Server thread/INFO]: TheBombshock issued server command: /potion
[07:35:34] [Async Chat Thread - #109/INFO]: [0;37;1m[21m*[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m Kroxio , pvp ?[m
[07:35:35] [Thread-185/INFO]: [JSONAPI] [API Call] 91.238.72.73: method=getPlayerCount?args=[]
[07:35:35] [Server thread/INFO]: [0;36;1m[21m>> [0;33;1mUtilise le [0;36;1m/1vs1 <pseudo> [0;33;1mpour d?fier les autres joueurs![m
[07:35:37] [Server thread/INFO]: TheBombshock issued server command: /tpa cyberdu59
[07:35:41] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:35:42] [Server thread/INFO]: TheBombshock issued server command: /tpa Matheolee
[07:35:44] [Server thread/INFO]: Kroxio issued server command: /spawn
[07:35:47] [Server thread/INFO]: Matheolee issued server command: /TPYES
[07:35:52] [Async Chat Thread - #109/INFO]: [0;37;1m[21m*[m[0;37;1mILoveYouEvent [0;37;1m[0;36;1m[Azkenien][0;36;1mTheBombshock[m[0;37;1m:[m :tpyes[m
[07:36:01] [User Authenticator #207/INFO]: UUID of player TheCookiePvP is cbd84473-f9d9-3184-b695-0e7074cd6659
[07:36:01] [Server thread/INFO]: TheCookiePvP[/90.49.89.105:49391] logged in with entity id 341018 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:36:02] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mTheCookiePvP[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:36:06] [Async Chat Thread - #109/INFO]: [0;37;1m[21m*[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1mvzHastonn_[m[0;37;1m:[m Qui pvp ? je rend[m
[07:36:08] [Server thread/INFO]: [AuthMe] TheCookiePvP registered 90.49.89.105
[07:36:28] [Server thread/INFO]: Anslou5 lost connection: Disconnected
[07:36:28] [Server thread/INFO]: [Magistrat]Anslou5 [?]
[07:36:35] [User Authenticator #208/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[07:36:35] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@79dd5c47[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51472): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:36:35] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@79dd5c47[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51472) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:36:35] [User Authenticator #209/INFO]: UUID of player TheBombshock is 634644ab-792b-390c-8cc7-302bbd9153ca
[07:36:36] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@55a71a67[id=634644ab-792b-390c-8cc7-302bbd9153ca,name=TheBombshock,properties={},legacy=false] (/128.78.190.151:50181): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:36:36] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@55a71a67[id=634644ab-792b-390c-8cc7-302bbd9153ca,name=TheBombshock,properties={},legacy=false] (/128.78.190.151:50181) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:36:49] [Async Chat Thread - #109/INFO]: [0;37;1m[21m**[m[0;37;1mILoveYouEvent [0;37;1m[0;36;1m[Azkenien][0;36;1mcyberdu59[m[0;37;1m:[m t[m
[07:36:49] [Server thread/INFO]: /88.173.140.150:51473 lost connection: Disconnected
[07:36:49] [Server thread/INFO]: /90.49.89.105:49403 lost connection: Disconnected
[07:36:49] [Server thread/INFO]: [0;36;1m[21m>> [0;32;1mUtilise le [0;35;22m/musique [0;32;1mpour ?couter de la musique![m
[07:37:05] [Async Chat Thread - #109/INFO]: [0;37;1m[21m*[m[0;37;1mSiax [0;37;1m[0;36;1m[Azkenien][0;36;1madrien49[m[0;37;1m:[m sa lag le serv[m
[07:37:05] [Async Chat Thread - #110/INFO]: [0;37;1m[21m**[m[0;37;1mILoveYouEvent [0;37;1m[0;36;1m[Azkenien][0;36;1mcyberdu59[m[0;37;1m:[m lag[m
[07:37:05] [User Authenticator #210/INFO]: UUID of player JeanMichG0D is 5a232fbc-20c8-3981-9c90-1e63283632e4
[07:37:05] [User Authenticator #211/INFO]: UUID of player TheBombshock is 634644ab-792b-390c-8cc7-302bbd9153ca
[07:37:05] [Server thread/INFO]: JeanMichG0D[/86.252.183.237:50812] logged in with entity id 341235 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:37:05] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@d4eefcf[id=634644ab-792b-390c-8cc7-302bbd9153ca,name=TheBombshock,properties={},legacy=false] (/128.78.190.151:50225): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:37:05] [Server thread/INFO]: [0;36;1m[0;37;1m[21m[[0;30;22m[21mYou[0;31;22m[21mTubeur[0;37;1m[21m]JeanMichG0D[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:37:05] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@d4eefcf[id=634644ab-792b-390c-8cc7-302bbd9153ca,name=TheBombshock,properties={},legacy=false] (/128.78.190.151:50225) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:37:22] [Server thread/INFO]: [AuthMe] JeanMichG0D used the wrong password
[07:37:22] [Server thread/INFO]: [AuthMe] JeanMichG0D logged in!
[07:37:27] [Async Chat Thread - #110/INFO]: [0;37;1m[21m**[m[0;37;1mOaXGam3 [0;37;1m[0;37;1m[21m[[0;30;22m[21mYou[0;31;22m[21mTubeur[0;37;1m[21m]JeanMichG0D[m[0;37;1m:[m Yop[m
[07:37:46] [User Authenticator #212/INFO]: UUID of player TheBombshock is 634644ab-792b-390c-8cc7-302bbd9153ca
[07:37:46] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@39b97bd9[id=634644ab-792b-390c-8cc7-302bbd9153ca,name=TheBombshock,properties={},legacy=false] (/128.78.190.151:50237): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:37:46] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@39b97bd9[id=634644ab-792b-390c-8cc7-302bbd9153ca,name=TheBombshock,properties={},legacy=false] (/128.78.190.151:50237) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:37:48] [User Authenticator #213/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[07:37:48] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@15513c66[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51539): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:37:48] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@15513c66[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51539) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: adrien49 lost connection: Disconnected
[07:38:06] [Server thread/INFO]: [Azkenien]adrien49 [?]
[07:38:06] [Server thread/INFO]: /86.203.240.127:54392 lost connection: Disconnected
[07:38:06] [User Authenticator #214/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[07:38:06] [User Authenticator #215/INFO]: UUID of player TheBombshock is 634644ab-792b-390c-8cc7-302bbd9153ca
[07:38:06] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2aba5ee[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51540): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@ac19e8c[id=634644ab-792b-390c-8cc7-302bbd9153ca,name=TheBombshock,properties={},legacy=false] (/128.78.190.151:50238): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2aba5ee[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51540): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@ac19e8c[id=634644ab-792b-390c-8cc7-302bbd9153ca,name=TheBombshock,properties={},legacy=false] (/128.78.190.151:50238) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2aba5ee[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51540): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2aba5ee[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51540): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2aba5ee[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51540): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2aba5ee[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51540): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2aba5ee[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51540): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@2aba5ee[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51540) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:06] [Server thread/WARN]: TheDonuts61 moved too quickly! -27.843335012734315,4.0,1.423575665890894 (27.843335012734315, 4.0, 1.423575665890894)
[07:38:08] [Async Chat Thread - #110/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m Kroxio[m
[07:38:29] [Server thread/INFO]: JeanMichG0D lost connection: Disconnected
[07:38:29] [Server thread/INFO]: [YouTubeur]JeanMichG0D [?]
[07:38:29] [Server thread/INFO]: /128.78.190.151:50239 lost connection: Disconnected
[07:38:29] [Server thread/INFO]: /88.173.140.150:51541 lost connection: Disconnected
[07:38:29] [Async Chat Thread - #110/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m modo ki[m
[07:38:34] [User Authenticator #216/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[07:38:34] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@15b0a2f2[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51543): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:38:34] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@15b0a2f2[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51543) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:07] [Server thread/INFO]: TheDonuts61 lost connection: Disconnected
[07:39:07] [pool-7-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
[07:39:07] [Server thread/INFO]: [Azkenien]TheDonuts61 [?]
[07:39:08] [User Authenticator #217/INFO]: UUID of player TheDonuts61 is 92b6b548-fce2-39d3-bba1-307e0d2f0df6
[07:39:08] [Server thread/INFO]: TheDonuts61[/82.237.193.55:59563] logged in with entity id 341315 at ([world] 4149.300000011921, 67.0, -4547.874714890914)
[07:39:24] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:39:24] [User Authenticator #218/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[07:39:24] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@55904790[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51544): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:24] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@55904790[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51544): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:24] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@55904790[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51544): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:24] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@55904790[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51544): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:24] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@55904790[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51544): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:24] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@55904790[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51544): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:24] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@55904790[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51544): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:24] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@55904790[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51544) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:39:28] [User Authenticator #219/INFO]: UUID of player MLP_ElkWell is 73a61a47-5b41-30a0-9655-5834d8881e0a
[07:39:28] [Server thread/INFO]: MLP_ElkWell[/128.78.190.151:50280] logged in with entity id 341349 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:39:28] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mMLP_ElkWell[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:39:28] [pool-21-thread-1/INFO]: Cr?ation d'une configuration vierge : /home/serv/plugins/Essentials/userdata/73a61a47-5b41-30a0-9655-5834d8881e0a.yml
[07:39:58] [Server thread/INFO]: cyberdu59 lost connection: Disconnected
[07:39:59] [Thread-186/INFO]: [JSONAPI] [API Call] 91.238.72.81: method=getPlayerCount?args=[]
[07:39:59] [Server thread/INFO]: [Azkenien]cyberdu59 [?]
[07:39:59] [Server thread/INFO]: TheDonuts61 lost connection: Disconnected
[07:39:59] [Server thread/INFO]: [Azkenien]TheDonuts61 [?]
[07:39:59] [Server thread/INFO]: MLP_ElkWell lost connection: Timed out
[07:39:59] [Server thread/INFO]: [Azkenien]MLP_ElkWell [?]
[07:39:59] [Server thread/INFO]: /82.237.193.55:59565 lost connection: Disconnected
[07:39:59] [User Authenticator #220/INFO]: UUID of player MLP_ElkWell is 73a61a47-5b41-30a0-9655-5834d8881e0a
[07:39:59] [Server thread/INFO]: MLP_ElkWell[/128.78.190.151:50281] logged in with entity id 341350 at ([world] -23.46691178789341, 52.0, 34.36089365613843)
[07:39:59] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mMLP_ElkWell[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:40:08] [User Authenticator #221/INFO]: UUID of player TheDonuts61 is 92b6b548-fce2-39d3-bba1-307e0d2f0df6
[07:40:08] [Server thread/INFO]: TheDonuts61[/82.237.193.55:59566] logged in with entity id 341351 at ([world] 4149.300000011921, 67.0, -4547.874714890914)
[07:40:08] [Server thread/INFO]: [0;36;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m [0;30;1m[21m[[0;32;1m[21m?[0;30;1m[21m][m
[07:40:15] [Server thread/INFO]: [AuthMe] MLP_ElkWell registered 128.78.190.151
[07:40:19] [User Authenticator #222/INFO]: UUID of player Kroxio is 331b5293-70f3-3857-8d32-83ec8dd572b2
[07:40:27] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@282c70e0[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51582): ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:40:27] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@282c70e0[id=331b5293-70f3-3857-8d32-83ec8dd572b2,name=Kroxio,properties={},legacy=false] (/88.173.140.150:51582) lost connection: ?fUne personne ayant ce m?me pseudo joue d?j?..
[07:43:12] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[07:43:12] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[07:43:12] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[07:43:12] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-1649 (MC: 1.7.10)
[07:43:12] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:12] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[07:43:12] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:12] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[07:43:12] [Spigot Watchdog Thread/ERROR]:     PID: 14 | Suspended: false | Native: false | State: RUNNABLE
[07:43:12] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:12] [Spigot Watchdog Thread/ERROR]:         sun.reflect.GeneratedMethodAccessor102.invoke(Unknown Source)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         java.lang.reflect.Method.invoke(Method.java:606)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         com.sk89q.worldguard.bukkit.util.Events.fireAndTestCancel(Events.java:60)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onPlayerInteract(EventAbstractionListener.java:341)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         java.lang.reflect.Method.invoke(Method.java:606)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:242)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PlayerInteractManager.dig(PlayerInteractManager.java:103)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:552)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketPlayInBlockDig.a(PacketPlayInBlockDig.java:41)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketPlayInBlockDig.handle(PacketPlayInBlockDig.java:65)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[07:43:12] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[07:43:12] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:12] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[07:43:26] [Async Chat Thread - #111/INFO]: [0;32;1m[21m[m[0;32;1m[0;37;1m[0;36;1m[Azkenien][0;36;1mTheDonuts61[m[0;37;1m:[m a[m
[07:43:26] [Server thread/INFO]: MLP_ElkWell lost connection: Disconnected
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #111
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 2720 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftFuture.get(CraftFuture.java:54)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftFuture.get(CraftFuture.java:42)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.util.Task.callSync(Task.java:157)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.util.Task.callSync(Task.java:132)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.events.EvtChat$1.execute(EvtChat.java:83)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:496)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PlayerConnection.chat(PlayerConnection.java:965)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:905)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketPlayInChat$1.run(PacketPlayInChat.java:59)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(FutureTask.java:262)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 2719 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-22-thread-1
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 193 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 102 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.FileIOThread.b(SourceFile:44)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.FileIOThread.run(SourceFile:23)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 98 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-1
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 97 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 36 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.Variables$2.run(Variables.java:454)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread for database 'default'
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 76 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:78)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: WebsocketSelector63
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 63 | Suspended: false | Native: true | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.java_websocket.server.WebSocketServer.run(WebSocketServer.java:298)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: WebSocketWorker-62
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 62 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:705)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: WebSocketWorker-61
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 61 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:705)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: WebSocketWorker-60
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 60 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:705)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-25
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 59 | Suspended: false | Native: true | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.net.PlainSocketImpl.socketAccept(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.net.ServerSocket.implAccept(ServerSocket.java:530)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.net.ServerSocket.accept(ServerSocket.java:498)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.alecgorge.minecraft.jsonapi.JSONSocketServer.run(JSONSocketServer.java:48)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-23
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 57 | Suspended: false | Native: true | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.net.PlainSocketImpl.socketAccept(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.net.ServerSocket.implAccept(ServerSocket.java:530)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.net.ServerSocket.accept(ServerSocket.java:498)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.alecgorge.minecraft.jsonapi.NanoHTTPD$1.run(NanoHTTPD.java:284)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-20-thread-2 Acceptor0 [email protected]:8123
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 53 | Suspended: false | Native: true | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-20-thread-1 Selector0
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 52 | Suspended: false | Native: false | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: HashSessionScavenger-0
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 51 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 48 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 47 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftFuture.get(CraftFuture.java:54)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftFuture.get(CraftFuture.java:42)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.MapManager$CheckWorldTimes.run(MapManager.java:804)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:206)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(FutureTask.java:262)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 46 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-14
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.AsynchronousQueue.running(AsynchronousQueue.java:120)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.AsynchronousQueue.access$000(AsynchronousQueue.java:9)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.dynmap.AsynchronousQueue$1.run(AsynchronousQueue.java:83)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-7-thread-1
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: MStore ExamineThread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 34 | Suspended: false | Native: false | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.LinkedTreeMap.rebalance(LinkedTreeMap.java:311)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.LinkedTreeMap.find(LinkedTreeMap.java:175)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.LinkedTreeMap.put(LinkedTreeMap.java:94)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.JsonObject.add(JsonObject.java:57)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.bind.JsonTreeWriter.put(JsonTreeWriter.java:80)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.bind.JsonTreeWriter.value(JsonTreeWriter.java:149)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.bind.TypeAdapters$25.write(TypeAdapters.java:690)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.bind.TypeAdapters$25.write(TypeAdapters.java:704)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.bind.TypeAdapters$25.write(TypeAdapters.java:642)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.internal.Streams.write(Streams.java:69)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.TreeTypeAdapter.write(TreeTypeAdapter.java:72)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.Gson.toJson(Gson.java:596)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.Gson.toJsonTree(Gson.java:489)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.Gson$2.serialize(Gson.java:137)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.factions.adapter.BoardAdapter.serialize(BoardAdapter.java:39)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.factions.adapter.BoardAdapter.serialize(BoardAdapter.java:1)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.TreeTypeAdapter.write(TreeTypeAdapter.java:71)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.Gson.toJson(Gson.java:596)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.xlib.gson.Gson.toJsonTree(Gson.java:489)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.Coll.examineHasLocalAlter(Coll.java:728)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.Coll.examineId(Coll.java:700)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.Coll.examineId(Coll.java:674)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.Coll.findSuspects(Coll.java:839)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.massivecraft.massivecore.store.ExamineThread.run(ExamineThread.java:46)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #3
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 27 | Suspended: false | Native: false | State: BLOCKED
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.Collections$SynchronizedCollection.add(Collections.java:1636)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ServerConnectionChannel.initChannel(ServerConnectionChannel.java:33)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:70)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:73)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:73)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:730)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:441)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:373)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:417)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #2
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 26 | Suspended: false | Native: false | State: BLOCKED
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.Collections$SynchronizedCollection.add(Collections.java:1636)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ServerConnectionChannel.initChannel(ServerConnectionChannel.java:33)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:70)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:73)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:73)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:730)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:441)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:373)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:417)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #1
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 25 | Suspended: false | Native: false | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.load(SourceFile:36)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.a(SourceFile:329)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.load(SourceFile:41)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.load(SourceFile:37)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.load(SourceFile:37)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagList.load(SourceFile:37)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.a(SourceFile:329)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTTagCompound.load(SourceFile:41)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:119)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:54)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketDataSerializer.b(PacketDataSerializer.java:145)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketDataSerializer.c(PacketDataSerializer.java:221)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:32)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketDecoder.decode(PacketDecoder.java:36)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.reflect.Method.invoke(Method.java:606)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.reflect.accessors.DefaultMethodAccessor.invoke(DefaultMethodAccessor.java:16)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:440)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:227)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #0
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 24 | Suspended: false | Native: false | State: BLOCKED
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.Collections$SynchronizedCollection.add(Collections.java:1636)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ServerConnectionChannel.initChannel(ServerConnectionChannel.java:33)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:70)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:73)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:73)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:730)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:441)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:411)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:60)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:48)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:64)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:249)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.NettyProtocolInjector$3.channelRead(NettyProtocolInjector.java:152)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.alecgorge.minecraft.jsonapi.packets.netty.NettyInjector$3.channelRead(NettyInjector.java:76)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:90)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 22 | Suspended: false | Native: false | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpThreads0(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 20 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.java2d.Disposer.run(Disposer.java:145)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-5
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 18 | Suspended: false | Native: false | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.regex.Pattern.atom(Pattern.java:2192)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.regex.Pattern.sequence(Pattern.java:2097)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.regex.Pattern.expr(Pattern.java:1964)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.regex.Pattern.compile(Pattern.java:1665)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.regex.Pattern.<init>(Pattern.java:1337)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.regex.Pattern.compile(Pattern.java:1022)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:118)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:103)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:75)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:610)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:629)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawLine(ConsoleReader.java:357)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:38)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 17 | Suspended: false | Native: true | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:254)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.readBytes(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.read(FileInputStream.java:272)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read(BufferedInputStream.java:254)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.io.FilterInputStream.read(FilterInputStream.java:83)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ThreadCommandReader.run(ThreadCommandReader.java:32)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 16 | Suspended: false | Native: false | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 14 | Suspended: false | Native: false | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         Locked on:net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.reflect.Method.invoke(Method.java:606)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.wrappers.nbt.NbtFactory.createTagSetName(NbtFactory.java:530)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.wrappers.nbt.NbtFactory.ofWrapper(NbtFactory.java:493)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.wrappers.nbt.WrappedCompound.fromName(WrappedCompound.java:48)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.wrappers.nbt.NbtFactory.ofCompound(NbtFactory.java:438)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.wrappers.nbt.NbtFactory.fromItemTag(NbtFactory.java:164)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         me.dasfaust.gm.trade.WrappedStack.<init>(WrappedStack.java:34)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         me.dasfaust.gm.MenuHandler.onInventoryClose(MenuHandler.java:307)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.reflect.Method.invoke(Method.java:606)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_7_R4.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:848)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:1255)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketPlayInCloseWindow.a(PacketPlayInCloseWindow.java:15)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.PacketPlayInCloseWindow.handle(PacketPlayInCloseWindow.java:27)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 15 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_7_R4.ThreadSleepForever.run(SourceFile:63)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 10 | Suspended: false | Native: false | State: TIMED_WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 3 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[07:43:26] [Spigot Watchdog Thread/ERROR]:     PID: 2 | Suspended: false | Native: false | State: WAITING
[07:43:26] [Spigot Watchdog Thread/ERROR]:     Stack:
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:503)
[07:43:26] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
[07:43:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
[07:43:26] [Spigot Watchdog Thread/INFO]: Attempting to restart with ./start.sh
[07:43:27] [Server thread/INFO]: [Azkenien]MLP_ElkWell [?]
[07:43:27] [Server thread/INFO]: TheDonuts61 lost connection: Disconnected
[07:43:27] [Spigot Watchdog Thread/INFO]: vzHastonn_ lost connection: Server is restarting
[07:43:28] [Server thread/INFO]: [Azkenien]TheDonuts61 [?]
[07:43:28] [User Authenticator #223/INFO]: UUID of player TheCookiePvP is cbd84473-f9d9-3184-b695-0e7074cd6659
[07:43:28] [Spigot Watchdog Thread/INFO]: [Azkenien]vzHastonn_ [?]
[07:43:29] [Server thread/INFO]: TheBombshock lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[07:43:29] [Spigot Watchdog Thread/INFO]: Matheolee lost connection: Server is restarting
[07:43:29] [Server thread/INFO]: [Azkenien]TheBombshock [?]
[07:43:29] [Spigot Watchdog Thread/INFO]: [Azkenien]Matheolee [?]
[07:43:32] [Spigot Watchdog Thread/INFO]: Kroxio lost connection: Server is restarting
[07:43:32] [Server thread/INFO]: TheCookiePvP lost connection: Vous avez ?t? expuls? pour inactivit? sup?rieure ? 5 minutes.
[07:43:32] [Spigot Watchdog Thread/INFO]: [Azkenien]Kroxio [?]
[07:43:32] [Server thread/INFO]: [Azkenien]TheCookiePvP [?]
[07:43:32] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@5c4c71ff[id=cbd84473-f9d9-3184-b695-0e7074cd6659,name=TheCookiePvP,properties={},legacy=false] (/90.49.89.105:49446) lost connection: Disconnected
[07:43:32] [Server thread/INFO]: /88.173.140.150:51583 lost connection: Disconnected
[07:43:32] [Server thread/INFO]: /90.1.132.215:56561 lost connection: Disconnected
[07:43:32] [Server thread/INFO]: /128.78.190.151:50302 lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[07:43:32] [Server thread/INFO]: /82.237.193.55:59624 lost connection: Disconnected
[07:43:32] [Server thread/INFO]: /78.244.203.71:64577 lost connection: Disconnected
[07:43:34] [Spigot Watchdog Thread/INFO]: Stopping server
[07:43:34] [Spigot Watchdog Thread/INFO]: [FactionChat] Disabling FactionChat v1.9.8
[07:43:34] [Spigot Watchdog Thread/INFO]: FactionChat: disabled
[07:43:34] [Spigot Watchdog Thread/INFO]: [CombatLog] Disabling CombatLog v1.8.11-hack
[07:43:34] [Spigot Watchdog Thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Disabled.
[07:43:34] [Spigot Watchdog Thread/INFO]: [SkRambled] Disabling SkRambled v2.1
[07:43:34] [Spigot Watchdog Thread/INFO]: [SkRambled] [SKRambled] Well, it seems like I was disabled..
[07:43:34] [Spigot Watchdog Thread/INFO]: [Factions] Disabling Factions v2.7.5
[07:43:34] [Spigot Watchdog Thread/INFO]: [0;36;22m[[0;36;1mFactions 2.7.5[0;36;22m] [0;33;1mDisabled[m
[07:43:34] [Spigot Watchdog Thread/INFO]: [EssentialsChat] Disabling EssentialsChat vPre2.14.1.3
[07:43:34] [Spigot Watchdog Thread/INFO]: [AuthMe] Disabling AuthMe v3.4
[07:43:34] [Spigot Watchdog Thread/INFO]: [skRayFall] Disabling skRayFall v1.7.4
[07:43:34] [Spigot Watchdog Thread/INFO]: [skRayFall] Bacon has been eaten. Make some more soon!
[07:43:35] [Spigot Watchdog Thread/ERROR]: Error occurred while disabling skRayFall v1.7.4 (Is it up to date?)
java.lang.NullPointerException
    at net.rayfall.eyesniper2.skRayFall.skRayFall.onDisable(skRayFall.java:617) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:318) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:356) [spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:436) [spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:429) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.disablePlugins(CraftServer.java:412) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.stop(MinecraftServer.java:393) [spigot.jar:git-Spigot-1649]
    at org.spigotmc.RestartCommand.restart(RestartCommand.java:81) [spigot.jar:git-Spigot-1649]
    at org.spigotmc.RestartCommand.restart(RestartCommand.java:40) [spigot.jar:git-Spigot-1649]
    at org.spigotmc.WatchdogThread.run(WatchdogThread.java:85) [spigot.jar:git-Spigot-1649]
[07:43:35] [Spigot Watchdog Thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild vPre2.14.1.3
[07:43:35] [Spigot Watchdog Thread/INFO]: [JSONAPI] Disabling JSONAPI v5.6.0
[07:43:35] [Spigot Watchdog Thread/INFO]: [JSONAPI] Stopping JSON server
[07:43:35] [Spigot Watchdog Thread/INFO]: [JSONAPI] Stopping JSON socket server
[07:43:35] [Spigot Watchdog Thread/INFO]: [JSONAPI] Stopping JSON WebSocket server
[07:43:35] [Spigot Watchdog Thread/INFO]: [JSONAPI] Tearing down API methods
[07:43:35] [Spigot Watchdog Thread/INFO]: [JSONAPI] Cancelling performance monitoring
[07:43:35] [Spigot Watchdog Thread/INFO]: [RandomSK] Disabling RandomSK v2.0
[07:43:35] [Spigot Watchdog Thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vPre2.14.1.3
[07:43:35] [Spigot Watchdog Thread/INFO]: [ExtrasSK] Disabling ExtrasSK v1.1
[07:43:35] [Spigot Watchdog Thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vPre2.14.1.3
[07:43:35] [Spigot Watchdog Thread/INFO]: [Trading] Disabling Trading v3.2
[07:43:35] [Spigot Watchdog Thread/INFO]: [WorldBorder] Disabling WorldBorder v1.7.9
[07:43:35] [Spigot Watchdog Thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
[07:43:35] [Spigot Watchdog Thread/INFO]: [Essentials] Disabling Essentials vPre2.14.1.3
[07:43:35] [Spigot Watchdog Thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
[07:43:35] [Spigot Watchdog Thread/INFO]: [BanItem] Disabling BanItem v2.8
[07:43:35] [Spigot Watchdog Thread/INFO]: BanItem is now Disabled!
[07:43:35] [Spigot Watchdog Thread/INFO]: [PlayerCountMessage] Disabling PlayerCountMessage v3.2
[07:43:35] [Spigot Watchdog Thread/INFO]: [SkAngelTool] Disabling SkAngelTool v0.7
[07:43:35] [Spigot Watchdog Thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v1.8.4
[07:43:35] [Spigot Watchdog Thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.4.0
[07:43:37] [Spigot Watchdog Thread/INFO]: [SkQuery] Disabling SkQuery v3.21.4
[07:43:37] [Spigot Watchdog Thread/INFO]: [ClearLag] Disabling ClearLag v2.8.4
[07:43:37] [Spigot Watchdog Thread/INFO]: [ClearLag] Nullifying module fields..
[07:43:37] [Spigot Watchdog Thread/INFO]: [ClearLag] Clearlag is now disabled!
[07:43:37] [Spigot Watchdog Thread/INFO]: [WildSkript] Disabling WildSkript v1.8
[07:43:37] [Spigot Watchdog Thread/INFO]: [JumpBlocks] Disabling JumpBlocks v0.1.8
[07:43:37] [Spigot Watchdog Thread/INFO]: [JumpBlocks] successfully disabled version: 0.1.8
[07:43:37] [Spigot Watchdog Thread/INFO]: [PotionStacker] Disabling PotionStacker v1
[07:43:37] [Spigot Watchdog Thread/INFO]: [GlobalMarket] Disabling GlobalMarket v2.0.0.20
[07:43:37] [Spigot Watchdog Thread/INFO]: [dynmap] Disabling dynmap v2.2-1118
[07:43:41] [Server thread/WARN]: [dynmap] Task #472880 for dynmap v2.2-1118 generated an exception
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.validate(CraftScheduler.java:400) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:123) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.scheduleSyncRepeatingTask(CraftScheduler.java:119) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.scheduleSyncDelayedTask(CraftScheduler.java:102) ~[spigot.jar:git-Spigot-1649]
    at org.dynmap.bukkit.DynmapPlugin$BukkitServer.scheduleServerTask(DynmapPlugin.java:214) ~[?:?]
    at org.dynmap.InternalClientUpdateComponent$3.run(InternalClientUpdateComponent.java:95) ~[?:?]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
[07:43:41] [Server thread/WARN]: [dynmap] Task #472879 for dynmap v2.2-1118 generated an exception
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.validate(CraftScheduler.java:400) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:123) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.scheduleSyncRepeatingTask(CraftScheduler.java:119) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.scheduleSyncDelayedTask(CraftScheduler.java:102) ~[spigot.jar:git-Spigot-1649]
    at org.dynmap.bukkit.DynmapPlugin$BukkitServer.scheduleServerTask(DynmapPlugin.java:214) ~[?:?]
    at org.dynmap.markers.impl.MarkerAPIImpl$DoFileWrites.run(MarkerAPIImpl.java:351) ~[?:?]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
[07:43:41] [Server thread/INFO]: [0;36;1m[21m>> [0;36;1m[21mSamedi 18h30: [0;32;1mEvent AzkenSurvivor. [0;33;22m[21mSoyez pr?t au gros fight. Que le meilleure gagne. [m
[07:43:41] [Spigot Watchdog Thread/INFO]: [dynmap] Unloaded 11 components.
[07:43:41] [Spigot Watchdog Thread/INFO]: [dynmap] Stopping map renderer...
[07:44:17] [Spigot Watchdog Thread/INFO]: [dynmap] Saved 355 pending tile renders in world 'world'
[07:44:17] [Spigot Watchdog Thread/INFO]: [dynmap] Saved 33 pending tile renders in world 'world_nether'
[07:44:17] [Spigot Watchdog Thread/INFO]: [dynmap] Disabled
[07:44:17] [Spigot Watchdog Thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
[07:44:17] [Spigot Watchdog Thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[07:44:17] [Spigot Watchdog Thread/INFO]: [CookieMonster] Disabling CookieMonster v1.8
[07:44:17] [Spigot Watchdog Thread/INFO]: [Tournament] Disabling Tournament v1.0.2
[07:44:17] [Spigot Watchdog Thread/INFO]: [HealthBar] Disabling HealthBar v1.8.2
[07:44:17] [Spigot Watchdog Thread/INFO]: HealthBar disabled, all the health bars have been removed.
[07:44:17] [Spigot Watchdog Thread/INFO]: [Vault] Disabling Vault v1.5.2-b33
[07:44:17] [Spigot Watchdog Thread/INFO]: [AntiBotUltra] Disabling AntiBotUltra v7.1
[07:44:17] [Spigot Watchdog Thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.7.5[0;36;22m] [0;33;1m[0;32;1mDeactivated [0;33;1mintegration with [0;35;1mVault[m
[07:44:17] [Spigot Watchdog Thread/INFO]: [MassiveCore] Disabling MassiveCore v2.7.5
[07:44:17] [Spigot Watchdog Thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.7.5[0;36;22m] [0;33;1mDisabled[m
[07:44:17] [Spigot Watchdog Thread/INFO]: [Skript] Disabling Skript v2.2-SNAPSHOT
[07:44:20] [Spigot Watchdog Thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6
[07:44:21] [Spigot Watchdog Thread/INFO]: [Spawner] Disabling Spawner v2.3-5494d1d
[07:44:21] [Spigot Watchdog Thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (2.11.1) (Phoenix)
[07:44:21] [Spigot Watchdog Thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
[07:44:39] [Spigot Watchdog Thread/INFO]: GroupManager version 2.0 (2.11.1) (Phoenix) is disabled!
[07:44:39] [Spigot Watchdog Thread/INFO]: Saving players
[07:44:39] [Spigot Watchdog Thread/INFO]: Saving worlds
[07:44:39] [Spigot Watchdog Thread/INFO]: Saving chunks for level 'world'/Overworld
[07:44:39] [Spigot Watchdog Thread/INFO]: Saving chunks for level 'world_nether'/Nether
[07:44:39] [Spigot Watchdog Thread/INFO]: Saving chunks for level 'world_the_end'/The End
[07:44:39] [Thread-4/INFO]: Stopping server
[07:44:39] [Thread-4/INFO]: Saving players
[07:44:39] [Thread-4/INFO]: Saving worlds
[07:44:39] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld
[/SPOILER]
Comme vous pouvez voir, il n'ya rien de bien caractéristique avant le crash..
Si quelqu'un saurait m'aider car sa crash 1 fois toutes les 24h en moyenne... Assez perturbants
 
Dans tes logs j'ai vue ça :
Code:
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254737, l='world_nether', x=-151.87, y=66.00, z=-418.25] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -151.87325857868677,-418.25317692104153 (chunk -10,-27) but was stored in chunk -4,-7
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254738, l='world_nether', x=-245.17, y=42.00, z=-180.94] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -245.16581507085314,-180.94095088402491 (chunk -16,-12) but was stored in chunk -4,-4
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254755, l='world_nether', x=-231.26, y=91.00, z=-359.28] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -231.26012971774855,-359.28342548521977 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254756, l='world_nether', x=-229.57, y=86.00, z=-363.57] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -229.5696418105562,-363.5678913573477 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254757, l='world_nether', x=-231.50, y=85.00, z=-365.50] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -231.5,-365.5 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254811, l='world_nether', x=-170.50, y=81.00, z=-508.50] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -170.5,-508.5 (chunk -11,-32) but was stored in chunk -1,-7
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254812, l='world_nether', x=-120.18, y=93.00, z=-506.97] in world 'world_nether'!
Monde corrompu ?
 
Dans tes logs j'ai vue ça :
Code:
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254737, l='world_nether', x=-151.87, y=66.00, z=-418.25] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -151.87325857868677,-418.25317692104153 (chunk -10,-27) but was stored in chunk -4,-7
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254738, l='world_nether', x=-245.17, y=42.00, z=-180.94] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -245.16581507085314,-180.94095088402491 (chunk -16,-12) but was stored in chunk -4,-4
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254755, l='world_nether', x=-231.26, y=91.00, z=-359.28] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -231.26012971774855,-359.28342548521977 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254756, l='world_nether', x=-229.57, y=86.00, z=-363.57] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -229.5696418105562,-363.5678913573477 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254757, l='world_nether', x=-231.50, y=85.00, z=-365.50] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -231.5,-365.5 (chunk -15,-23) but was stored in chunk -3,-10
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254811, l='world_nether', x=-170.50, y=81.00, z=-508.50] in world 'world_nether'!
[05:36:54] [Server thread/WARN]: Entity is at -170.5,-508.5 (chunk -11,-32) but was stored in chunk -1,-7
[05:36:54] [Server thread/WARN]: Wrong location for EntityPigZombie['Zombie Pigman'/254812, l='world_nether', x=-120.18, y=93.00, z=-506.97] in world 'world_nether'!
Monde corrompu ?

Exact le monde corrompu ;)