Advertisement
Guest User

Untitled

a guest
Feb 19th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.09 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oops.
  3.  
  4. Time: 2/19/14 10:18 PM
  5. Description: Ticking entity
  6.  
  7. java.util.ConcurrentModificationException
  8. at java.util.HashMap$HashIterator.nextEntry(HashMap.java:926)
  9. at java.util.HashMap$KeyIterator.next(HashMap.java:960)
  10. at net.minecraft.server.v1_7_R1.EntityLiving.removeAllEffects(EntityLiving.java:440)
  11. at net.minecraft.server.v1_7_R1.EntityLiving.C(EntityLiving.java:232)
  12. at net.minecraft.server.v1_7_R1.EntityInsentient.C(EntityInsentient.java:111)
  13. at net.minecraft.server.v1_7_R1.Entity.h(Entity.java:238)
  14. at net.minecraft.server.v1_7_R1.EntityLiving.h(EntityLiving.java:1265)
  15. at net.minecraft.server.v1_7_R1.EntityInsentient.h(EntityInsentient.java:150)
  16. at net.minecraft.server.v1_7_R1.EntityHorse.h(EntityHorse.java:748)
  17. at net.minecraft.server.v1_7_R1.World.entityJoinedWorld(World.java:1338)
  18. at net.minecraft.server.v1_7_R1.World.playerJoinedWorld(World.java:1319)
  19. at net.minecraft.server.v1_7_R1.World.tickEntities(World.java:1207)
  20. at net.minecraft.server.v1_7_R1.WorldServer.tickEntities(WorldServer.java:480)
  21. at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:637)
  22. at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250)
  23. at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545)
  24. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457)
  25. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Stacktrace:
  33. at java.util.HashMap$HashIterator.nextEntry(HashMap.java:926)
  34. at java.util.HashMap$KeyIterator.next(HashMap.java:960)
  35. at net.minecraft.server.v1_7_R1.EntityLiving.removeAllEffects(EntityLiving.java:440)
  36. at net.minecraft.server.v1_7_R1.EntityLiving.C(EntityLiving.java:232)
  37. at net.minecraft.server.v1_7_R1.EntityInsentient.C(EntityInsentient.java:111)
  38. at net.minecraft.server.v1_7_R1.Entity.h(Entity.java:238)
  39. at net.minecraft.server.v1_7_R1.EntityLiving.h(EntityLiving.java:1265)
  40. at net.minecraft.server.v1_7_R1.EntityInsentient.h(EntityInsentient.java:150)
  41. at net.minecraft.server.v1_7_R1.EntityHorse.h(EntityHorse.java:748)
  42. at net.minecraft.server.v1_7_R1.World.entityJoinedWorld(World.java:1338)
  43. at net.minecraft.server.v1_7_R1.World.playerJoinedWorld(World.java:1319)
  44.  
  45. -- Entity being ticked --
  46. Details:
  47. Entity Type: EntityHorse (net.minecraft.server.v1_7_R1.EntityHorse)
  48. Entity ID: 8736031
  49. Entity Name: Zombie Horse
  50. Entity's Exact location: -1935.00, 72.00, 3319.90
  51. Entity's Block location: World: (-1935,72,3319), Chunk: (at 1,4,7 in -121,207; contains blocks -1936,0,3312 to -1921,255,3327), Region: (-4,6; contains chunks -128,192 to -97,223, blocks -2048,0,3072 to -1537,255,3583)
  52. Entity's Momentum: 0.00, -0.08, 0.00
  53. Stacktrace:
  54. at net.minecraft.server.v1_7_R1.World.tickEntities(World.java:1207)
  55. at net.minecraft.server.v1_7_R1.WorldServer.tickEntities(WorldServer.java:480)
  56.  
  57. -- Affected level --
  58. Details:
  59. Level name: 172world
  60. All players: 3 total; [EntityPlayer['Darksouls78'/8337647, l='172world', x=-1936.96, y=72.00, z=3319.23](Darksouls78 at -1936.9557703324979,72.0,3319.2287699117987), EntityPlayer['thok13'/8726133, l='172world', x=-1099.53, y=29.50, z=-20.95](thok13 at -1099.5265588853508,29.5,-20.951636741856948), EntityPlayer['mermaid101julia'/8736030, l='172world', x=-1937.15, y=72.00, z=3320.51](mermaid101julia at -1937.1473268194748,72.0,3320.507431242459)]
  61. Chunk stats: ServerChunkCache: 1185 Drop: 0
  62. Level seed: -1602510890328760674
  63. Level generator: ID 00 - default, ver 1. Features enabled: true
  64. Level generator options:
  65. Level spawn location: World: (-248,67,260), Chunk: (at 8,4,4 in -16,16; contains blocks -256,0,256 to -241,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  66. Level time: 101742119 game time, 104589620 day time
  67. Level dimension: 0
  68. Level storage version: 0x04ABD - Anvil
  69. Level weather: Rain time: 98961 (now: false), thunder time: 36766 (now: false)
  70. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  71. Stacktrace:
  72. at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:637)
  73. at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250)
  74. at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545)
  75. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457)
  76. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
  77.  
  78. -- System Details --
  79. Details:
  80. Minecraft Version: 1.7.2
  81. Operating System: Linux (amd64) version 3.2.0-4-amd64
  82. Java Version: 1.7.0_45, Oracle Corporation
  83. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  84. Memory: 774799456 bytes (738 MB) / 1863598080 bytes (1777 MB) up to 14531362816 bytes (13858 MB)
  85. JVM Flags: 1 total; -Xmx14G
  86. AABB Pool Size: 6646 (372176 bytes; 0 MB) allocated, 1181 (66136 bytes; 0 MB) used
  87. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  88. CraftBukkit Information:
  89. Running: CraftBukkit version git-Bukkit-1.7.2-R0.2-b2974jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.2) true
  90. Threads: { WAITING DCInvalidInteractHandler-0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], WAITING pool-7-thread-5: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], TIMED_WAITING pool-3-thread-91: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], WAITING pool-7-thread-4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], RUNNABLE Query Listener #1: [java.net.PlainDatagramSocketImpl.receive0(Native Method), java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:145), java.net.DatagramSocket.receive(DatagramSocket.java:786), net.minecraft.server.v1_7_R1.RemoteStatusListener.run(SourceFile:256), java.lang.Thread.run(Thread.java:744)], RUNNABLE Netty IO #0: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98), net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591), net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301), net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101), java.lang.Thread.run(Thread.java:744)], TIMED_WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)], TIMED_WAITING Thread-10: [java.lang.Thread.sleep(Native Method), com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:181), java.lang.Thread.run(Thread.java:744)], WAITING PermissionsEx-Cleaner: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)], TIMED_WAITING process reaper: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_7_R1.FileIOThread.b(SourceFile:44), net.minecraft.server.v1_7_R1.FileIOThread.run(SourceFile:23), java.lang.Thread.run(Thread.java:744)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1639), org.bukkit.craftbukkit.v1_7_R1.CraftCrashReport.call(CraftCrashReport.java:28), net.minecraft.server.v1_7_R1.CrashReportSystemDetails.a(SourceFile:74), net.minecraft.server.v1_7_R1.CrashReport.h(CrashReport.java:45), net.minecraft.server.v1_7_R1.CrashReport.<init>(CrashReport.java:33), net.minecraft.server.v1_7_R1.CrashReport.a(CrashReport.java:225), net.minecraft.server.v1_7_R1.World.tickEntities(World.java:1209), net.minecraft.server.v1_7_R1.WorldServer.tickEntities(WorldServer.java:480), net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:637), net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250), net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545), net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457), net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)], WAITING MV-Inv Profile Write Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), com.onarandombox.multiverseinventories.util.data.FlatFilePlayerData$FileWriteThread.run(FlatFilePlayerData.java:208)], TIMED_WAITING pool-3-thread-89: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], TIMED_WAITING Thread-11: [java.lang.Thread.sleep(Native Method), com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110), java.lang.Thread.run(Thread.java:744)], WAITING pool-7-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], WAITING Chunk I/O Executor Thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], WAITING pool-8-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], RUNNABLE DestroyJavaVM: [], WAITING Java2D Disposer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151), sun.java2d.Disposer.run(Disposer.java:145), java.lang.Thread.run(Thread.java:744)], WAITING Thread-5: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), net.minecraft.util.com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:73), org.bukkit.craftbukkit.v1_7_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25), java.lang.Thread.run(Thread.java:744)], RUNNABLE Netty IO #1: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98), net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591), net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301), net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101), java.lang.Thread.run(Thread.java:744)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING MySQL Connection Reaper Thread - LogBlock: [java.lang.Thread.sleep(Native Method), de.diddiz.util.MySQLConnectionPool$ConnectionReaper.run(MySQLConnectionPool.java:103), java.lang.Thread.run(Thread.java:744)], WAITING pool-7-thread-2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_7_R1.ThreadSleepForever.run(SourceFile:62)], WAITING pool-7-thread-3: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:744)], RUNNABLE Server console handler: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:272), java.io.BufferedInputStream.fill(BufferedInputStream.java:235), java.io.BufferedInputStream.read(BufferedInputStream.java:254), java.io.FilterInputStream.read(FilterInputStream.java:83), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167), net.minecraft.server.v1_7_R1.ThreadCommandReader.run(ThreadCommandReader.java:32)],}
  91. Recent tasks from 287792-287822{LogBlock:de.diddiz.LogBlock.Consumer@287829,}
  92. Profiler Position: N/A (disabled)
  93. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  94. Player Count: 3 / 20; [EntityPlayer['Darksouls78'/8337647, l='172world', x=-1936.96, y=72.00, z=3319.23](Darksouls78 at -1936.9557703324979,72.0,3319.2287699117987), EntityPlayer['thok13'/8726133, l='172world', x=-1099.53, y=29.50, z=-20.95](thok13 at -1099.5265588853508,29.5,-20.951636741856948), EntityPlayer['mermaid101julia'/8736030, l='172world', x=-1937.15, y=72.00, z=3320.51](mermaid101julia at -1937.1473268194748,72.0,3320.507431242459)]
  95. Is Modded: Definitely; Server brand changed to 'CraftBukkit'
  96. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement