Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.77 KB | None | 0 0
  1. [16:39:22] [Client thread/INFO]: LWJGL Version: 2.9.1
  2. [OptiFine] (Reflector) Class not present: ModLoader
  3. [OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
  4. [OptiFine] (Reflector) Class not present: FMLRenderAccessLibrary
  5. [OptiFine] (Reflector) Class not present: LightCache
  6. [OptiFine] (Reflector) Class not present: BlockCoord
  7. [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
  8. [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
  9. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
  10. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
  11. [OptiFine] (Reflector) Class not present: cpw.mods.fml.common.FMLCommonHandler
  12. [OptiFine] (Reflector) Class not present: cpw.mods.fml.client.FMLClientHandler
  13. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IItemRenderer$ItemRenderType
  14. [OptiFine] (Reflector) Method not present: LI.getSkyRenderer
  15. [OptiFine] (Reflector) Method not present: LI.getCloudRenderer
  16. [OptiFine] (Reflector) Method not present: LI.getWeatherRenderer
  17. [OptiFine] (Reflector) Method not present: LC.countEntities
  18. [OptiFine] (Reflector) Method not present: LC.finishSetup
  19. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
  20. [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager
  21. [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
  22. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre
  23. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
  24. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors
  25. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogDensity
  26. [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$RenderFogEvent
  27. [OptiFine] (Reflector) Class not present: cpw.mods.fml.common.eventhandler.EventBus
  28. [OptiFine] (Reflector) Class not present: cpw.mods.fml.common.eventhandler.Event$Result
  29. [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
  30. [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch
  31. [OptiFine] (Reflector) Method not present: hd.getBedDirection
  32. [OptiFine] (Reflector) Method not present: hd.isBedFoot
  33. [OptiFine] (Reflector) Method not present: hd.canRenderInPass
  34. [OptiFine] (Reflector) Method not present: hd.hasTileEntity
  35. [OptiFine] (Reflector) Method not present: hd.canCreatureSpawn
  36. [OptiFine] (Reflector) Field not present: vD.captureDrops
  37. [OptiFine] (Reflector) Field not present: vD.capturedDrops
  38. [OptiFine] (Reflector) Method not present: vD.shouldRenderInPass
  39. [OptiFine] (Reflector) Method not present: vD.canRiderInteract
  40. [OptiFine] (Reflector) Method not present: Jf.shouldRenderInPass
  41. [OptiFine] (Reflector) Method not present: Jf.getRenderBoundingBox
  42. [OptiFine] (Reflector) Method not present: Ao.onEntitySwing
  43. [OptiFine] (Reflector) Method not present: FA.isCurativeItem
  44. [OptiFine] (Reflector) Method not present: BF.hasEffect
  45. [OptiFine] (Reflector) Method not present: Bq.getRecordResource
  46. [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
  47. [OptiFine] (Reflector) Class not present: cpw.mods.fml.client.SplashProgress
  48. java.lang.NoClassDefFoundError: net/minecraft/launchwrapper/IClassTransformer
  49. at java.lang.ClassLoader.defineClass1(Native Method)
  50. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  51. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  52. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  53. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  54. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  55. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  56. at java.security.AccessController.doPrivileged(Native Method)
  57. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  59. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  61. at java.lang.Class.forName0(Native Method)
  62. at java.lang.Class.forName(Class.java:264)
  63. at Ii.a(Unknown Source)
  64. at Ii.<init>(Unknown Source)
  65. at Ih.<clinit>(Unknown Source)
  66. at Il.a(Unknown Source)
  67. at rI.d(Unknown Source)
  68. at rI.a(Unknown Source)
  69. at ke.ae(Unknown Source)
  70. at ke.f(Unknown Source)
  71. at net.minecraft.client.main.Main.main(Unknown Source)
  72. Caused by: java.lang.ClassNotFoundException: net.minecraft.launchwrapper.IClassTransformer
  73. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  74. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  75. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
  76. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  77. ... 23 more
  78. [OptiFine]
  79. [OptiFine] OptiFine_1.7.10_HD_U_D6
  80. [OptiFine] Build: 20170504-230608
  81. [OptiFine] OS: Windows 8.1 (amd64) version 6.3
  82. [OptiFine] Java: 1.8.0_45, Oracle Corporation
  83. [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  84. [OptiFine] LWJGL: 2.9.1
  85. [OptiFine] OpenGL: GeForce GTX 970/PCIe/SSE2, version 4.5.0 NVIDIA 382.05, NVIDIA Corporation
  86. [OptiFine] OpenGL Version: 4.0
  87. [OptiFine] Maximum texture size: 16384x16384
  88. [16:39:23] [Client thread/INFO]: Reloading ResourceManager: Default, ! Red x64 V1.zip
  89. [OptiFine] *** Reloading textures ***
  90. [OptiFine] Resource packs: ! Red x64 V1.zip
  91.  
  92. Starting up SoundSystem...
  93. [OptiFine] Loading textures/font/ascii.properties
  94. [OptiFine] Loading textures/font/ascii_sga.properties
  95. [OptiFine] (Reflector) Field not present: rH.resourcePackFile
  96. [OptiFine] ConnectedTextures: mcpatcher/ctm/glass/glass.properties
  97. [OptiFine] Multipass connected textures: false
  98. [OptiFine] Multipass connected textures: false
  99. [OptiFine] Loading texture map: textures/blocks
  100. [OptiFine] ConnectedTextures: mcpatcher/ctm/glass/glass.properties
  101. [OptiFine] Multipass connected textures: false
  102. [OptiFine] Multipass connected textures: false
  103. Initializing LWJGL OpenAL
  104. (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  105. OpenAL initialized.
  106. [OptiFine] Texture size: textures/blocks, 512x512
  107. [16:39:23] [Client thread/INFO]: Created: 512x512 textures/blocks-atlas
  108. [OptiFine] Loading texture map: textures/items
  109. [OptiFine] Texture size: textures/items, 512x512
  110. [16:39:23] [Client thread/INFO]: Created: 512x512 textures/items-atlas
  111.  
  112. [16:39:23] [Sound Library Loader/INFO]: Sound engine started
  113. COSMIC > Starting up CosmicClient ALPHA 1.2.1
  114. COSMIC > Setup config
  115. COSMIC > Loaded config
  116. Could not load Properties file :
  117. java.lang.NullPointerException
  118. COSMIC > Disabled Glint Modifier
  119. COSMIC > Disabled Particle Multiplier
  120. COSMIC > Enabled Potion Effects HUD
  121. COSMIC > Disabled Chunk Borders
  122. COSMIC > Disabled Enhanced FPS
  123. COSMIC > Enabled ToggleSneak
  124. COSMIC > Enabled Information HUD
  125. COSMIC > Enabled Potion Colors
  126. COSMIC > Enabled Visual Keys HUD
  127. COSMIC > Enabled Notifications
  128. COSMIC > Enabled Armor Status HUD
  129. COSMIC > Enabled Cooldowns HUD
  130. COSMIC > Enabled MapWriter
  131. COSMIC > Enabled TabbyChat
  132. COSMIC > Enabled Screen Uploader
  133. COSMIC > Loaded modules
  134. COSMIC > Added [6f656d92-6305-4e1f-a217-33e50ac4f7fc][PlayerAccount(headResource=null, displayName=OskuPlayz, userName=oskaritmakela@gmail.com, accessToken=29032e51340246da9bef970ac7681c96, profileID=27c5ebe3-d9b2-4015-85a5-298d33b8f66d)]
  135. COSMIC > Added [ce22c434-a506-4856-ab93-357f189d3a6c][PlayerAccount(headResource=null, displayName=tswish24425, userName=tswish24425@gmail.com, accessToken=af0e00867ca4461eb4cb542f1ef73cad, profileID=e21144a8-aa1a-46bd-bc63-5f8242fdd8e8)]
  136. COSMIC > Added [2e577954-df8b-4eea-be17-178182cf004e][PlayerAccount(headResource=null, displayName=Pyro_Ingenuity, userName=john.gunter.6@gmail.com, accessToken=3208bfbbc7b44513b9efe60b320ddd4b, profileID=8089dfc5-b619-4204-8c1e-2e73c01537e9)]
  137. COSMIC > Added [992b47aa-c58c-49ea-ad5e-20fa214933fe][PlayerAccount(headResource=null, displayName=DUCZ, userName=vojtakoristka@seznam.cz, accessToken=d8a6e2c383e84698877a89f88cbe4656, profileID=f0015a6b-4e92-333b-50fe-8c0b88368858)]
  138. COSMIC > Added [3fa4a8ec-4de9-48e0-9df0-d453fc8459de][PlayerAccount(headResource=null, displayName=outlawl3, userName=kdybly99@gmx.com, accessToken=56a1da71a91a45b28632d6ed3284cd06, profileID=1e56add7-d6b7-46c6-85ea-908f5a403434)]
  139. COSMIC > Added [18076b5d-e61a-4bb8-bc60-3825c3088230][PlayerAccount(headResource=null, displayName=young202, userName=patryk.pp@vp.pl, accessToken=0a2189ff13194d8b9fea797ee93c82ad, profileID=0cd18364-2b07-41e3-b5e0-6ea97574e60f)]
  140. COSMIC > Added [843e6d93-7629-4086-a23c-bd6de419b450][PlayerAccount(headResource=null, displayName=Narwolez, userName=zestypoop@gmail.com, accessToken=e2059a61af8647a490d22fd2d9e1c077, profileID=c3c25d40-2515-49ce-9a21-55dcb4e4e823)]
  141. COSMIC > Added [96b58cf0-6a9c-4874-8559-93d0d10d5823][PlayerAccount(headResource=null, displayName=Pycliollo, userName=tadek65sx@wp.pl, accessToken=3b87702f3ced4a0c8d6f680ae191c31c, profileID=17afeb9c-c2cc-44cb-9e0a-5449df1f87a8)]
  142. COSMIC > Added [6ada25a9-f6e6-4974-a0b4-603e9ef10049][PlayerAccount(headResource=null, displayName=Sanny1238, userName=sascha-niebuhr@web.de, accessToken=fe72a4a83e57443ba22cd634813c17cf, profileID=b8d65508-8768-2952-a148-000c2e525b0d)]
  143. COSMIC > Added [a8401961-fa3c-4312-ad29-dad23fa56a9b][PlayerAccount(headResource=null, displayName=potkan12, userName=lukaspazitka@centrum.sk, accessToken=b56ab0fdfc9a4ec7b0b4a28dfcfb4ded, profileID=4e02abc8-867d-4454-a83c-9845f4a4bd38)]
  144. COSMIC > Added [fce62728-89e8-47d0-9104-a7f8a97ed746][PlayerAccount(headResource=null, displayName=Apollo1112, userName=minecraftkm2@gmail.com, accessToken=4a6b4eba20d14f65b3e1457af38b9dd0, profileID=6ebfd1eb-8933-48ac-bfff-1202a0458a07)]
  145. COSMIC > Added [27ac6727-46fd-41a2-9980-885d38fc7bc8][PlayerAccount(headResource=null, displayName=TobyMV, userName=tobias210801@hotmail.com, accessToken=298d98194379471a97a9dbf845ac3031, profileID=4a9ddf82-dd86-047a-4eb5-a939e9a49e8e)]
  146. COSMIC > Added [a60a6f81-e7f4-4800-8f0c-14a2ff36ebbb][PlayerAccount(headResource=null, displayName=OHMachine, userName=ohmelin10@outlook.dk, accessToken=e782747823654846ae89091aa0382d78, profileID=d0ceac9a-4780-16a0-23b3-e2798bd1f71d)]
  147. COSMIC > Added [3a16531e-eac8-4885-ab1b-249e37a222a6][PlayerAccount(headResource=null, displayName=OHMoney, userName=ohmelin5@gmail.com, accessToken=e9b9e31762ec4888b86be320a2378f6d, profileID=a88acc80-2866-b7e1-d3d7-5c6d75d35cdb)]
  148. COSMIC > Added [9e152d7c-3643-409f-a09e-09c7b2570ed8][PlayerAccount(headResource=null, displayName=OHMom, userName=daan.lenssen@gmail.com, accessToken=cef8615e7438434eb6c507f4e9bbf3ba, profileID=cd32566e-97e4-4903-b5ac-d4b749c666f2)]
  149. COSMIC > Added [1e9c16f0-8ad6-4aac-a904-3ff98abfccd0][PlayerAccount(headResource=null, displayName=OHMelin, userName=oliverholstmelin@live.dk, accessToken=136a5c95ed234702a6a0261bb7be90c7, profileID=06e7e534-bd12-62e6-72e2-a927027cb4a2)]
  150. COSMIC > Set active: 1e9c16f0-8ad6-4aac-a904-3ff98abfccd0
  151. COSMIC > clientToken: bdca46514ea5d22c9ed50b8d9567824b
  152. COSMIC > Enabled ToggleSneak
  153. COSMIC > Enabled Potion Effects HUD
  154. COSMIC > Enabled Armor Status HUD
  155. COSMIC > Enabled Cooldowns HUD
  156. COSMIC > Enabled Notifications
  157. COSMIC > Enabled Information HUD
  158. COSMIC > Enabled Screen Uploader
  159. COSMIC > Attempting login. (PlayerAccount(headResource=minecraft:heads/OHMelin.png, displayName=OHMelin, userName=oliverholstmelin@live.dk, accessToken=136a5c95ed234702a6a0261bb7be90c7, profileID=06e7e534-bd12-62e6-72e2-a927027cb4a2); 1e9c16f0-8ad6-4aac-a904-3ff98abfccd0; bdca46514ea5d22c9ed50b8d9567824b)
  160. [16:39:24] [Client thread/INFO]: Logging in with access token
  161. [OptiFine] *** Reloading custom textures ***
  162. [OptiFine] Loading custom colors: textures/colormap/grass.png
  163. [OptiFine] Loading custom colors: textures/colormap/foliage.png
  164. [OptiFine] Loading custom colors: mcpatcher/colormap/water.png
  165. [OptiFine] Loading custom colors: mcpatcher/colormap/swampgrass.png
  166. [OptiFine] Loading custom colors: mcpatcher/colormap/swampfoliage.png
  167. [OptiFine] Loading custom colors: mcpatcher/colormap/sky0.png
  168. [OptiFine] Loading custom colors: mcpatcher/lightmap/world-1.png
  169. [OptiFine] Loading custom colors: mcpatcher/lightmap/world0.png
  170. [OptiFine] Loading custom colors: mcpatcher/lightmap/world1.png
  171. [OptiFine] Loading mcpatcher/color.properties
  172. [OptiFine] Custom color: lilypad = 577119
  173. [OptiFine] Custom color: drop.water = ffffff
  174. [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky1.properties
  175. [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky2.properties
  176. [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky3.properties
  177. [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky4.properties
  178. [OptiFine] RandomMobs: textures/entity/bat.png, variants: 3
  179. [OptiFine] RandomMobs: textures/entity/blaze.png, variants: 4
  180. [OptiFine] RandomMobs: textures/entity/chicken.png, variants: 3
  181. [OptiFine] RandomMobs: textures/entity/cow/cow.png, variants: 5
  182. [OptiFine] RandomMobs: textures/entity/cow/mooshroom.png, variants: 2
  183. [OptiFine] RandomMobs: textures/entity/creeper/creeper.png, variants: 3
  184. [OptiFine] RandomMobs: textures/entity/enderman/enderman.png, variants: 5
  185. [OptiFine] RandomMobs: textures/entity/ghast/ghast_shooting.png, variants: 3
  186. [OptiFine] RandomMobs: textures/entity/iron_golem.png, variants: 3
  187. [OptiFine] RandomMobs: textures/entity/pig/pig.png, variants: 4
  188. [OptiFine] RandomMobs: textures/entity/silverfish.png, variants: 4
  189. [OptiFine] RandomMobs: textures/entity/skeleton/skeleton.png, variants: 3
  190. [OptiFine] RandomMobs: textures/entity/skeleton/wither_skeleton.png, variants: 3
  191. [OptiFine] RandomMobs: textures/entity/slime/slime.png, variants: 4
  192. [OptiFine] RandomMobs: textures/entity/slime/magmacube.png, variants: 4
  193. [OptiFine] RandomMobs: textures/entity/spider/cave_spider.png, variants: 4
  194. [OptiFine] RandomMobs: textures/entity/spider/spider.png, variants: 3
  195. [OptiFine] RandomMobs: textures/entity/spider_eyes.png, variants: 3
  196. [OptiFine] RandomMobs: textures/entity/squid.png, variants: 4
  197. [OptiFine] RandomMobs: textures/entity/wolf/wolf.png, variants: 5
  198. [OptiFine] RandomMobs: textures/entity/wolf/wolf_angry.png, variants: 5
  199. [OptiFine] RandomMobs: textures/entity/wolf/wolf_tame.png, variants: 5
  200. [OptiFine] RandomMobs: textures/entity/zombie_pigman.png, variants: 4
  201. [OptiFine] RandomMobs: textures/entity/zombie/zombie.png, variants: 3
  202. [OptiFine] RandomMobs: textures/entity/zombie/zombie_villager.png, variants: 3
  203. [16:39:29] [Client thread/INFO]: Connecting to play.factionslab.org, 25565
  204. COSMIC > Requesting world border
  205. Loading markers
  206. [16:39:36] [Client thread/WARN]: [TABBYCHAT] Unable to read channel data file : 'Missing type parameter.'
  207. java.lang.RuntimeException: Missing type parameter.
  208. at com.google.gson.reflect.TypeToken.getSuperclassTypeParameter(Unknown Source) ~[Launcher.jar:?]
  209. at com.google.gson.reflect.TypeToken.<init>(Unknown Source) ~[Launcher.jar:?]
  210. at p.<init>(Unknown Source) ~[CosmicClient.jar:?]
  211. at o.i(Unknown Source) [CosmicClient.jar:?]
  212. at o.p(Unknown Source) [CosmicClient.jar:?]
  213. at o.f(Unknown Source) [CosmicClient.jar:?]
  214. at o.d(Unknown Source) [CosmicClient.jar:?]
  215. at l.a(Unknown Source) [CosmicClient.jar:?]
  216. at l.a(Unknown Source) [CosmicClient.jar:?]
  217. at l.a(Unknown Source) [CosmicClient.jar:?]
  218. at oy.a(Unknown Source) [CosmicClient.jar:?]
  219. at DY.a(Unknown Source) [CosmicClient.jar:?]
  220. at DY.a(Unknown Source) [CosmicClient.jar:?]
  221. at CO.a(Unknown Source) [CosmicClient.jar:?]
  222. at ke.ai(Unknown Source) [CosmicClient.jar:?]
  223. at ke.f(Unknown Source) [CosmicClient.jar:?]
  224. at net.minecraft.client.main.Main.main(Unknown Source) [CosmicClient.jar:1.0-SNAPSHOT]
  225. [16:39:36] [Client thread/INFO]: [CHAT] <!> Please wait while we transfer you to Fringe.
  226. COSMIC > Requesting world border
  227. Loading markers
  228. COSMIC > Initializing channel
  229. COSMIC > Requesting world border
  230. Loading markers
  231. COSMIC > Initializing channel
  232. COSMIC > Requesting world border
  233. Loading markers
  234. COSMIC > Initializing channel
  235. [16:39:40] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » can i hav a inv
  236. [16:39:44] [Client thread/INFO]: [CHAT] (**Targaryens) (Scientist) NukedUrNan » idk
  237. [16:39:45] [Client thread/INFO]: [CHAT] ***Game_ZOR: no it is easier to water everything at once
  238. [16:39:47] [Client thread/INFO]: [CHAT] (*Targaryens) [Subject] FeedTheDark » got skype?
  239. [16:39:48] [Client thread/INFO]: Reloading ResourceManager: Default, ! Red x64 V1.zip
  240. [OptiFine] *** Reloading textures ***
  241. [OptiFine] Resource packs: ! Red x64 V1.zip
  242. [OptiFine] Loading texture map: textures/blocks
  243. [OptiFine] ConnectedTextures: mcpatcher/ctm/glass/glass.properties
  244. [OptiFine] Multipass connected textures: false
  245. [OptiFine] Multipass connected textures: false
  246. [OptiFine] Texture size: textures/blocks, 512x512
  247. [16:39:48] [Client thread/INFO]: Created: 512x512 textures/blocks-atlas
  248. [OptiFine] Loading texture map: textures/items
  249. [OptiFine] Texture size: textures/items, 512x512
  250. [16:39:48] [Client thread/INFO]: Created: 512x512 textures/items-atlas
  251.  
  252. SoundSystem shutting down...
  253. Author: Paul Lamb, www.paulscode.com
  254.  
  255.  
  256. Starting up SoundSystem...
  257. [OptiFine] Loading textures/font/ascii.properties
  258. [OptiFine] Loading textures/font/ascii_sga.properties
  259. [OptiFine] *** Reloading custom textures ***
  260. [OptiFine] Loading custom colors: textures/colormap/grass.png
  261. [OptiFine] Loading custom colors: textures/colormap/foliage.png
  262. [OptiFine] Loading custom colors: mcpatcher/colormap/water.png
  263. [OptiFine] Loading custom colors: mcpatcher/colormap/swampgrass.png
  264. [OptiFine] Loading custom colors: mcpatcher/colormap/swampfoliage.png
  265. [OptiFine] Loading custom colors: mcpatcher/colormap/sky0.png
  266. [OptiFine] Loading custom colors: mcpatcher/lightmap/world-1.png
  267. [OptiFine] Loading custom colors: mcpatcher/lightmap/world0.png
  268. [OptiFine] Loading custom colors: mcpatcher/lightmap/world1.png
  269. [OptiFine] Loading mcpatcher/color.properties
  270. [OptiFine] Custom color: lilypad = 577119
  271. [OptiFine] Custom color: drop.water = ffffff
  272. [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky1.properties
  273. Initializing LWJGL OpenAL
  274. (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  275. OpenAL initialized.
  276. [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky2.properties
  277. [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky3.properties
  278.  
  279. [16:39:49] [Sound Library Loader/INFO]: Sound engine started
  280. [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky4.properties
  281. [OptiFine] RandomMobs: textures/entity/bat.png, variants: 3
  282. [OptiFine] RandomMobs: textures/entity/blaze.png, variants: 4
  283. [OptiFine] RandomMobs: textures/entity/chicken.png, variants: 3
  284. [OptiFine] RandomMobs: textures/entity/cow/cow.png, variants: 5
  285. [OptiFine] RandomMobs: textures/entity/cow/mooshroom.png, variants: 2
  286. [OptiFine] RandomMobs: textures/entity/creeper/creeper.png, variants: 3
  287. [OptiFine] RandomMobs: textures/entity/enderman/enderman.png, variants: 5
  288. [OptiFine] RandomMobs: textures/entity/ghast/ghast_shooting.png, variants: 3
  289. [OptiFine] RandomMobs: textures/entity/iron_golem.png, variants: 3
  290. [OptiFine] RandomMobs: textures/entity/pig/pig.png, variants: 4
  291. [OptiFine] RandomMobs: textures/entity/silverfish.png, variants: 4
  292. [OptiFine] RandomMobs: textures/entity/skeleton/skeleton.png, variants: 3
  293. [OptiFine] RandomMobs: textures/entity/skeleton/wither_skeleton.png, variants: 3
  294. [OptiFine] RandomMobs: textures/entity/slime/slime.png, variants: 4
  295. [OptiFine] RandomMobs: textures/entity/slime/magmacube.png, variants: 4
  296. [OptiFine] RandomMobs: textures/entity/spider/cave_spider.png, variants: 4
  297. [OptiFine] RandomMobs: textures/entity/spider/spider.png, variants: 3
  298. [OptiFine] RandomMobs: textures/entity/spider_eyes.png, variants: 3
  299. [OptiFine] RandomMobs: textures/entity/squid.png, variants: 4
  300. [OptiFine] RandomMobs: textures/entity/wolf/wolf.png, variants: 5
  301. [OptiFine] RandomMobs: textures/entity/wolf/wolf_angry.png, variants: 5
  302. [OptiFine] RandomMobs: textures/entity/wolf/wolf_tame.png, variants: 5
  303. [OptiFine] RandomMobs: textures/entity/zombie_pigman.png, variants: 4
  304. [OptiFine] RandomMobs: textures/entity/zombie/zombie.png, variants: 3
  305. [OptiFine] RandomMobs: textures/entity/zombie/zombie_villager.png, variants: 3
  306. [16:39:49] [Client thread/INFO]: [CHAT] (*Targaryens) [Subject] FeedTheDark » or disc
  307. [16:39:50] [Client thread/INFO]: [CHAT] *BaBoulinet: fine
  308. [16:39:50] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » alexmienk what the fuckk do you want random
  309. [16:39:51] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » who wants to get split first by me when tnt enables
  310. [16:39:53] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » who wants it
  311. [16:39:55] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » i got disc
  312. [16:39:56] [Client thread/INFO]: [CHAT] (***Targaryens) (Beast) Corrupting » me
  313. [16:39:56] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » I got the 20stackers ready
  314. [16:39:59] [Client thread/INFO]: [CHAT] (**Targaryens) (Scientist) NukedUrNan » omg is that ChocolateBars
  315. [16:39:59] [Client thread/INFO]: [CHAT] (***eDatersXD) (Beast) alexmienk » ChocolateBars shut up retard
  316. [16:40:00] [Client thread/INFO]: [CHAT] iGotDr0pp3d caught a Zombie Pigman Spawner while fishing!
  317. [16:40:00] [Client thread/INFO]: [CHAT] (+Targaryens) [Subject] BaseExploits » then again i was the one who put a dick pic in skype chat
  318. [16:40:03] [Client thread/INFO]: [CHAT] ***Game_ZOR: lets just gen atleast 2 more walls
  319. [16:40:05] [Client thread/INFO]: [CHAT] (*Targaryens) [Subject] FeedTheDark » msg me ur disc
  320. [16:40:06] [Client thread/INFO]: [CHAT] ----------[ FactionsInfo ]----------
  321. [16:40:06] [Client thread/INFO]: [CHAT] Need to buy some items? Simple.
  322. [16:40:06] [Client thread/INFO]: [CHAT] Visit the shop! Type, /shop.
  323. [16:40:06] [Client thread/INFO]: [CHAT] --------------------------------
  324. [16:40:08] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » alexmienk wanna get split
  325. [16:40:08] [Client thread/INFO]: [CHAT] *BaBoulinet: k
  326. [16:40:09] [Client thread/INFO]: [CHAT] §7§m-------[§d Top Factions §7[§c<§7] §d1§7/§d27 §7[§a>§7] §7§m]-------
  327. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d1§7]§d §dPolar §7| §b$1,805,695,858
  328. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d2§7]§d §ceDatersXD §7| §b$1,679,031,105
  329. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d3§7]§d §cBrutality §7| §b$669,078,771
  330. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d4§7]§d §fDemonic §7| §b$615,124,948
  331. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d5§7]§d §cTargaryens §7| §b$556,074,628
  332. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d6§7]§d §cFalcons §7| §b$408,871,881
  333. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d7§7]§d §cOrganic §7| §b$337,634,006
  334. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d8§7]§d §fessketit §7| §b$327,527,588
  335. [16:40:09] [Client thread/INFO]: [CHAT] §7[§d9§7]§d §cChoripan §7| §b$299,338,588
  336. [16:40:10] [Client thread/INFO]: [CHAT] *BaBoulinet: im down for that
  337. [16:40:11] [Client thread/INFO]: [CHAT] ________________.[ (146,312) Royal ]._________________
  338. [16:40:11] [Client thread/INFO]: [CHAT] \N////////////////////////////////////////////#--
  339. [16:40:11] [Client thread/INFO]: [CHAT] W+E///////////////////////////////////////////---
  340. [16:40:11] [Client thread/INFO]: [CHAT] /S\///////////////////////////////////////////---
  341. [16:40:11] [Client thread/INFO]: [CHAT] \\////////////////////////////////////////////$$$
  342. [16:40:11] [Client thread/INFO]: [CHAT] \\////////////////////////////////////////////$$$
  343. [16:40:11] [Client thread/INFO]: [CHAT] \\////////////////////////////////////////////$$$
  344. [16:40:11] [Client thread/INFO]: [CHAT] \\////////////////////////////////////////////$$$
  345. [16:40:11] [Client thread/INFO]: [CHAT] \\////////////////////////////////////////////$$$
  346. [16:40:11] [Client thread/INFO]: [CHAT] \\//////////////////////+/////////////////////$$$
  347. [16:40:11] [Client thread/INFO]: [CHAT] \\\\-----------------------------------------$$$$
  348. [16:40:11] [Client thread/INFO]: [CHAT] -------------------------------------------------
  349. [16:40:11] [Client thread/INFO]: [CHAT] -------------------------------------------------
  350. [16:40:11] [Client thread/INFO]: [CHAT] -------------------------------------------------
  351. [16:40:11] [Client thread/INFO]: [CHAT] -------------------------------------------------
  352. [16:40:11] [Client thread/INFO]: [CHAT] -------------------------------------------------
  353. [16:40:11] [Client thread/INFO]: [CHAT] -------------------------------------------------
  354. [16:40:11] [Client thread/INFO]: [CHAT] /: Royal #: Targaryens $: Polar \: Organic
  355. [16:40:13] [Client thread/INFO]: [CHAT] _____________________.[ Royal ].______________________
  356. [16:40:13] [Client thread/INFO]: [CHAT] Description: hi
  357. [16:40:13] [Client thread/INFO]: [CHAT] Joining: invitation is required
  358. [16:40:13] [Client thread/INFO]: [CHAT] Land / Power / Maxpower: 1232/2467/2500
  359. [16:40:13] [Client thread/INFO]: [CHAT] Founded: 05/27/17 2:3PM
  360. [16:40:13] [Client thread/INFO]: [CHAT] Land value: no value no refund
  361. [16:40:13] [Client thread/INFO]: [CHAT] Balance: 96,790
  362. [16:40:13] [Client thread/INFO]: [CHAT] Allies(6/?): §dTacoBell, §dSupreme, §dPolar, §dSnapChat, §dPayPal, §dLlama
  363. [16:40:13] [Client thread/INFO]: [CHAT] Online: (7/25): §7***Game_ZOR§7(§2100.0§7)§e, §a§7*BaBoulinet§7(§2100.0§7)§e, §a§7-ISIS_911§7(§2100.0§7)§e, §a§7-Babolino§7(§2100.0§7)§e, §a§7+OHMelin§7(§2100.0§7)§e, §a§7-CannonALT§7(§2100.0§7)§e, §a§7-CptMacholo§7(§2100.0§7)
  364. [16:40:13] [Client thread/INFO]: [CHAT] Offline: (18/25): §7*FoundYourFlow§7(§2100.0§7)§e, §a§7*IWont ToXicZx_§7(§2100.0§7)§e, §a§7*PinkTrousers§7(§290.0§7)§e, §a§7+klemenlg§7(§288.0§7)§e, §a§7+KiwiPing§7(§2100.0§7)§e, §a§7+Patry4Lord§7(§2100.0§7)§e, §a§7-SimoneIsGay§7(§2100.0§7)§e, §a§7+Unbanned§7(§2100.0§7)§e, §a§7+rancidFlesh§7(§289.0§7)§e, §a§7-Rabidchin§7(§2100.0§7)§e, §a§7+RoyalNeverGiveup§7(§2100.0§7)§e, §a§7+Jacob_the_fake§7(§2100.0§7)§e, §a§7+Baby0303_§7(§2100.0§7)§e, §a§7-JohnathanEichel§7(§2100.0§7)§e, §a§7-JTX§7(§2100.0§7)§e, §a§7-QDU§7(§2100.0§7)§e, §a§7-BigBoyBen§7(§2100.0§7)§e, §a§7+Snqkey_V2§7(§2100.0§7)
  365. [16:40:15] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » lMAO
  366. [16:40:15] [Client thread/INFO]: [CHAT] (***eDatersXD) (Beast) alexmienk » yes
  367. [16:40:17] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » 666 could catch it too
  368. [16:40:18] [Client thread/INFO]: [CHAT] ***Game_ZOR: then we water all
  369. [16:40:19] [Client thread/INFO]: [CHAT] Faction only chat mode.
  370. [16:40:21] [Client thread/INFO]: [CHAT] +OHMelin: Hey guys
  371. [16:40:22] [Client thread/INFO]: [CHAT] [LabVote] GenralJunk voted for FactionsLab! /Vote
  372. [16:40:22] [Client thread/INFO]: [CHAT] (***Targaryens) (Beast) Corrupting » alexmienk the dupers
  373. [16:40:23] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » 336 stfu
  374. [16:40:25] [Client thread/INFO]: [CHAT] (***Targaryens) (Beast) Corrupting » and shitters
  375. [16:40:25] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » FeedTheDark talking to me?
  376. [16:40:26] [Client thread/INFO]: [CHAT] ***Game_ZOR: hey
  377. [16:40:30] [Client thread/INFO]: [CHAT] +OHMelin: Have you seen the new cosmic pack??
  378. [16:40:30] [Client thread/INFO]: [CHAT] ***Game_ZOR: send me roofart OHMelin
  379. [16:40:32] [Client thread/INFO]: [CHAT] (*Targaryens) [Subject] FeedTheDark » yes
  380. [16:40:33] [Client thread/INFO]: [CHAT] (***eDatersXD) (Beast) alexmienk » Corrupting i dont know of any dupes :O
  381. [16:40:34] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) Dylan416 [Salty] » alexmienk wanna f*ck?
  382. [16:40:34] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » k
  383. [16:40:35] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » ChocolateBars hop on valux if your talking big
  384. [16:40:35] [Client thread/INFO]: [CHAT] +OHMelin: its crazy
  385. [16:40:37] [Client thread/INFO]: [CHAT] ***Game_ZOR: nope
  386. [16:40:41] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » l0l
  387. [16:40:41] [Client thread/INFO]: [CHAT] §8(§5Doctor§8) §5336§r §7» §e§f» §e§l336 V2§f «§e §eChocolateBars §ehop §eon §evalux §eif §eyour §etalking §ebig
  388. [16:40:43] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » team guys :D
  389. [16:40:45] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) Dylan416 [Salty] » alexmienk is great
  390. [16:40:49] [Client thread/INFO]: [CHAT] +OHMelin: Where should i send it?
  391. [16:40:51] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) Dylan416 [Salty] » best cannoner
  392. [16:40:52] [Client thread/INFO]: [CHAT] ***Game_ZOR: discord
  393. [16:40:53] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » 336 you have vape!
  394. [16:40:53] [Client thread/INFO]: [CHAT] +OHMelin: pm over dc?
  395. [16:40:53] [Client thread/INFO]: [CHAT] **Polar (Galileo) PraNk » im so tired
  396. [16:40:54] [Client thread/INFO]: [CHAT] **Polar (Galileo) PraNk » lol
  397. [16:40:56] [Client thread/INFO]: [CHAT] » (!) Auto entity clear in 30 seconds.
  398. [16:40:57] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » lol
  399. [16:41:03] [Client thread/INFO]: [CHAT] **YOU READY YOUR SWORD**
  400. [16:41:04] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) Dylan416 [Salty] » Alex ur the best cannoner on flab
  401. [16:41:06] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » I hardly know how to use clients
  402. [16:41:09] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » im far too lazy to get vape
  403. [16:41:10] [Client thread/INFO]: [CHAT] **YOU LOWER YOUR SWORD**
  404. [16:41:14] [Client thread/INFO]: [CHAT] (**Polar) (Einstein) Roll_Safe » lol
  405. [16:41:20] [Client thread/INFO]: [CHAT] (***eDatersXD) (Beast) alexmienk » wtf
  406. [16:41:23] [Client thread/INFO]: [CHAT] (+DarkSide) [Subject] StrafeMinecraft » silverfish spawner in ah
  407. [16:41:23] [Client thread/INFO]: [CHAT] (**Targaryens) (Scientist) NukedUrNan » Roll_Safe hand over that 13m
  408. [16:41:25] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » 336 quit talking lmfao
  409. [16:41:28] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » Bequis
  410. [16:41:28] [Client thread/INFO]: [CHAT] (**Targaryens) (Scientist) NukedUrNan » you're under arrest.
  411. [16:41:29] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » alexmienk skids my cannons
  412. [16:41:31] [Client thread/INFO]: [CHAT] » (!) Auto entity clear in 10 seconds.
  413. [16:41:39] [Client thread/INFO]: [CHAT] FactionsLab >> Welcome [Subject] deathbyfire4 to FringeLab! (#5332)
  414. [16:41:40] [Client thread/INFO]: [CHAT] (***eDatersXD) (Beast) alexmienk » ChocolateBars split me sideways daddy
  415. [16:41:41] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » t
  416. [16:41:42] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » Bequis your fac caught bare fades from earlier
  417. [16:41:44] [Client thread/INFO]: [CHAT] [LabVote] GenralJunk voted for FactionsLab! /Vote
  418. [16:41:46] [Client thread/INFO]: [CHAT] (**Polar) (Einstein) Roll_Safe » sheet
  419. [16:41:46] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » so why you talkin big
  420. [16:41:48] [Client thread/INFO]: [CHAT] » (!) All entities have been auto cleared.
  421. [16:41:50] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » you know you'd get slapped
  422. [16:41:51] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » ???
  423. [16:42:08] [Client thread/INFO]: [CHAT] iGotDr0pp3d caught a Zombie Pigman Spawner while fishing!
  424. [16:42:09] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » alexmienk ill dick nuke you
  425. [16:42:12] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » NukedUrNan inv meh
  426. [16:42:16] [Client thread/INFO]: [CHAT] (***eDatersXD) (Beast) alexmienk » ok
  427. [16:42:17] [Client thread/INFO]: [CHAT] (**Targaryens) (Scientist) NukedUrNan » ChocolateBars
  428. [16:42:17] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) Dylan416 [Salty] » Ill put my dick in ur asses
  429. [16:42:20] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » what
  430. [16:42:22] [Client thread/INFO]: [CHAT] (**Targaryens) (Scientist) NukedUrNan » Ill void stack you!11111
  431. [16:42:26] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » wtf
  432. [16:42:30] [Client thread/INFO]: [CHAT] (***666) (Alchemist) ChocolateBars » high tech
  433. [16:42:33] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » i found a hacker!!!
  434. [16:42:37] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » this is amazing
  435. [16:42:37] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » come spawn+
  436. [16:42:39] [Client thread/INFO]: [CHAT] ----------[ FactionsInfo ]----------
  437. [16:42:39] [Client thread/INFO]: [CHAT] Need to get out of spawn? Simple.
  438. [16:42:39] [Client thread/INFO]: [CHAT] Simply use command, /wild.
  439. [16:42:39] [Client thread/INFO]: [CHAT] --------------------------------
  440. [16:42:41] [Client thread/INFO]: [CHAT] [LabVote] jarjarbinks98 voted for FactionsLab! /Vote
  441. [16:42:48] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » name is MotixPvP
  442. [16:42:49] [Client thread/INFO]: [CHAT] [LabVote] jarjarbinks98 voted for FactionsLab! /Vote
  443. [16:42:50] [Client thread/INFO]: [CHAT] *BaBoulinet: oh fuck, i didn't know organic was that close to us
  444. [16:42:57] [Client thread/INFO]: [CHAT] **YOU READY YOUR SWORD**
  445. [16:42:58] [Client thread/INFO]: [CHAT] ***Game_ZOR: yep its right there
  446. [16:43:02] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » polar
  447. [16:43:04] [Client thread/INFO]: [CHAT] **YOU LOWER YOUR SWORD**
  448. [16:43:04] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » Bequis
  449. [16:43:07] [Client thread/INFO]: [CHAT] ***Game_ZOR: there buffer is only like 13
  450. [16:43:08] [Client thread/INFO]: [CHAT] RyanoDinoOG caught a Zombie Spawner while fishing!
  451. [16:43:08] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » what
  452. [16:43:08] [Client thread/INFO]: [CHAT] (-Brutality) (Surgeon) TyranasaurusRekt » Dylan416 just ddosed me
  453. [16:43:10] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » you care for another slap on valux?
  454. [16:43:12] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » ally me kids
  455. [16:43:15] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » lets fucking go
  456. [16:43:21] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » "slap"
  457. [16:43:25] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » Bequis
  458. [16:43:28] [Client thread/INFO]: [CHAT] (-Brutality) (Surgeon) TyranasaurusRekt » Dylan416 is hitting me off
  459. [16:43:28] [Client thread/INFO]: [CHAT] (***Chivo) (Newton) MrCreditMan » Enrolment
  460. [16:43:29] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » I hotbarred you like 8 times
  461. [16:43:30] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » ?
  462. [16:43:32] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » wdym...
  463. [16:43:32] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » lol
  464. [16:43:33] [Client thread/INFO]: [CHAT] (***Chivo) (Newton) MrCreditMan » nice kill auraw
  465. [16:43:37] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » when
  466. [16:43:40] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » so i need a faction
  467. [16:43:40] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » i 6 potted ur ass
  468. [16:43:41] [Client thread/INFO]: [CHAT] *BaBoulinet: we will split them easily
  469. [16:43:43] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » I have screenshots???
  470. [16:43:44] [Client thread/INFO]: [CHAT] RyanoDinoOG caught a Spider Spawner while fishing!
  471. [16:43:45] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » t
  472. [16:43:45] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » I have screenshots???
  473. [16:43:46] [Client thread/INFO]: [CHAT] ***Game_ZOR: redstone doesnt load chunks so we will have to run around the checkbox
  474. [16:43:47] [Client thread/INFO]: [CHAT] (-Brutality) (Surgeon) TyranasaurusRekt » ,
  475. [16:43:50] [Client thread/INFO]: [CHAT] (-Brutality) (Surgeon) TyranasaurusRekt » Dylan416 is hitting me off help
  476. [16:43:52] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » ye 1 time out of like 5 matches
  477. [16:43:52] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » hey
  478. [16:43:55] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » Bequis
  479. [16:43:55] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » ffs
  480. [16:44:01] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » show me any of the other matches
  481. [16:44:06] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » ill slap you any time
  482. [16:44:07] [Client thread/INFO]: [CHAT] *BaBoulinet: that is fine
  483. [16:44:07] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » ok lets go rn
  484. [16:44:08] [Client thread/INFO]: [CHAT] ***Chaotic (Galileo) Logan » how i do make a cannon?
  485. [16:44:09] [Client thread/INFO]: [CHAT] (*666) (Doctor) Bequis » see you on
  486. [16:44:11] [Client thread/INFO]: [CHAT] ***Chaotic (Galileo) Logan » xD
  487. [16:44:12] [Client thread/INFO]: [CHAT] (+NvG) (Doctor) 336 » 1sec
  488. [16:44:21] [Client thread/INFO]: [CHAT] () [Subject] L3FTXD » log
  489. [16:44:21] [Client thread/INFO]: [CHAT] ***Game_ZOR: ill set up a bot that will spam the chat every 20 mins to check buffers
  490. [16:44:24] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » polar
  491. [16:44:27] [Client thread/INFO]: [CHAT] (***lyf) (Mutant) Dragonfire102506 » iss thar enchant
  492. [16:44:27] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » im here for fun
  493. [16:44:29] [Client thread/INFO]: [CHAT] (***Grapes) [Subject] Ziventh » legit
  494. [16:44:31] [Client thread/INFO]: [CHAT] FactionsLab >> Welcome [Subject] evaann to FringeLab! (#5333)
  495. [16:44:34] [Client thread/INFO]: [CHAT] » (!) Auto entity clear in 30 seconds.
  496. [16:44:37] [Client thread/INFO]: [CHAT] **Polar Roll_Safe: what
  497. [16:44:37] [Client thread/INFO]: Stopping!
  498.  
  499. SoundSystem shutting down...
  500. Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement