Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.56 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 8/25/19 1:54 PM
  5. Description: Watching Server
  6.  
  7. java.lang.Error
  8. at net.minecraft.server.v1_14_R1.VoxelShapeMergerList.<init>(SourceFile:32)
  9. at net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:407)
  10. at net.minecraft.server.v1_14_R1.VoxelShapes.c(SourceFile:181)
  11. at net.minecraft.server.v1_14_R1.IWorldReader$1.tryAdvance(SourceFile:173)
  12. at com.google.common.collect.CollectSpliterators$1FlatMapSpliterator.tryAdvance(CollectSpliterators.java:226)
  13. at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
  14. at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:499)
  15. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:486)
  16. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  17. at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
  18. at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
  19. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  20. at java.util.stream.ReferencePipeline.allMatch(ReferencePipeline.java:521)
  21. at net.minecraft.server.v1_14_R1.IWorldReader.b(SourceFile:135)
  22. at net.minecraft.server.v1_14_R1.IWorldReader.getCubes(SourceFile:131)
  23. at net.minecraft.server.v1_14_R1.PathfinderNormal.a(SourceFile:255)
  24. at net.minecraft.server.v1_14_R1.PathfinderNormal.a(SourceFile:132)
  25. at net.minecraft.server.v1_14_R1.Pathfinder.a(SourceFile:91)
  26. at net.minecraft.server.v1_14_R1.Pathfinder.a(SourceFile:45)
  27. at net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:154)
  28. at net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:118)
  29. at net.minecraft.server.v1_14_R1.Navigation.a(SourceFile:68)
  30. at net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:108)
  31. at net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:166)
  32. at net.minecraft.server.v1_14_R1.EntityMonsterPatrolling$a.e(SourceFile:187)
  33. at net.minecraft.server.v1_14_R1.PathfinderGoalWrapped.e(SourceFile:55)
  34. at net.minecraft.server.v1_14_R1.PathfinderGoalSelector$$Lambda$3013/982880906.accept(Unknown Source)
  35. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
  36. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  37. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  38. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  39. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  40. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  41. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
  42. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
  43. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  44. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485)
  45. at net.minecraft.server.v1_14_R1.PathfinderGoalSelector.doTick(SourceFile:80)
  46. at net.minecraft.server.v1_14_R1.EntityInsentient.doTick(EntityInsentient.java:643)
  47. at net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2442)
  48. at net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:502)
  49. at net.minecraft.server.v1_14_R1.EntityMonster.movementTick(SourceFile:39)
  50. at net.minecraft.server.v1_14_R1.EntityRaider.movementTick(EntityRaider.java:77)
  51. at net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2281)
  52. at net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:273)
  53. at net.minecraft.server.v1_14_R1.EntityMonster.tick(SourceFile:51)
  54. at net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:547)
  55. at net.minecraft.server.v1_14_R1.WorldServer$$Lambda$2992/83334541.accept(Unknown Source)
  56. at net.minecraft.server.v1_14_R1.World.a(World.java:696)
  57. at net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:334)
  58. at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1009)
  59. at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:380)
  60. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:926)
  61. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:780)
  62. at java.lang.Thread.run(Thread.java:748)
  63.  
  64.  
  65. A detailed walkthrough of the error, its code path and all known details is as follows:
  66. ---------------------------------------------------------------------------------------
  67.  
  68. -- Head --
  69. Thread: Server Watchdog
  70. Stacktrace:
  71. at net.minecraft.server.v1_14_R1.VoxelShapeMergerList.<init>(SourceFile:32)
  72. at net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:407)
  73. at net.minecraft.server.v1_14_R1.VoxelShapes.c(SourceFile:181)
  74. at net.minecraft.server.v1_14_R1.IWorldReader$1.tryAdvance(SourceFile:173)
  75. at com.google.common.collect.CollectSpliterators$1FlatMapSpliterator.tryAdvance(CollectSpliterators.java:226)
  76. at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
  77. at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:499)
  78. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:486)
  79. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  80. at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
  81. at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
  82. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  83. at java.util.stream.ReferencePipeline.allMatch(ReferencePipeline.java:521)
  84. at net.minecraft.server.v1_14_R1.IWorldReader.b(SourceFile:135)
  85. at net.minecraft.server.v1_14_R1.IWorldReader.getCubes(SourceFile:131)
  86. at net.minecraft.server.v1_14_R1.PathfinderNormal.a(SourceFile:255)
  87. at net.minecraft.server.v1_14_R1.PathfinderNormal.a(SourceFile:132)
  88. at net.minecraft.server.v1_14_R1.Pathfinder.a(SourceFile:91)
  89. at net.minecraft.server.v1_14_R1.Pathfinder.a(SourceFile:45)
  90. at net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:154)
  91. at net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:118)
  92. at net.minecraft.server.v1_14_R1.Navigation.a(SourceFile:68)
  93. at net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:108)
  94. at net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:166)
  95. at net.minecraft.server.v1_14_R1.EntityMonsterPatrolling$a.e(SourceFile:187)
  96. at net.minecraft.server.v1_14_R1.PathfinderGoalWrapped.e(SourceFile:55)
  97. at net.minecraft.server.v1_14_R1.PathfinderGoalSelector$$Lambda$3013/982880906.accept(Unknown Source)
  98. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
  99. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  100. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  101. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  102. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  103. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  104. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
  105. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
  106. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  107. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485)
  108. at net.minecraft.server.v1_14_R1.PathfinderGoalSelector.doTick(SourceFile:80)
  109. at net.minecraft.server.v1_14_R1.EntityInsentient.doTick(EntityInsentient.java:643)
  110. at net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2442)
  111. at net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:502)
  112. at net.minecraft.server.v1_14_R1.EntityMonster.movementTick(SourceFile:39)
  113. at net.minecraft.server.v1_14_R1.EntityRaider.movementTick(EntityRaider.java:77)
  114. at net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2281)
  115. at net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:273)
  116. at net.minecraft.server.v1_14_R1.EntityMonster.tick(SourceFile:51)
  117. at net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:547)
  118. at net.minecraft.server.v1_14_R1.WorldServer$$Lambda$2992/83334541.accept(Unknown Source)
  119. at net.minecraft.server.v1_14_R1.World.a(World.java:696)
  120. at net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:334)
  121. at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1009)
  122. at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:380)
  123. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:926)
  124.  
  125. -- Thread Dump --
  126. Details:
  127. Threads: "process reaper" Id=1363 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@211447ce
  128. at sun.misc.Unsafe.park(Native Method)
  129. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@211447ce
  130. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  131. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  132. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  133. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  134. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  135. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  136. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  137. ...
  138.  
  139.  
  140. "Server-Worker-983" Id=1362 TIMED_WAITING on java.util.concurrent.ForkJoinPool@2fd3ad9c
  141. at sun.misc.Unsafe.park(Native Method)
  142. - waiting on java.util.concurrent.ForkJoinPool@2fd3ad9c
  143. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  144. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  145. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  146.  
  147.  
  148. "pool-61-thread-25" Id=1330 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2bec2cbe
  149. at sun.misc.Unsafe.park(Native Method)
  150. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2bec2cbe
  151. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  152. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  153. at java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522)
  154. at java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684)
  155. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  156. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  157. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  158. ...
  159.  
  160.  
  161. "Timer-6" Id=366 TIMED_WAITING on java.util.TaskQueue@6eeea7a7
  162. at java.lang.Object.wait(Native Method)
  163. - waiting on java.util.TaskQueue@6eeea7a7
  164. at java.util.TimerThread.mainLoop(Timer.java:552)
  165. at java.util.TimerThread.run(Timer.java:505)
  166.  
  167.  
  168. "Ebean-LoginSecurityDB.0" Id=363 WAITING on java.lang.Object@6dc7b783
  169. at java.lang.Object.wait(Native Method)
  170. - waiting on java.lang.Object@6dc7b783
  171. at java.lang.Object.wait(Object.java:502)
  172. at com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75)
  173. at java.lang.Thread.run(Thread.java:748)
  174.  
  175.  
  176. "EbeanBackgroundThread" Id=362 TIMED_WAITING
  177. at java.lang.Thread.sleep(Native Method)
  178. at com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:168)
  179. at java.lang.Thread.run(Thread.java:748)
  180.  
  181.  
  182. "Thread-31" Id=359 TIMED_WAITING
  183. at java.lang.Thread.sleep(Native Method)
  184. at com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110)
  185. at java.lang.Thread.run(Thread.java:748)
  186.  
  187.  
  188. "Thread-30" Id=358 TIMED_WAITING
  189. at java.lang.Thread.sleep(Native Method)
  190. at com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:183)
  191. at java.lang.Thread.run(Thread.java:748)
  192.  
  193.  
  194. "Timer-5" Id=357 TIMED_WAITING on java.util.TaskQueue@5fca48ea
  195. at java.lang.Object.wait(Native Method)
  196. - waiting on java.util.TaskQueue@5fca48ea
  197. at java.util.TimerThread.mainLoop(Timer.java:552)
  198. at java.util.TimerThread.run(Timer.java:505)
  199.  
  200.  
  201. "WorldEdit Session Manager" Id=356 TIMED_WAITING on java.util.TaskQueue@15090671
  202. at java.lang.Object.wait(Native Method)
  203. - waiting on java.util.TaskQueue@15090671
  204. at java.util.TimerThread.mainLoop(Timer.java:552)
  205. at java.util.TimerThread.run(Timer.java:505)
  206.  
  207.  
  208. "Timer-4" Id=170 TIMED_WAITING on java.util.TaskQueue@ec158e8
  209. at java.lang.Object.wait(Native Method)
  210. - waiting on java.util.TaskQueue@ec158e8
  211. at java.util.TimerThread.mainLoop(Timer.java:552)
  212. at java.util.TimerThread.run(Timer.java:505)
  213.  
  214.  
  215. "Ebean-LoginSecurityDB.0" Id=166 WAITING on java.lang.Object@5eea9d1c
  216. at java.lang.Object.wait(Native Method)
  217. - waiting on java.lang.Object@5eea9d1c
  218. at java.lang.Object.wait(Object.java:502)
  219. at com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75)
  220. at java.lang.Thread.run(Thread.java:748)
  221.  
  222.  
  223. "EbeanBackgroundThread" Id=165 TIMED_WAITING
  224. at java.lang.Thread.sleep(Native Method)
  225. at com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:168)
  226. at java.lang.Thread.run(Thread.java:748)
  227.  
  228.  
  229. "Timer-2" Id=154 WAITING on java.util.TaskQueue@53ea1333
  230. at java.lang.Object.wait(Native Method)
  231. - waiting on java.util.TaskQueue@53ea1333
  232. at java.lang.Object.wait(Object.java:502)
  233. at java.util.TimerThread.mainLoop(Timer.java:526)
  234. at java.util.TimerThread.run(Timer.java:505)
  235.  
  236.  
  237. "Netty Epoll Server IO #3" Id=83 RUNNABLE (in native)
  238. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  239. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  240. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  241. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  242. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  243. at java.lang.Thread.run(Thread.java:748)
  244.  
  245.  
  246. "Netty Epoll Server IO #2" Id=53 RUNNABLE (in native)
  247. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  248. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  249. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  250. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  251. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  252. at java.lang.Thread.run(Thread.java:748)
  253.  
  254.  
  255. "Netty Epoll Server IO #1" Id=49 RUNNABLE (in native)
  256. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  257. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  258. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  259. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  260. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  261. at java.lang.Thread.run(Thread.java:748)
  262.  
  263.  
  264. "Server Watchdog" Id=44 RUNNABLE
  265. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  266. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  267. at net.minecraft.server.v1_14_R1.ThreadWatchdog.run(SourceFile:45)
  268. at java.lang.Thread.run(Thread.java:748)
  269.  
  270.  
  271. "Timer-1" Id=39 TIMED_WAITING on java.util.TaskQueue@e0dadb1
  272. at java.lang.Object.wait(Native Method)
  273. - waiting on java.util.TaskQueue@e0dadb1
  274. at java.util.TimerThread.mainLoop(Timer.java:552)
  275. at java.util.TimerThread.run(Timer.java:505)
  276.  
  277.  
  278. "Ebean-LoginSecurityDB.0" Id=36 WAITING on java.lang.Object@a8fa280
  279. at java.lang.Object.wait(Native Method)
  280. - waiting on java.lang.Object@a8fa280
  281. at java.lang.Object.wait(Object.java:502)
  282. at com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75)
  283. at java.lang.Thread.run(Thread.java:748)
  284.  
  285.  
  286. "EbeanBackgroundThread" Id=35 TIMED_WAITING
  287. at java.lang.Thread.sleep(Native Method)
  288. at com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:168)
  289. at java.lang.Thread.run(Thread.java:748)
  290.  
  291.  
  292. "Abandoned connection cleanup thread" Id=31 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@7dcb0
  293. at java.lang.Object.wait(Native Method)
  294. - waiting on java.lang.ref.ReferenceQueue$Lock@7dcb0
  295. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  296. at com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64)
  297. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  298. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  299. at java.lang.Thread.run(Thread.java:748)
  300.  
  301. Number of locked synchronizers = 1
  302. - java.util.concurrent.ThreadPoolExecutor$Worker@779fdfab
  303.  
  304.  
  305. "Netty Epoll Server IO #0" Id=27 RUNNABLE
  306. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  307. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  308. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  309. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  310. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  311. at java.lang.Thread.run(Thread.java:748)
  312.  
  313.  
  314. "ObjectCleanerThread" Id=26 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@3773408
  315. at java.lang.Object.wait(Native Method)
  316. - waiting on java.lang.ref.ReferenceQueue$Lock@3773408
  317. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  318. at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
  319. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  320. at java.lang.Thread.run(Thread.java:748)
  321.  
  322.  
  323. "Server console handler" Id=24 RUNNABLE (in native)
  324. at java.io.FileInputStream.readBytes(Native Method)
  325. at java.io.FileInputStream.read(FileInputStream.java:255)
  326. at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  327. at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  328. - locked java.io.BufferedInputStream@60f461f2
  329. at org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  330. - locked org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream@171854ce
  331. at org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
  332. at org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
  333. at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  334. - locked org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream@171854ce
  335. ...
  336.  
  337.  
  338. "Thread-4" Id=25 RUNNABLE
  339. at java.io.FileOutputStream.writeBytes(Native Method)
  340. at java.io.FileOutputStream.write(FileOutputStream.java:326)
  341. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  342. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  343. - locked java.io.BufferedOutputStream@2944e8c1
  344. at java.io.PrintStream.write(PrintStream.java:451)
  345. - locked java.io.PrintStream@13a95e95
  346. at java.io.FilterOutputStream.write(FilterOutputStream.java:77)
  347. at java.io.FilterOutputStream.write(FilterOutputStream.java:125)
  348. at java.io.PrintStream.write(PrintStream.java:480)
  349. - locked java.io.PrintStream@509146e3
  350. ...
  351.  
  352.  
  353. "DestroyJavaVM" Id=23 RUNNABLE
  354.  
  355.  
  356. "Server thread" Id=15 RUNNABLE
  357. at net.minecraft.server.v1_14_R1.VoxelShapeMergerList.<init>(SourceFile:32)
  358. at net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:407)
  359. at net.minecraft.server.v1_14_R1.VoxelShapes.c(SourceFile:181)
  360. at net.minecraft.server.v1_14_R1.IWorldReader$1.tryAdvance(SourceFile:173)
  361. at com.google.common.collect.CollectSpliterators$1FlatMapSpliterator.tryAdvance(CollectSpliterators.java:226)
  362. at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
  363. at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:499)
  364. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:486)
  365. ...
  366.  
  367.  
  368. "Server Infinisleeper" Id=22 TIMED_WAITING
  369. at java.lang.Thread.sleep(Native Method)
  370. at net.minecraft.server.v1_14_R1.DedicatedServer$1.run(DedicatedServer.java:68)
  371.  
  372.  
  373. "NonBlockingInputStreamThread" Id=20 WAITING on org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream@171854ce owned by "Server console handler" Id=24
  374. at java.lang.Object.wait(Native Method)
  375. - waiting on org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream@171854ce
  376. at org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
  377. at java.lang.Thread.run(Thread.java:748)
  378.  
  379.  
  380. "Snooper Timer" Id=14 WAITING on java.util.TaskQueue@b762485
  381. at java.lang.Object.wait(Native Method)
  382. - waiting on java.util.TaskQueue@b762485
  383. at java.lang.Object.wait(Object.java:502)
  384. at java.util.TimerThread.mainLoop(Timer.java:526)
  385. at java.util.TimerThread.run(Timer.java:505)
  386.  
  387.  
  388. "Signal Dispatcher" Id=5 RUNNABLE
  389.  
  390.  
  391. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@52f28e88
  392. at java.lang.Object.wait(Native Method)
  393. - waiting on java.lang.ref.ReferenceQueue$Lock@52f28e88
  394. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  395. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  396. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  397.  
  398.  
  399. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@88e6c6b
  400. at java.lang.Object.wait(Native Method)
  401. - waiting on java.lang.ref.Reference$Lock@88e6c6b
  402. at java.lang.Object.wait(Object.java:502)
  403. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  404. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  405.  
  406.  
  407.  
  408. Stacktrace:
  409. at net.minecraft.server.v1_14_R1.ThreadWatchdog.run(SourceFile:61)
  410. at java.lang.Thread.run(Thread.java:748)
  411.  
  412. -- System Details --
  413. Details:
  414. Minecraft Version: 1.14.4
  415. Minecraft Version ID: 1.14.4
  416. Operating System: Linux (amd64) version 4.4.0-116-generic
  417. Java Version: 1.8.0_222, Private Build
  418. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
  419. Memory: 472318512 bytes (450 MB) / 1117782016 bytes (1066 MB) up to 2147483648 bytes (2048 MB)
  420. CPUs: 2
  421. JVM Flags: 3 total; -Xms512M -Xmx2048M -XX:+UseG1GC
  422. CraftBukkit Information:
  423. Running: CraftBukkit version git-Bukkit-368f4e9 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT) false
  424. Plugins: { PermissionsEx v1.23.4* ru.tehkode.permissions.bukkit.PermissionsEx [[t3hk0d3, zml]], PluginConstructorAPI v1.0.51 me.zombie_striker.pluginconstructor.PluginConstructorAPI [Zombie_Striker], WorldEdit v7.0.1;61bc012 com.sk89q.worldedit.bukkit.WorldEditPlugin [], LWC v2.1.5-09ad392 com.griefcraft.lwc.LWCPlugin [Hidendra, pop4959, Me_Goes_RAWR], LoginSecurity v2.1.9* com.lenis0012.bukkit.loginsecurity.LoginSecurity [lenis0012], WorldGuard v7.0.0;02b731f com.sk89q.worldguard.bukkit.WorldGuardPlugin [],}
  425. Warnings: DEFAULT
  426. Reload Count: 2
  427. Threads: { RUNNABLE DestroyJavaVM: [], WAITING Timer-2: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Timer-1: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Thread-4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77), org.bukkit.craftbukkit.v1_14_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:30)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING Timer-5: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Server Watchdog: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1610), org.bukkit.craftbukkit.v1_14_R1.CraftCrashReport.call(CraftCrashReport.java:33), net.minecraft.server.v1_14_R1.CrashReportSystemDetails.a(SourceFile:79), net.minecraft.server.v1_14_R1.CrashReport.h(CrashReport.java:71), net.minecraft.server.v1_14_R1.CrashReport.<init>(CrashReport.java:35), net.minecraft.server.v1_14_R1.ThreadWatchdog.run(SourceFile:59), java.lang.Thread.run(Thread.java:748)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)], TIMED_WAITING WorldEdit Session Manager: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING ObjectCleanerThread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54), io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Abandoned connection cleanup thread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server console handler: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:255), java.io.BufferedInputStream.fill(BufferedInputStream.java:246), java.io.BufferedInputStream.read(BufferedInputStream.java:265), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349), net.minecraft.server.v1_14_R1.DedicatedServer$2.run(DedicatedServer.java:94)], WAITING Ebean-LoginSecurityDB.0: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING EbeanBackgroundThread: [java.lang.Thread.sleep(Native Method), com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:168), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING process reaper: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Ebean-LoginSecurityDB.0: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Server-Worker-983: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_14_R1.DedicatedServer$1.run(DedicatedServer.java:68)], RUNNABLE Netty Epoll Server IO #3: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference.tryHandlePending(Reference.java:191), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)], TIMED_WAITING pool-61-thread-25: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server thread: [net.minecraft.server.v1_14_R1.DataWatcher.get(DataWatcher.java:117), net.minecraft.server.v1_14_R1.Entity.getFlag(Entity.java:2161), net.minecraft.server.v1_14_R1.Entity.isSneaking(Entity.java:2093), net.minecraft.server.v1_14_R1.VoxelShapeCollisionEntity.<init>(SourceFile:33), net.minecraft.server.v1_14_R1.VoxelShapeCollision.a(SourceFile:14), net.minecraft.server.v1_14_R1.IWorldReader.b(SourceFile:158), net.minecraft.server.v1_14_R1.IWorldReader.c(SourceFile:144), net.minecraft.server.v1_14_R1.IWorldReader.b(SourceFile:135), net.minecraft.server.v1_14_R1.IWorldReader.getCubes(SourceFile:131), net.minecraft.server.v1_14_R1.PathfinderNormal.a(SourceFile:225), net.minecraft.server.v1_14_R1.PathfinderNormal.a(SourceFile:137), net.minecraft.server.v1_14_R1.Pathfinder.a(SourceFile:91), net.minecraft.server.v1_14_R1.Pathfinder.a(SourceFile:45), net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:154), net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:118), net.minecraft.server.v1_14_R1.Navigation.a(SourceFile:51), net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:108), net.minecraft.server.v1_14_R1.NavigationAbstract.a(SourceFile:166), net.minecraft.server.v1_14_R1.EntityMonsterPatrolling$a.e(SourceFile:187), net.minecraft.server.v1_14_R1.PathfinderGoalWrapped.e(SourceFile:55), net.minecraft.server.v1_14_R1.PathfinderGoalSelector$$Lambda$3013/982880906.accept(Unknown Source), java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183), java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175), java.util.Iterator.forEachRemaining(Iterator.java:116), java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801), java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482), java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472), java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150), java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173), java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234), java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485), net.minecraft.server.v1_14_R1.PathfinderGoalSelector.doTick(SourceFile:80), net.minecraft.server.v1_14_R1.EntityInsentient.doTick(EntityInsentient.java:643), net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2442), net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:502), net.minecraft.server.v1_14_R1.EntityMonster.movementTick(SourceFile:39), net.minecraft.server.v1_14_R1.EntityRaider.movementTick(EntityRaider.java:77), net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2281), net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:273), net.minecraft.server.v1_14_R1.EntityMonster.tick(SourceFile:51), net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:547), net.minecraft.server.v1_14_R1.WorldServer$$Lambda$2992/83334541.accept(Unknown Source), net.minecraft.server.v1_14_R1.World.a(World.java:696), net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:334), net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1009), net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:380), net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:926), net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:780), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING EbeanBackgroundThread: [java.lang.Thread.sleep(Native Method), com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:168), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING EbeanBackgroundThread: [java.lang.Thread.sleep(Native Method), com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:168), java.lang.Thread.run(Thread.java:748)], WAITING NonBlockingInputStreamThread: [java.lang.Object.wait(Native Method), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-4: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Thread-30: [java.lang.Thread.sleep(Native Method), com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:183), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-6: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Thread-31: [java.lang.Thread.sleep(Native Method), com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110), java.lang.Thread.run(Thread.java:748)], WAITING Ebean-LoginSecurityDB.0: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75), java.lang.Thread.run(Thread.java:748)],}
  428. Recent tasks from 846463-846493{LoginSecurity:com.lenis0012.bukkit.loginsecurity.util.Metrics$1@834950,}
  429. Force Loaded Chunks: { world: {}, world_nether: {}, world_the_end: {},}
  430. Player Count: 3 / 10; [EntityPlayer['Albis'/25191, l='world', x=-17.37, y=65.00, z=224.99](Albis at -17.367396606604007,65.0,224.99067893539439), EntityPlayer['RezaT'/26776, l='world', x=3.21, y=71.17, z=165.36](RezaT at 3.2059001503851587,71.16610926093821,165.3594133519387), EntityPlayer['sepehr'/28666, l='world', x=-232.70, y=70.00, z=354.30](sepehr at -232.70000002533197,70.0000002,354.299999974668)]
  431. Data Packs: vanilla, file/bukkit
  432. Is Modded: Definitely; Server brand changed to 'CraftBukkit'
  433. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement