Advertisement
MrJayse

Untitled

Dec 11th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 12/11/16 6:06 PM
  5. Description: Exception getting block type in world
  6.  
  7. java.lang.NullPointerException: Exception getting block type in world
  8. at net.minecraft.world.World.func_147439_a(World.java:703)
  9. at net.divinerpg.dimensions.vanilla.WorldGenOres.generate(WorldGenOres.java:62)
  10. at net.divinerpg.dimensions.vanilla.DivineWorldgen.generateOverworld(DivineWorldgen.java:51)
  11. at net.divinerpg.dimensions.vanilla.DivineWorldgen.generate(DivineWorldgen.java:23)
  12. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:137)
  13. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:472)
  14. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1196)
  15. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:77)
  16. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15)
  17. at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189)
  18. at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
  19. at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
  20. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:917)
  21. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  22. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  24. at java.lang.Thread.run(Thread.java:745)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Stacktrace:
  32. at net.minecraft.world.World.func_147439_a(World.java:703)
  33.  
  34. -- Requested block coordinates --
  35. Details:
  36. Found chunk: true
  37. Location: World: (-1180,12,3055), Chunk: (at 4,0,15 in -74,190; contains blocks -1184,0,3040 to -1169,255,3055), Region: (-3,5; contains chunks -96,160 to -65,191, blocks -1536,0,2560 to -1025,255,3071)
  38. Stacktrace:
  39. at net.minecraft.world.World.func_147439_a(World.java:703)
  40. at net.divinerpg.dimensions.vanilla.WorldGenOres.generate(WorldGenOres.java:62)
  41. at net.divinerpg.dimensions.vanilla.DivineWorldgen.generateOverworld(DivineWorldgen.java:51)
  42. at net.divinerpg.dimensions.vanilla.DivineWorldgen.generate(DivineWorldgen.java:23)
  43. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:137)
  44. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:472)
  45. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1196)
  46. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:77)
  47. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15)
  48. at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189)
  49. at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
  50. at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
  51. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:917)
  52. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  53. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  54. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  55. at java.lang.Thread.run(Thread.java:745)
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.7.10
  60. Thermos Version: cyberdynecc:Thermos:1.7.10-1614.58
  61. Plugins: CoreProtect, WorldEdit, Playtime, OpenInv, Essentials, CommandBlocker, ClearLag, AutoMessage, WorldBorder, PiBans, WorldGuard, AutoSaveWorld, RedstoneClockDetector, EssentialsProtect, VoxelSniper, iConomy, PermissionsEx, Vault, HideStream, EssentialsSpawn, MassiveCore, WitherFixer, WorldGuardEventWrapper, Factions, AncientGates, ChatEx, Scavenger, ProtocolLib, ModFixNG, ChatGuard, HolographicDisplays
  62. Disabled Plugins:
  63. Operating System: Linux (amd64) version 4.4.30-mod-std-ipv6-64
  64. Java Version: 1.8.0_111, Oracle Corporation
  65. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  66. Memory: 2286183552 bytes (2180 MB) / 8540127232 bytes (8144 MB) up to 8540127232 bytes (8144 MB)
  67. JVM Flags: 17 total; -Xmx8G -Xms8G -XX:SharedReadOnlySize=128M -XX:+UseConcMarkSweepGC -XX:ConcGCThreads=4 -XX:MaxGCPauseMillis=2500 -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:-UseGCOverheadLimit -XX:SurvivorRatio=12 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+RewriteFrequentPairs -XX:+UseCompressedOops -XX:+EliminateLocks -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42
  68. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  69. IntCache: cache: 0, tcache: 9754, allocated: 1, tallocated: 15
  70. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 29 mods loaded, 29 mods active
  71. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  72. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  73. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (server.jar)
  74. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (server.jar)
  75. UCHIJAAAA kimagine{0.2} [KImagine] (minecraft.jar)
  76. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  77. UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
  78. UCHIJAAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.9.jar)
  79. UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  80. UCHIJAAAA aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar)
  81. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  82. UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft-1.11.5-serveredition.jar)
  83. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-2.1.0.1889-serveredition.jar)
  84. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-4.2.3.5-serveredition.jar)
  85. UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-2.3.7-serveredition.jar)
  86. UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11-serveredition.jar)
  87. UCHIJAAAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenters-Blocks-3.3.8.1-serveredition.jar)
  88. UCHIJAAAA climatecontrol{0.6.beta57} [Climate Control] (ClimateControl-0.6.beta59.jar)
  89. UCHIJAAAA divinerpg{1.4.1.3} [DivineRPG] (DivineRPG-1.4.1.3--serveredition.jar)
  90. UCHIJAAAA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
  91. UCHIJAAAA Dynmap{2.2-143} [Dynmap] (Dynmap-2.2-serveredition.jar)
  92. UCHIJAAAA EventHelper{1.6} [EventHelper] (EventHelper-1.6-serveredition.jar)
  93. UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
  94. UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  95. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b-serveredition.jar)
  96. UCHIJAAAA xModBlocker{1.0} [xModBlocker] (Mine-Play-Blocker-serveredition.jar)
  97. UCHIJAAAA lift{2.0.1} [Lift Mod] (Mine-Play-Lifts-serveredition.jar)
  98. UCHIJAAAA Trade{1.0} [Trade] (Mine-Play-Trader-serverediton.jar)
  99. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  100. UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.8.8-serveredition.jar)
  101. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
  102. TConstruct Environment: Environment healthy.
  103. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  104. Profiler Position: N/A (disabled)
  105. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  106. Player Count: 80 / 100; [EntityPlayerMP['mafiozy'/574, l='world', x=-228.07, y=68.42, z=160.06](mafiozy at -228.0679110202551,68.41999998688698,160.0572716397909), EntityPlayerMP['Sniper'/589, l='DIM54', x=927.45, y=21.00, z=465.19](Sniper at 927.4546966260683,21.0,465.19474793190346), EntityPlayerMP['Aldiar3103'/37495, l='world', x=-2401.85, y=13.00, z=1472.08](Aldiar3103 at -2401.8464260854116,13.0,1472.0839378788764), EntityPlayerMP['Taddy'/87539, l='world', x=-770.46, y=163.00, z=3172.89](Taddy at -770.4578524622445,163.0,3172.8896096007584), EntityPlayerMP['byizer'/101857, l='world', x=-563.03, y=68.00, z=396.11](byizer at -563.0262290602863,68.0,396.10552533432735), EntityPlayerMP['cripi'/166798, l='world', x=749.29, y=96.00, z=897.18](cripi at 749.2850271229386,96.0,897.1753602412612), EntityPlayerMP['gimbarr1234'/178711, l='world', x=168.20, y=66.50, z=135.24](gimbarr1234 at 168.1961512995331,66.5,135.2449103927041), EntityPlayerMP['spartane1'/21020, l='DIM50', x=-799.30, y=34.75, z=454.30](spartane1 at -799.3000000119209,34.7531999805212,454.3000000119209), EntityPlayerMP['titanik'/195424, l='world', x=-2272.44, y=51.00, z=1079.50](titanik at -2272.444809007583,51.0,1079.5015943717613), EntityPlayerMP['ifm'/205488, l='world', x=-555.08, y=6.17, z=807.58](ifm at -555.0842925332734,6.166109260938214,807.5763379053092), EntityPlayerMP['MRDarkLord'/211887, l='world', x=-708.43, y=66.00, z=256.38](MRDarkLord at -708.4310811390561,66.0,256.3772980276401), EntityPlayerMP['Alexsey228'/205514, l='world', x=-1520.57, y=77.00, z=154.68](Alexsey228 at -1520.5688717589387,77.0,154.67561198808838), EntityPlayerMP['Orion'/241323, l='world', x=751.04, y=67.00, z=-528.84](Orion at 751.0445795973908,67.0,-528.8387951205677), EntityPlayerMP['MeHaNiKPlay'/255014, l='world', x=-576.05, y=88.00, z=643.70](MeHaNiKPlay at -576.0486154874203,88.0,643.7014981491347), EntityPlayerMP['PingPlex'/264352, l='DIM50', x=-148.31, y=69.00, z=-285.55](PingPlex at -148.31439776439183,69.0,-285.55133890612296), EntityPlayerMP['solenko'/264039, l='DIM57', x=-593.72, y=63.00, z=-518.55](solenko at -593.7238610242232,63.0,-518.5475786300583), EntityPlayerMP['IvanGay007'/76496, l='world', x=-10.28, y=67.00, z=434.92](IvanGay007 at -10.280564316390914,67.0,434.92050306541535), EntityPlayerMP['XxX123XxX'/268873, l='world', x=-702.72, y=5.00, z=1527.47](XxX123XxX at -702.7191922812881,5.0,1527.4708539182247), EntityPlayerMP['makuta'/274436, l='world', x=1466.83, y=59.53, z=341.52](makuta at 1466.8324772175447,59.525404317664965,341.5224546299923), EntityPlayerMP['MrMandarinka'/283068, l='world', x=-648.64, y=9.00, z=649.72](MrMandarinka at -648.6400584285147,9.0,649.7182785701366), EntityPlayerMP['manjak'/289326, l='world', x=-413.89, y=100.00, z=714.89](manjak at -413.88663976452995,100.0,714.8914664408579), EntityPlayerMP['Sauroon'/292500, l='world', x=-185.50, y=5.00, z=-436.30](Sauroon at -185.49811484520814,5.0,-436.30000001192093), EntityPlayerMP['Riki'/295263, l='DIM51', x=-793.20, y=39.00, z=594.30](Riki at -793.2036408164938,39.00133597911215,594.3000000119209), EntityPlayerMP['MOISHE'/299692, l='DIM57', x=-584.84, y=64.00, z=-518.30](MOISHE at -584.8409075102826,64.0,-518.2962108169097), EntityPlayerMP['TheNightmer'/300246, l='world', x=-1490.66, y=75.00, z=159.92](TheNightmer at -1490.6562772088023,75.0,159.91562052762072), EntityPlayerMP['LoxLoxLOx'/213545, l='world', x=-367.51, y=69.00, z=440.05](LoxLoxLOx at -367.5084818438352,69.0,440.0482475750098), EntityPlayerMP['Freech'/309223, l='world', x=-298.50, y=83.00, z=1389.50](Freech at -298.5,83.0,1389.5), EntityPlayerMP['LUX'/310787, l='DIM52', x=721.85, y=69.00, z=851.23](LUX at 721.8499458376593,69.0,851.2259900346944), EntityPlayerMP['MikiStars'/320235, l='DIM51', x=-1378.98, y=40.75, z=1193.52](MikiStars at -1378.9844917348291,40.7531999805212,1193.5212410525367), EntityPlayerMP['wano1212'/219413, l='world', x=-524.12, y=5.00, z=491.82](wano1212 at -524.1158215326561,5.0,491.8159428784095), EntityPlayerMP['QTE123'/327605, l='world', x=-417.03, y=100.00, z=710.66](QTE123 at -417.02629952766574,100.0,710.6640753605249), EntityPlayerMP['PieFish'/328454, l='world', x=-827.74, y=67.00, z=302.58](PieFish at -827.7359561821518,67.0,302.5831941993328), EntityPlayerMP['Antoxa2000'/329874, l='world', x=348.29, y=101.50, z=1138.22](Antoxa2000 at 348.2928017622888,101.5,1138.220978790268), EntityPlayerMP['gownolis'/331696, l='world', x=-582.75, y=74.00, z=-527.76](gownolis at -582.752550050989,74.0,-527.7550376905999), EntityPlayerMP['thenikitospro'/289536, l='world', x=-819.75, y=66.00, z=1406.89](thenikitospro at -819.7513412736632,66.0,1406.8948036345307), EntityPlayerMP['Krimmik'/265478, l='world', x=-377.83, y=66.00, z=612.57](Krimmik at -377.8301699592255,66.0,612.5708446925082), EntityPlayerMP['Laos'/335208, l='world', x=-141.07, y=66.00, z=-454.42](Laos at -141.07305276868925,66.0,-454.41833648489416), EntityPlayerMP['ymora'/336799, l='DIM50', x=-449.29, y=50.17, z=-75.81](ymora at -449.2892439850502,50.170787077218804,-75.80580294776158), EntityPlayerMP['starkiller'/254848, l='DIM7', x=-448.50, y=32.00, z=617.56](starkiller at -448.5035778894115,32.0,617.5622450287832), EntityPlayerMP['vlad28'/339364, l='world', x=-1106.27, y=63.00, z=582.70](vlad28 at -1106.2697002370564,63.0,582.6999999880791), EntityPlayerMP['vanavana'/341668, l='world', x=-995.49, y=63.00, z=1177.43](vanavana at -995.4926084063553,63.0,1177.4289036903062), EntityPlayerMP['qlalka'/342129, l='world', x=319.89, y=73.00, z=-301.43](qlalka at 319.8919881023756,73.0,-301.43465934221575), EntityPlayerMP['Bobyk'/137313, l='DIM53', x=206.25, y=24.00, z=480.90](Bobyk at 206.24846619646027,24.0,480.89995396699516), EntityPlayerMP['Caxapok2017'/344135, l='world', x=-3352.70, y=58.00, z=836.47](Caxapok2017 at -3352.699999988079,58.0,836.4695522234229), EntityPlayerMP['TTpOcTo'/344751, l='world', x=-123.34, y=66.00, z=-455.74](TTpOcTo at -123.34145614682778,66.0,-455.74332975848944), EntityPlayerMP['161AXE161'/346637, l='world', x=-598.30, y=88.42, z=622.44](161AXE161 at -598.3000000119209,88.41999998688698,622.4448623980123), EntityPlayerMP['temik090904'/350520, l='world', x=-737.71, y=79.00, z=674.04](temik090904 at -737.7069433760284,79.0,674.041967508696), EntityPlayerMP['GalyanovPlay'/291434, l='world', x=-600.09, y=80.00, z=623.72](GalyanovPlay at -600.0921026759496,80.0,623.7193704145644), EntityPlayerMP['vex100'/358993, l='DIM55', x=1925.99, y=17.00, z=1131.55](vex100 at 1925.993411888865,17.0,1131.5524946531493), EntityPlayerMP['BoPoByIIIeK'/360828, l='DIM7', x=-584.73, y=79.00, z=-19.76](BoPoByIIIeK at -584.7253713149581,79.0,-19.76062506180021), EntityPlayerMP['Monsteer95'/362430, l='world', x=211.16, y=67.00, z=149.78](Monsteer95 at 211.15955009523833,67.0,149.7754016778362), EntityPlayerMP['Makolkin'/365094, l='world', x=-599.33, y=80.00, z=624.06](Makolkin at -599.3315488168406,80.0,624.0581350768041), EntityPlayerMP['Vladeslav228'/366771, l='world', x=-1278.12, y=80.00, z=1361.13](Vladeslav228 at -1278.1237603334778,80.0,1361.1339015244473), EntityPlayerMP['Arhangel'/367812, l='world', x=-810.03, y=75.00, z=2119.89](Arhangel at -810.0343971555718,75.0,2119.886908874048), EntityPlayerMP['npc1111'/368251, l='world', x=693.75, y=65.00, z=428.49](npc1111 at 693.7509166805635,65.0,428.4917729702479), EntityPlayerMP['Speedhacer'/368352, l='DIM3', x=-185.77, y=72.17, z=512.59](Speedhacer at -185.77084616299837,72.1707870772188,512.5922368056777), EntityPlayerMP['xXAZAZAXx'/369326, l='world', x=2043.02, y=113.86, z=3470.97](xXAZAZAXx at 2043.0209248141523,113.85993181614757,3470.969827004883), EntityPlayerMP['fhgmf'/369754, l='world', x=346.31, y=75.00, z=1141.30](fhgmf at 346.3116249724566,75.0,1141.300000011921), EntityPlayerMP['123morkovka123'/371264, l='world', x=-993.63, y=63.00, z=1178.70](123morkovka123 at -993.6336658153566,63.0,1178.699999988079), EntityPlayerMP['mugivara'/371560, l='world', x=-417.38, y=79.00, z=592.91](mugivara at -417.37998613694117,79.0,592.9104208887682), EntityPlayerMP['Beret632'/371854, l='world', x=-333.36, y=78.00, z=777.67](Beret632 at -333.3628261258255,78.0,777.6652633094451), EntityPlayerMP['retik111'/373669, l='DIM55', x=1937.95, y=22.00, z=1128.30](retik111 at 1937.9493740428652,22.0,1128.300000011921), EntityPlayerMP['maks2324354'/373685, l='world', x=-320.90, y=84.00, z=1074.73](maks2324354 at -320.8976998070184,84.0,1074.7315792247502), EntityPlayerMP['yunik'/374395, l='world', x=-235.55, y=68.00, z=106.19](yunik at -235.55404243918966,68.0,106.18924760887114), EntityPlayerMP['Kirad'/374364, l='world', x=-674.24, y=67.00, z=494.08](Kirad at -674.2375000119209,67.0,494.07646916313803), EntityPlayerMP['flaim'/374459, l='world', x=-599.83, y=80.00, z=621.92](flaim at -599.8281784198601,80.0,621.9170425188487), EntityPlayerMP['rog555'/375507, l='world', x=-245.57, y=68.00, z=28.21](rog555 at -245.57162361089075,68.0,28.206301873247664), EntityPlayerMP['werok2017'/375501, l='world', x=317.15, y=73.00, z=-301.32](werok2017 at 317.15388604875596,73.0,-301.3157222887649), EntityPlayerMP['Romanchik'/375833, l='DIM7', x=-938.70, y=31.00, z=560.05](Romanchik at -938.6999999880791,31.0,560.0500000119209), EntityPlayerMP['Shnobel'/376164, l='world', x=-2323.48, y=68.00, z=864.09](Shnobel at -2323.4848026655022,68.0,864.0926193081152), EntityPlayerMP['LuckyKekPro'/376413, l='DIM51', x=-1376.51, y=40.00, z=1183.19](LuckyKekPro at -1376.5057131935876,40.0,1183.1875458056365), EntityPlayerMP['BeastNinjazYT'/376634, l='world', x=-843.64, y=67.00, z=302.62](BeastNinjazYT at -843.644945595121,67.0,302.62413098018726), EntityPlayerMP['Pankiv'/376605, l='world', x=-223.56, y=67.00, z=819.75](Pankiv at -223.55775325277247,67.0,819.7530022502456), EntityPlayerMP['vairan'/292612, l='DIM51', x=105.55, y=62.00, z=1047.82](vairan at 105.55319634022777,62.0,1047.8224688492558), EntityPlayerMP['Nikoplay'/377268, l='world', x=-685.89, y=85.17, z=1051.07](Nikoplay at -685.8894259984432,85.1707870772188,1051.0748616276235), EntityPlayerMP['BadlJey'/377765, l='world', x=720.70, y=85.00, z=865.70](BadlJey at 720.6999999880791,85.0,865.6999999880791), EntityPlayerMP['slayma'/377878, l='world', x=-839.40, y=67.00, z=304.23](slayma at -839.395582211393,67.0,304.23084397801637), EntityPlayerMP['Nurbo'/378897, l='world', x=1284.52, y=69.00, z=948.87](Nurbo at 1284.5224140756384,69.0,948.8749500179096), EntityPlayerMP['Samoan43'/379012, l='world', x=-557.60, y=5.00, z=802.99](Samoan43 at -557.5985387936184,5.0,802.9861728950817), EntityPlayerMP['VovaGats'/378876, l='DIM50', x=-154.36, y=57.00, z=1404.31](VovaGats at -154.35580040793948,57.0,1404.3119154962023)]
  107. Is Modded: Definitely; Server brand changed to 'thermos,cauldron,craftbukkit,mcpc,kcauldron,fml,forge'
  108. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement