Résolu Crash sur le serveur

  • Auteur de la discussion Auteur de la discussion Oromis
  • Date de début Date de début

Oromis

Command-blocker slimesque
Ancien
11 Février 2014
3 344
2
1 052
297
26
Bretagne
Hey tout le monde !
Avec un ami, on travail sur un serveur privé hébergé chez OMGServ sur du command block mais depuis ce soir, le serveur crash toute les deux minutes !
Voici le crash report :
Code:
---- Minecraft Crash Report ----
// Sorry :(

Time: 09/08/16 22:13
Description: Watching Server

java.lang.Error
    at cm$a.r(SourceFile:274)
    at aid.f(SourceFile:295)
    at aid.o(SourceFile:679)
    at rw.ac(SourceFile:824)
    at rw.d(SourceFile:765)
    at aaq.a(SourceFile:537)
    at aaq.m(SourceFile:334)
    at rw.aw(SourceFile:1540)
    at aid.a(SourceFile:1525)
    at ls.a(SourceFile:718)
    at aid.g(SourceFile:1505)
    at aid.a(SourceFile:1571)
    at ls.a(SourceFile:718)
    at aid.g(SourceFile:1505)
    at aid.k(SourceFile:1388)
    at ls.k(SourceFile:551)
    at net.minecraft.server.MinecraftServer.D(SourceFile:626)
    at ld.D(SourceFile:338)
    at net.minecraft.server.MinecraftServer.C(SourceFile:554)
    at net.minecraft.server.MinecraftServer.run(SourceFile:458)
    at java.lang.Thread.run(Thread.java:745)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server Watchdog
Stacktrace:
    at cm$a.r(SourceFile:274)
    at aid.f(SourceFile:295)
    at aid.o(SourceFile:679)
    at rw.ac(SourceFile:824)
    at rw.d(SourceFile:765)
    at aaq.a(SourceFile:537)
    at aaq.m(SourceFile:334)
    at rw.aw(SourceFile:1540)
    at aid.a(SourceFile:1525)
    at ls.a(SourceFile:718)
    at aid.g(SourceFile:1505)
    at aid.a(SourceFile:1571)
    at ls.a(SourceFile:718)
    at aid.g(SourceFile:1505)
    at aid.k(SourceFile:1388)
    at ls.k(SourceFile:551)
    at net.minecraft.server.MinecraftServer.D(SourceFile:626)
    at ld.D(SourceFile:338)
    at net.minecraft.server.MinecraftServer.C(SourceFile:554)

-- Thread Dump --
Details:
    Threads: "Downloader 0" Id=85 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@654ff599
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@654ff599
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
    at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
    at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
    at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    ...


"File IO Thread" Id=84 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at bbu.c(SourceFile:51)
    at bbu.run(SourceFile:30)
    at java.lang.Thread.run(Thread.java:745)


"Netty Epoll Server IO #1" Id=29 RUNNABLE
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)


"Java2D Disposer" Id=79 WAITING on java.lang.ref.ReferenceQueue$Lock@6b880740
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@6b880740
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
    at sun.java2d.Disposer.run(Disposer.java:148)
    at java.lang.Thread.run(Thread.java:745)


"Server Watchdog" Id=78 RUNNABLE
    at sun.management.ThreadImpl.dumpThreads0(Native Method)
    at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
    at le.run(SourceFile:43)
    at java.lang.Thread.run(Thread.java:745)


"Query Listener #1" Id=77 RUNNABLE (in native)
    at java.net.PlainDatagramSocketImpl.receive0(Native Method)
    -  locked java.net.PlainDatagramSocketImpl@6fb79ee9
    at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
    -  locked java.net.PlainDatagramSocketImpl@6fb79ee9
    at java.net.DatagramSocket.receive(DatagramSocket.java:812)
    -  locked java.net.DatagramPacket@2ab50d7b
    -  locked java.net.DatagramSocket@45e88660
    at ne.run(SourceFile:268)
    at java.lang.Thread.run(Thread.java:745)


"Netty Epoll Server IO #0" Id=28 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)


"Server console handler" Id=25 RUNNABLE (in native)
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:255)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
    -  locked java.io.BufferedInputStream@304cc689
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
    -  locked java.io.InputStreamReader@1b5565c7
    at java.io.InputStreamReader.read(InputStreamReader.java:184)
    ...


"DestroyJavaVM" Id=24 RUNNABLE


"Server thread" Id=22 RUNNABLE
    at cm$a.r(SourceFile:274)
    at aid.f(SourceFile:295)
    at aid.o(SourceFile:679)
    at rw.ac(SourceFile:824)
    at rw.d(SourceFile:765)
    at aaq.a(SourceFile:537)
    at aaq.m(SourceFile:334)
    at rw.aw(SourceFile:1540)
    ...


"Server Infinisleeper" Id=21 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at ld$1.run(SourceFile:79)


"Snooper Timer" Id=20 TIMED_WAITING on java.util.TaskQueue@4846f092
    at java.lang.Object.wait(Native Method)
    -  waiting on java.util.TaskQueue@4846f092
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)


"Signal Dispatcher" Id=4 RUNNABLE


"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@4a9af234
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@4a9af234
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)


"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@1c340d60
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.Reference$Lock@1c340d60
    at java.lang.Object.wait(Object.java:502)
    at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)



Stacktrace:
    at le.run(SourceFile:59)
    at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Linux (amd64) version 3.2.0-4-amd64
    Java Version: 1.8.0_72, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 396810120 bytes (378 MB) / 519110656 bytes (495 MB) up to 31136546816 bytes (29694 MB)
    JVM Flags: 21 total; -Xms512M -XX:PermSize=384m -XX:MaxPermSize=768m -XX:-UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ParallelGCThreads=1
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Profiler Position: N/A (disabled)
    Player Count: 1 / 500; [lu['theogiraudet'/784, l='Nomod', x=6,92, y=52,99, z=-9,95]]
    Is Modded: Unknown (can't tell)
    Type: Dedicated Server (map_server.txt)
Merci de votre aide ! :p
 
Hum... Je pense que le serveur n'apprécie pas trop les commandes x)
Code:
[22:13:02] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18542]
[22:13:02] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 7]
[22:13:02] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18543]
[22:13:02] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18544]
[22:13:02] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 122]
[22:13:02] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 123]
[22:13:02] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18545]
[22:13:02] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 124]
[22:13:02] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18546]
[22:13:02] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 8]
[22:13:02] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:02] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18547]
[22:13:02] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:02] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18548]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 125]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 126]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18549]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 127]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18550]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 9]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18551]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18552]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 128]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 129]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18553]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 130]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18554]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 10]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18555]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18556]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 131]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 132]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18557]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 133]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18558]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 11]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18559]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18560]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 134]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 135]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18561]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 136]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18562]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 12]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18563]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18564]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 137]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 138]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18565]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 139]
[22:13:03] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18566]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 13]
[22:13:03] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:03] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18567]
[22:13:03] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:03] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18568]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 140]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 141]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18569]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 142]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18570]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 14]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18571]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18572]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 143]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 144]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18573]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 145]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18574]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 15]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18575]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18576]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 146]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 147]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18577]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 148]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18578]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 16]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18579]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18580]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 149]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 150]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18581]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 151]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18582]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 17]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18583]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18584]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 152]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 153]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18585]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 154]
[22:13:04] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18586]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 18]
[22:13:04] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:04] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18587]
[22:13:04] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:04] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18588]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 155]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 156]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18589]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 157]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18590]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 19]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18591]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18592]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 158]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 159]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18593]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 160]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18594]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 20]
[22:13:05] [Server thread/INFO]: [@: Score 20 is in range 20 to 20]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 0]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player secondes to 52]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18595]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18596]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 161]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 162]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18597]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 163]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18598]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 1]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18599]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18600]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 164]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 165]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18601]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks2 to 166]
[22:13:05] [Server thread/INFO]: [@: Storing QueryResult stats in variable on B]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18602]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks3 to 2]
[22:13:05] [Server thread/INFO]: [@: Set option collisionrule for team Rose to never]
[22:13:05] [Server thread/INFO]: [@: Set score of timerMin for player ticks to 18603]
[22:13:05] [Server thread/INFO]: [@: Storing AffectedEntities stats in info on Joueurs:]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server thread/INFO]: [@: Operation applied successfully]
[22:13:05] [Server Watchdog/FATAL]: A single server tick took 60,00 seconds (should be max 0,05)
[22:13:05] [Server Watchdog/FATAL]: Considering it to be crashed, server will forcibly shutdown.
[22:13:05] [Server Watchdog/ERROR]: This crash report has been saved to: /var/directory_serv/minecraft_7891/./crash-reports/crash-2016-08-09_22.13.05-server.txt
[22:13:05] [Server Shutdown Thread/INFO]: Stopping server
Malheureusement, elles sont toutes importantes et en solo, tout tourne parfaitement...
 
C'est un serveur Spigot ? SI oui, quelle version ?

"[22:13:05] [Server Watchdog/FATAL]: A single server tick took 60,00 seconds (should be max 0,05)"
Il y a à un moment un gros pic de lag qui suspend l'éxécution du serveur. Il n'y a pas une erreur dans les commandblocs qui survient périodiquement ?

Certains utilisateurs ont également ce problème en version 1.8 (ça semble corrigé en 1.8.3 toutefois).
 
Spigot 1.10.2. Il y a énormément d'update par tick dû à des compteurs mais c'est tout de même étrange que le serveur crash, j'ai tout de même partiellement résolu le problème en mettant le logAdminCommands à false.
 
Salut,
Le serveur crash de force car il est trop lent à ticker. Le processeur est surement saturé et ta map est trop lourde pour ce dernier.
 
D'accord, pourtant, il n'y a pas tant de système que ça x) (Un seul module dans des dimensions inférieur à 10*10*10)
Bref, tout à l'air de se passer mieux depuis que j'ai désactiver le logAdminCommand.
En tout cas, merci de votre aide ! :p