The document details the initialization process of a game launcher, including system information such as device model, architecture, and allocated RAM. It lists various environment variables set for the game and logs the loading of necessary libraries, highlighting a failure to inject a DNS cache and issues with incompatible Java and native library versions. Additionally, it provides warnings about missing system libraries and potential solutions for resolving library loading errors.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views19 pages
latestlog
The document details the initialization process of a game launcher, including system information such as device model, architecture, and allocated RAM. It lists various environment variables set for the game and logs the loading of necessary libraries, highlighting a failure to inject a DNS cache and issues with incompatible Java and native library versions. Additionally, it provides warnings about missing system libraries and potential solutions for resolving library loading errors.
Info: Architecture: arm64 Info: Device model: samsung SM-G955N Info: API version: 28 Info: Selected Minecraft version: 1.21.4 Info: Custom Java arguments: "" Info: RAM allocated: 984 Mb Info: Graphics device: ARM Mali-G71 (OpenGL ES 3) Added custom env: TMPDIR=/data/user/0/git.artdeell.mojo/cache Added custom env: MOJO_RENDERER=opengles2 Added custom env: AWTSTUB_WIDTH=2220 Added custom env: FORCE_VSYNC=true Added custom env: POJAV_NATIVEDIR=/data/app/git.artdeell.mojo- LxXmNFna8gZMCYYRUNGCvA==/lib/arm64 Added custom env: LIBGL_MIPMAP=3 Added custom env: allow_higher_compat_version=true Added custom env: MESA_GLSL_CACHE_DIR=/data/user/0/git.artdeell.mojo/cache Added custom env: HOME=/storage/emulated/0/games/PojavLauncher Added custom env: PATH=/data/user/0/git.artdeell.mojo/runtimes/Internal-21/bin:/sbin:/system/sbin:/ system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin Added custom env: LIBGL_NOINTOVLHACK=1 Added custom env: force_glsl_extensions_warn=true Added custom env: LIBGL_NORMALIZE=1 Added custom env: POJAV_VSYNC_IN_ZINK=1 Added custom env: LD_LIBRARY_PATH=/data/user/0/git.artdeell.mojo/runtimes/Internal- 21/lib/jli:/data/user/0/git.artdeell.mojo/runtimes/Internal-21/lib:/system/lib64:/ vendor/lib64:/vendor/lib64/hw:/data/app/git.artdeell.mojo- LxXmNFna8gZMCYYRUNGCvA==/lib/arm64 Added custom env: LIBGL_NOERROR=1 Added custom env: LIBGL_ES=2 Added custom env: VTEST_SOCKET_NAME=/data/user/0/git.artdeell.mojo/cache/.virgl_test Added custom env: MESA_LOADER_DRIVER_OVERRIDE=zink Added custom env: JAVA_HOME=/data/user/0/git.artdeell.mojo/runtimes/Internal-21 Added custom env: allow_glsl_extension_directive_midshader=true Added custom env: AWTSTUB_HEIGHT=1080 Initialising gl4es v1.1.5 built on Jul 14 2024 19:34:14 Using GLES 2.0 backend loaded: libGLESv2.so loaded: libEGL.so Using GLES 2.0 backend Hardware Full NPOT detected and used Extension GL_EXT_blend_minmax detected and used FBO are in core, and so used PointSprite are in core, and so used CubeMap are in core, and so used BlendColor is in core, and so used Blend Subtract is in core, and so used Blend Function and Equation Separation is in core, and so used Texture Mirrored Repeat is in core, and so used Extension GL_OES_mapbuffer detected Extension GL_OES_element_index_uint detected and used Extension GL_OES_packed_depth_stencil detected and used Extension GL_OES_depth24 detected and used Extension GL_OES_rgb8_rgba8 detected and used Extension GL_EXT_texture_format_BGRA8888 detected and used Extension GL_OES_depth_texture detected and used Extension GL_OES_texture_stencil8 detected and used Extension GL_EXT_texture_rg detected and used Extension GL_EXT_color_buffer_float detected and used Extension GL_EXT_color_buffer_half_float detected and used high precision float in fragment shader available and used Max vertex attrib: 16 Extension GL_OES_standard_derivatives detected and used Extension GL_ARM_shader_framebuffer_fetch detected and used Extension GL_OES_get_program_binary detected and used Number of supported Program Binary Format: 1 Max texture size: 8192 Max Varying Vector: 15 Texture Units: 16/16 (hardware: 16), Max lights: 8, Max planes: 6 Hardware vendor is ARM GLSL 300 es supported GLSL 310 es supported and used GLSL 320 es supported Max Color Attachments: 4 / Draw buffers: 4 sRGB surface supported EGLImage to Texture2D supported EGLImage to RenderBuffer supported ignore MipMap glGetError() always return GL_NOERROR Targeting OpenGL 2.1 No hack in shader converter to define overloaded function with int Not trying to batch small subsequent glDrawXXXX try to use VBO glXMakeCurrent FBO workaround enabled FBO workaround for using binded texture enabled Force texture for Attachment color0 on FBO Hack to trigger a SwapBuffers when a Full Framebuffer Blit on default FBO is done Force normals to be normalized on FPE shaders glX Will try to recycle EGL Surface Current folder is:/ --------- beginning of main
V/jrelog (12758): Log starts here
D/jrelog (12758): dlopen libgl4es_114.so success
D/jrelog (12758): dlopen /data/user/0/git.artdeell.mojo/runtimes/Internal-21/lib/libjli.so success E/jrelog (12758): dlopen libjvm.so failed: dlopen failed: library "libjvm.so" not found
Parts of Alibaba's DCM library were used, please read https://github.com/alibaba/java-dns-cache-manipulator/blob/main/README.md for more info Failed to inject cache! java.lang.ClassNotFoundException: java.net.InetAddress$CacheEntry at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:421) at java.base/java.lang.Class.forName(Class.java:412) at git.artdeell.arcdns.CacheUtil_J8.getConstructorOfInetAddress$CacheEntry(CacheUtil_J 8.java:45) at git.artdeell.arcdns.CacheUtil_J8.newCacheEntry(CacheUtil_J8.java:32) at git.artdeell.arcdns.CacheUtil_J8.setInetAddressCache(CacheUtil_J8.java:20) at git.artdeell.arcdns.ArcDNSInjectorAgent.premain(ArcDNSInjectorAgent.java:12) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandle Accessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(Instrumen tationImpl.java:562) at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(Instrume ntationImpl.java:572) Suppressed: java.lang.ClassNotFoundException: java.net.InetAddress$CachedAddresses at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:421) at java.base/java.lang.Class.forName(Class.java:412) at git.artdeell.arcdns.CacheUtil_J9.getConstructorOfInetAddress$CachedAddresses(CacheU til_J9.java:42) at git.artdeell.arcdns.CacheUtil_J9.newCachedAddresses(CacheUtil_J9.java:30) at git.artdeell.arcdns.CacheUtil_J9.setInetAddressCache(CacheUtil_J9.java:20) at git.artdeell.arcdns.ArcDNSInjectorAgent.premain(ArcDNSInjectorAgent.java:9) ... 4 more 2025-06-23T14:01:08.700853173Z main ERROR appender Console has no parameter that matches element Policies [19:31:15] [main/WARN]: Did not find udev library in operating system. Some features may not work. [19:31:14] [main/WARN]: File not found or not readable: /proc/stat [19:31:17] [Datafixer Bootstrap/INFO]: 243 Datafixer optimizations took 2412 milliseconds [19:31:43] [Render thread/INFO]: [STDERR]: [LWJGL] [ERROR] Incompatible Java and native library versions detected. Possible reasons: a) -Djava.library.path is set to a folder containing shared libraries of an older LWJGL version. b) The classpath contains jar files of an older LWJGL version. Possible solutions: a) Make sure to not set -Djava.library.path (it is not needed for developing with LWJGL 3) or make sure the folder it points to contains the shared libraries of the correct LWJGL version. b) Check the classpath and make sure to only have jar files of the same LWJGL version in it. [LWJGL] Failed to load a library. Possible solutions: a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath. b) Add the JAR that contains the shared library to the classpath. [LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics. [LWJGL] Enable the SharedLibraryLoader debug mode with - Dorg.lwjgl.util.DebugLoader=true for better diagnostics. [19:31:44] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [19:31:44] [Render thread/INFO]: Setting user: radeevrk_ Registered forkAndExec [19:31:45] [Render thread/ERROR]: Error parsing option value off for option Fullscreen: Not a boolean: "off" [19:31:45] [Render thread/INFO]: Backend library: LWJGL version 3.3.3-snapshot EGLBridge: Binding to OpenGL ES [19:31:45] [Render thread/INFO]: [STDERR]: [LWJGL] [ERROR] Incompatible Java and native library versions detected. Possible reasons: a) -Djava.library.path is set to a folder containing shared libraries of an older LWJGL version. b) The classpath contains jar files of an older LWJGL version. Possible solutions: a) Make sure to not set -Djava.library.path (it is not needed for developing with LWJGL 3) or make sure the folder it points to contains the shared libraries of the correct LWJGL version. b) Check the classpath and make sure to only have jar files of the same LWJGL version in it. [19:31:46] [Render thread/INFO]: [STDERR]: [LWJGL] [ERROR] Incompatible Java and native library versions detected. Possible reasons: a) -Djava.library.path is set to a folder containing shared libraries of an older LWJGL version. b) The classpath contains jar files of an older LWJGL version. Possible solutions: a) Make sure to not set -Djava.library.path (it is not needed for developing with LWJGL 3) or make sure the folder it points to contains the shared libraries of the correct LWJGL version. b) Check the classpath and make sure to only have jar files of the same LWJGL version in it. [19:31:47] [Download-2/ERROR]: Failed to fetch user properties com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401 at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationExceptio n(MinecraftClientHttpException.java:59) ~[authlib-6.0.57.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserA piService.java:150) ~[authlib-6.0.57.jar:?] at flk.bL(SourceFile:457) ~[1.21.4.jar:?] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture. java:1768) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java :1144) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav a:642) ~[?:?] at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401 at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient .java:103) ~[authlib-6.0.57.jar:?] at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:56) ~[authlib-6.0.57.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserA piService.java:121) ~[authlib-6.0.57.jar:?] ... 5 more [19:31:48] [Render thread/INFO]: [STDERR]: [LWJGL] [ERROR] Incompatible Java and native library versions detected. Possible reasons: a) -Djava.library.path is set to a folder containing shared libraries of an older LWJGL version. b) The classpath contains jar files of an older LWJGL version. Possible solutions: a) Make sure to not set -Djava.library.path (it is not needed for developing with LWJGL 3) or make sure the folder it points to contains the shared libraries of the correct LWJGL version. b) Check the classpath and make sure to only have jar files of the same LWJGL version in it. [19:31:50] [Render thread/ERROR]: Error while loading the narrator com.mojang.text2speech.Narrator$InitializeException: Failed to load library flite at com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:69) ~[text2speech-1.17.9.jar:?] at com.mojang.text2speech.NarratorLinux.<init>(NarratorLinux.java:18) ~[text2speech-1.17.9.jar:?] at com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) [text2speech-1.17.9.jar:?] at flb.<init>(SourceFile:19) [1.21.4.jar:?] at flk.<init>(SourceFile:687) [1.21.4.jar:?] at net.minecraft.client.main.Main.main(SourceFile:250) [1.21.4.jar:?] Caused by: java.lang.UnsatisfiedLinkError: Unable to load library 'flite': dlopen failed: library "libflite.so" not found dlopen failed: library "libflite.so" not found Native library (linux-aarch64/libflite.so) not found in resource path ([file:/data/data/git.artdeell.mojo/arc_dns_injector/arc_dns_injector.jar]) at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:325) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[text2speech-1.17.9.jar:?] ... 5 more Suppressed: java.lang.UnsatisfiedLinkError: dlopen failed: library "libflite.so" not found at com.sun.jna.Native.open(Native Method) ~[jna-5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:213) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[text2speech-1.17.9.jar:?] at com.mojang.text2speech.NarratorLinux.<init>(NarratorLinux.java:18) ~[text2speech-1.17.9.jar:?] at com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) [text2speech-1.17.9.jar:?] at flb.<init>(SourceFile:19) [1.21.4.jar:?] at flk.<init>(SourceFile:687) [1.21.4.jar:?] at net.minecraft.client.main.Main.main(SourceFile:250) [1.21.4.jar:?] Suppressed: java.lang.UnsatisfiedLinkError: dlopen failed: library "libflite.so" not found at com.sun.jna.Native.open(Native Method) ~[jna-5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:226) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[text2speech-1.17.9.jar:?] at com.mojang.text2speech.NarratorLinux.<init>(NarratorLinux.java:18) ~[text2speech-1.17.9.jar:?] at com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) [text2speech-1.17.9.jar:?] at flb.<init>(SourceFile:19) [1.21.4.jar:?] at flk.<init>(SourceFile:687) [1.21.4.jar:?] at net.minecraft.client.main.Main.main(SourceFile:250) [1.21.4.jar:?] Suppressed: java.io.IOException: Native library (linux-aarch64/libflite.so) not found in resource path ([file:/data/data/git.artdeell.mojo/arc_dns_injector/arc_dns_injector.jar]) at com.sun.jna.Native.extractFromResourcePath(Native.java:1141) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:297) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna- 5.15.0.jar:5.15.0 (b0)] at com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[text2speech-1.17.9.jar:?] at com.mojang.text2speech.NarratorLinux.<init>(NarratorLinux.java:18) ~[text2speech-1.17.9.jar:?] at com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) [text2speech-1.17.9.jar:?] at flb.<init>(SourceFile:19) [1.21.4.jar:?] at flk.<init>(SourceFile:687) [1.21.4.jar:?] at net.minecraft.client.main.Main.main(SourceFile:250) [1.21.4.jar:?] [19:31:50] [Render thread/INFO]: Reloading ResourceManager: vanilla [19:31:50] [Worker-Main-4/INFO]: Found unifont_all_no_pua-16.0.01.hex, loading [19:31:51] [Render thread/INFO]: [STDOUT]: GLFW: Set size for window 477093299328, width=2220, height=1080 [19:31:48] [Worker-Main-2/INFO]: Found unifont_jp_patch-16.0.01.hex, loading [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) [19:32:05] [Render thread/INFO]: OpenAL initialized on device OpenSL [19:32:05] [Render thread/INFO]: Sound engine started [19:32:05] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/blocks.png-atlas [19:32:06] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/signs.png-atlas [19:32:06] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas [19:32:06] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/banner_patterns.png-atlas [19:32:06] [Render thread/INFO]: Created: 2048x1024x0 minecraft:textures/atlas/armor_trims.png-atlas [19:32:06] [Render thread/INFO]: Created: 128x64x0 minecraft:textures/atlas/decorated_pot.png-atlas [19:32:06] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/chest.png-atlas [19:32:06] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas [19:32:06] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas [19:32:06] [Render thread/INFO]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas [19:32:07] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas [19:32:07] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas [19:32:07] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas [19:32:07] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas [19:32:08] [IO-Worker-1/INFO]: Could not authorize you against Realms server: java.lang.RuntimeException: Failed to parse into SignedJWT: 0 [19:32:08] [IO-Worker-1/ERROR]: Couldn't connect to realms fih: Realms authentication error with message 'java.lang.RuntimeException: Failed to parse into SignedJWT: 0' at fgl.a(SourceFile:445) ~[1.21.4.jar:?] at fgl.g(SourceFile:232) ~[1.21.4.jar:?] at fgf.c(SourceFile:51) ~[1.21.4.jar:?] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture. java:1768) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java :1144) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav a:642) ~[?:?] at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] [19:32:15] [Server Pinger #0/WARN]: Failed to find a usable hardware address from the network interfaces; using random bytes: 8e:5a:54:ea:21:a2:df:0f [19:33:41] [Render thread/INFO]: Connecting to azsg1.arcticverse.in, 25576 [19:33:42] [Download-3/ERROR]: Failed to retrieve profile key pair com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401 at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient .java:103) ~[authlib-6.0.57.jar:?] at com.mojang.authlib.minecraft.client.MinecraftClient.post(MinecraftClient.java:64) ~[authlib-6.0.57.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.getKeyPair(YggdrasilUserApiSer vice.java:61) ~[authlib-6.0.57.jar:?] at gft.a(SourceFile:129) ~[1.21.4.jar:?] at gft.b(SourceFile:77) ~[1.21.4.jar:?] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture. java:1768) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java :1144) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav a:642) ~[?:?] at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] [19:35:00] [Render thread/INFO]: [STDOUT]: GLFW: Set size for window 477093299328, width=2220, height=1080 [19:35:01] [Render thread/INFO]: [STDOUT]: GLFW: Set size for window 477093299328, width=2220, height=1080 [19:35:22] [Render thread/INFO]: Connecting to azmub1.arcticverse.in, 25576 [19:35:22] [Download-4/ERROR]: Failed to retrieve profile key pair com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401 at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient .java:103) ~[authlib-6.0.57.jar:?] at com.mojang.authlib.minecraft.client.MinecraftClient.post(MinecraftClient.java:64) ~[authlib-6.0.57.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.getKeyPair(YggdrasilUserApiSer vice.java:61) ~[authlib-6.0.57.jar:?] at gft.a(SourceFile:129) ~[1.21.4.jar:?] at gft.b(SourceFile:77) ~[1.21.4.jar:?] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture. java:1768) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java :1144) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav a:642) ~[?:?] at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] [19:35:38] [Render thread/INFO]: [System] [CHAT] radeevrk_ joined the game [19:35:39] [Render thread/INFO]: Loaded 776 advancements [19:35:39] [Render thread/INFO]: [System] [CHAT] Please log in using /login <password> [19:35:50] [Render thread/INFO]: [System] [CHAT] <[ADMIN]Abuop12345> Next time I will need a ss [19:35:57] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> ok [19:36:01] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> mayank [19:36:02] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> cme [19:36:04] [Render thread/INFO]: [System] [CHAT] Please log in using /login <password> [19:36:09] [Render thread/INFO]: [System] [CHAT] <[ADMIN]Abuop12345> given [19:36:12] [Render thread/INFO]: [System] [CHAT] <[ADMIN]Abuop12345> to for [19:36:12] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> u got [19:36:19] [Render thread/INFO]: [System] [CHAT] Please log in using /login <password> [19:36:19] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> it [19:36:21] [Render thread/INFO]: [System] [CHAT] <[ADMIN]Abuop12345> to ForbiddenPrime [19:36:21] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> check [19:36:25] [Render thread/INFO]: [System] [CHAT] <[Members]Xdsgaming> admin [19:36:25] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> new [19:36:25] [Render thread/INFO]: [System] [CHAT] Please log in using /login <password> [19:36:25] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> player [19:36:27] [Render thread/INFO]: [System] [CHAT] <[Members]Xdsgaming> some itemsplz i am new [19:36:28] [Render thread/INFO]: [System] [CHAT] <[ADMIN]Abuop12345> need startker kit? [19:36:28] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> lol [19:36:28] [Render thread/WARN]: Ignoring player info update for unknown player 7467e0cf-0732-34e0-944c-ef30e9c35c55 ([UPDATE_DISPLAY_NAME]) [19:36:28] [Render thread/INFO]: [System] [CHAT] Luxen joined the game [19:36:28] [Render thread/INFO]: [System] [CHAT] Welcome [Members]Luxen to the server! [19:36:28] [Render thread/INFO]: [System] [CHAT] Luxen has made the advancement [Getting an Upgrade] [19:36:36] [Render thread/INFO]: [System] [CHAT] Please log in using /login <password> [19:36:37] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:36:39] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> so much players [19:36:41] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> newww [19:36:43] [Render thread/INFO]: [System] [CHAT] Please log in using /login <password> [19:36:44] [Render thread/INFO]: [System] [CHAT] Please log in using /login <password> [19:36:45] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> yo [19:36:46] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> mayank [19:36:50] [Render thread/INFO]: [System] [CHAT] Please log in using /login <password> [19:36:51] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> yo [19:36:54] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:36:54] [Render thread/INFO]: [System] [CHAT] <[ADMIN]Abuop12345> ark [19:36:56] [Render thread/INFO]: [System] [CHAT] Staff [-] Abuop12345 [19:36:56] [Render thread/INFO]: [System] [CHAT] Abuop12345 left the game [19:36:56] [Render thread/INFO]: [System] [CHAT] Successfully logged in. [19:36:58] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> i got smemore stff spare [19:36:59] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> cme [19:37:00] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> i will give [19:37:06] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> ok [19:37:15] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> thank you [19:37:30] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> go to ur base [19:37:31] [Render thread/INFO]: [System] [CHAT] <[GOAT]radeevrk_> i'm on phone so dont try to do anything stupid [19:37:33] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> and accept my tp [19:37:36] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> ok [19:37:36] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> i tink i am too nob [19:37:37] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> radeev [19:37:41] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> yo [19:37:48] [Render thread/INFO]: [System] [CHAT] <[GOAT]radeevrk_> yes? [19:37:48] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> yoooo [19:37:49] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> ur hearts look tasty [19:37:49] [Render thread/INFO]: [System] [CHAT] Xdsgaming has made the advancement [Monster Hunter] [19:37:51] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> luxenn [19:37:53] [Render thread/INFO]: [System] [CHAT] Xdsgaming has made the advancement [Suit Up] [19:37:54] [Render thread/INFO]: [System] [CHAT] Xdsgaming has made the advancement [Isn't It Iron Pick] [19:37:58] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> nonono [19:38:00] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> cn i taste that [19:38:11] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> mayank [19:38:13] [Render thread/INFO]: [System] [CHAT] <[GOAT]radeevrk_> eat ur own hearts mHn 😒 [19:38:14] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> take me to ur base [19:38:19] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> radeeeeev [19:38:27] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> dont forget tht ur on phone [19:38:33] [Render thread/INFO]: [System] [CHAT] Luxen has made the advancement [Suit Up] [19:38:36] [Render thread/INFO]: [System] [CHAT] Xdsgaming has made the advancement [Not Today, Thank You] [19:38:37] [Render thread/INFO]: [System] [CHAT] Luxen has made the advancement [Isn't It Iron Pick] [19:38:39] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> i notgamer life distory it [19:38:55] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bruh [19:39:03] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> what [19:39:03] [Render thread/INFO]: [System] [CHAT] <[Members]Xdsgaming> why cant i rtppp [19:39:05] [Render thread/INFO]: [System] [CHAT] [PvPManager] You got tagged by ForbiddenPrime! Do not log out or you will be punished! [19:39:13] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> should i taste my own hearts [19:39:14] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> ? [19:39:15] [Render thread/INFO]: [System] [CHAT] [PvPManager] You are no longer in combat. [19:39:17] [Render thread/INFO]: [System] [CHAT] <[GOAT]radeevrk_> stop tagging [19:39:20] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> wanna teammate [19:39:22] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> no [19:39:26] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> ok [19:39:29] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> mayank [19:39:33] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> yes [19:39:35] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> take me to ur base [19:39:42] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> i will give stff there [19:39:45] [Render thread/INFO]: [System] [CHAT] <[Members]Xdsgaming> why cant i rtp adminnnn [19:39:51] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> i dint have my base [19:39:51] [Render thread/INFO]: [System] [CHAT] <[GOAT]radeevrk_> ayo abu wanna do it quick or smthing?! [19:40:00] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> he distroy it [19:40:04] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> who [19:40:04] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> tp me [19:40:09] [Render thread/INFO]: [System] [CHAT] <[Members]Xdsgaming> tff [19:40:14] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> tpa [19:40:16] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> mayank [19:40:25] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> mayank bhai tpa karo [19:40:26] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> notgamerlife [19:40:49] [Render thread/INFO]: [System] [CHAT] <[Members]Xdsgaming> wwoow serevr [19:40:54] [Render thread/INFO]: [System] [CHAT] <[Members]Xdsgaming> is it free serevr [19:41:21] [Render thread/INFO]: [System] [CHAT] [ClearLag] Warning Ground items will be removed in 60 seconds! [19:41:29] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> tpa [19:41:30] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> mayank [19:41:39] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> tpaaaaaaaaaaaaaaaaaa [19:42:00] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> take [19:42:11] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> whole kit [19:42:14] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> take [19:42:14] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> it [19:42:18] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> open [19:42:26] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> open [19:42:29] [Render thread/INFO]: [System] [CHAT] [ClearLag] Warning Ground items will be removed in 20 seconds! [19:42:31] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:42:34] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> its a stash [19:42:48] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> i save players stuff [19:42:50] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> send tp [19:42:51] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> as stash [19:42:52] [Render thread/INFO]: [System] [CHAT] Mayank_arora_f has made the advancement [Ice Bucket Challenge] [19:42:54] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> like waste [19:42:56] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:43:05] [Render thread/INFO]: [System] [CHAT] Quit [-] Xdsgaming [19:43:05] [Render thread/INFO]: [System] [CHAT] Xdsgaming left the game [19:43:07] [Render thread/INFO]: [System] [CHAT] [ClearLag] Removed 15 Entities! [19:43:12] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> remmber [19:43:14] [Render thread/WARN]: Ignoring player info update for unknown player 6a21c8d4-62f5-3adc-a301-843450a2dca7 ([UPDATE_DISPLAY_NAME]) [19:43:14] [Render thread/INFO]: [System] [CHAT] Xdsgaming joined the game [19:43:17] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> always totem on left hand [19:43:29] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> toem [19:43:39] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> totem on left hand [19:43:43] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> always [19:43:47] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> totem [19:43:48] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> not shield [19:43:59] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> ok [19:43:59] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> good [19:44:17] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:44:21] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> i cant tell you how Happy i am [19:44:36] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:44:38] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> i just strted crying [19:44:51] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:44:55] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:44:58] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:44:59] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:00] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:02] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:02] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:03] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:04] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:05] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:06] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> yes [19:45:06] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:07] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:45:07] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:07] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:08] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:08] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:09] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> brh [19:45:09] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:10] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> Mayank_arora_f [19:45:11] [Render thread/INFO]: [System] [CHAT] Quit [-] Luxen [19:45:11] [Render thread/INFO]: [System] [CHAT] Luxen left the game [19:45:15] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:45:16] [Render thread/WARN]: Ignoring player info update for unknown player 7467e0cf-0732-34e0-944c-ef30e9c35c55 ([UPDATE_DISPLAY_NAME]) [19:45:16] [Render thread/INFO]: [System] [CHAT] Luxen joined the game [19:45:17] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> 😭😭 [19:45:28] [Render thread/WARN]: Ignoring player info update for unknown player 07f21593-1b0f-3b76-a713-6f4fd21ac9f5 ([UPDATE_DISPLAY_NAME]) [19:45:28] [Render thread/INFO]: [System] [CHAT] Not_ShaN109 joined the game [19:45:28] [Render thread/INFO]: [System] [CHAT] Welcome [Members]Not_ShaN109 to the server! [19:45:28] [Render thread/INFO]: [System] [CHAT] Not_ShaN109 has made the advancement [Getting an Upgrade] [19:45:38] [Render thread/INFO]: [System] [CHAT] Quit [-] Luxen [19:45:38] [Render thread/INFO]: [System] [CHAT] Luxen left the game [19:45:37] [Render thread/WARN]: Ignoring player info update for unknown player 7467e0cf-0732-34e0-944c-ef30e9c35c55 ([UPDATE_DISPLAY_NAME]) [19:45:37] [Render thread/INFO]: [System] [CHAT] Luxen joined the game [19:45:52] [Render thread/INFO]: [System] [CHAT] <[Members]Not_ShaN109> back [19:46:07] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> hlo [19:46:15] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> hey [19:46:29] [Render thread/INFO]: [System] [CHAT] <[Members]Not_ShaN109> ahem [19:46:51] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> yo [19:46:58] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> did you have any team??. [19:47:02] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> ye [19:47:05] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> but wont take u [19:47:06] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> oo [19:47:17] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> ok [19:47:30] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> luxen [19:47:30] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> yo [19:47:52] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:47:57] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> do u got elytra [19:48:16] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> mayank [19:48:19] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> wanna see smthin [19:48:22] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> cme [19:48:25] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:48:28] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:48:30] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> wait [19:48:44] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> forbidden bro wanna teammate [19:48:48] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> wait [19:49:02] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:49:03] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> lag [19:49:08] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> ok [19:49:12] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> frobidden bro wanna teammate [19:49:16] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:49:26] [Render thread/INFO]: [System] [CHAT] Combat Mayank_arora_f has reached the goal [Postmortal] [19:49:28] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> yes [19:49:28] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 1458 sellable items with a total sell price of 14,580$! [19:49:29] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 1458 items for 14,580$! [19:49:32] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2091 sellable items with a total sell price of 20,910$! [19:49:33] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2092 items for 20,920$! [19:49:35] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2057 sellable items with a total sell price of 20,570$! [19:49:36] [Render thread/INFO]: [System] [CHAT] AxSellwands » You must wait another 0 seconds before using this sellwand again! [19:49:37] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> lag [19:49:45] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> see that [19:50:07] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> how did you do that [19:50:11] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> mayank [19:50:13] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> dont klll him [19:50:16] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> soo amejing [19:50:22] [Render thread/INFO]: [System] [CHAT] <[Members]Not_ShaN109> danana [19:50:23] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> dont kill [19:50:24] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> him [19:50:33] [Render thread/INFO]: [System] [CHAT] <[Members]Not_ShaN109> tanaaaaaaaaaaaaaaa [19:50:34] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> dnt [19:50:35] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 4 sellable items with a total sell price of 40$! [19:50:36] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> kill [19:50:36] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> who [19:50:37] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:50:39] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> idk [19:50:40] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 97 sellable items with a total sell price of 970$! [19:50:41] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 99 items for 990$! [19:50:42] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> ok [19:50:45] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2159 sellable items with a total sell price of 21,590$! [19:50:45] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> wt u want [19:50:46] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2160 items for 21,600$! [19:50:49] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2 sellable items with a total sell price of 20$! [19:50:50] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2 items for 20$! [19:50:53] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 5 sellable items with a total sell price of 50$! [19:50:55] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 19 sellable items with a total sell price of 190$! [19:50:57] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 17 sellable items with a total sell price of 170$! [19:50:59] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> dont kill bro [19:51:00] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:02] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:04] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:05] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 55 sellable items with a total sell price of 550$! [19:51:06] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> wanna teammate [19:51:06] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> k [19:51:07] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:08] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> we cant kill [19:51:09] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 65 sellable items with a total sell price of 650$! [19:51:11] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 55 sellable items with a total sell price of 550$! [19:51:13] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:15] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:16] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:16] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:17] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:17] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:51:15] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> we can [19:51:15] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> bro armour de do [19:51:18] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> but [19:51:19] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> dont [19:51:33] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> ): [19:51:34] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> armour [19:51:35] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> spare nahi hain [19:51:51] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> guys [19:51:56] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> dont take anything [19:52:02] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> dimond chlega [19:52:08] [Render thread/INFO]: [System] [CHAT] Xdsgaming has made the advancement [Canopy Kingdom] [19:52:08] [Render thread/INFO]: [System] [CHAT] Xdsgaming has made the advancement [Village Explorer] [19:52:14] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> did u get [19:52:21] [Render thread/INFO]: [System] [CHAT] Luxen has made the advancement [Cover Me with Diamonds] [19:52:34] [Render thread/INFO]: [System] [CHAT] Luxen has made the advancement [Diamonds!] [19:52:38] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:52:40] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> rate my shield [19:52:43] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> out o 10 [19:52:48] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> bro you have netherite armour extra [19:52:50] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> 9 [19:52:59] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> like you have [19:53:01] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> luxen [19:52:58] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> yes [19:53:00] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 136 sellable items with a total sell price of 1,360$! [19:53:00] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> i have to kill smeone for that [19:53:02] [Render thread/INFO]: [System] [CHAT] Quit [-] Not_ShaN109 [19:53:02] [Render thread/INFO]: [System] [CHAT] Not_ShaN109 left the game [19:53:02] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 136 items for 1,360$! [19:53:04] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> i take it as stash [19:53:04] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 7 sellable items with a total sell price of 70$! [19:53:13] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> after killing [19:53:13] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 7 items for 70$! [19:53:16] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2224 sellable items with a total sell price of 22,240$! [19:53:19] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> f i get i will give u [19:53:22] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2236 items for 22,360$! [19:53:24] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2236 sellable items with a total sell price of 22,360$! [19:53:28] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2243 items for 22,430$! [19:53:31] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2242 sellable items with a total sell price of 22,420$! [19:53:35] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2250 items for 22,500$! [19:53:36] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2247 sellable items with a total sell price of 22,470$! [19:53:39] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2251 items for 22,510$! [19:53:40] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> i only have a spare kit [19:53:41] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2247 sellable items with a total sell price of 22,470$! [19:53:42] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2249 items for 22,490$! [19:53:44] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2248 sellable items with a total sell price of 22,480$! [19:53:45] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2249 items for 22,490$! [19:53:47] [Render thread/INFO]: [System] [CHAT] Quit [-] Luxen [19:53:47] [Render thread/INFO]: [System] [CHAT] [PvPManager] Luxen tried to escape combat and died! [19:53:47] [Render thread/INFO]: [System] [CHAT] Combat Luxen was killed while fighting Combat Mayank_arora_f [19:53:47] [Render thread/INFO]: [System] [CHAT] Combat Luxen left the game [19:53:47] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> its for emergencu [19:53:50] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2254 sellable items with a total sell price of 22,540$! [19:53:50] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2255 items for 22,550$! [19:53:53] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2257 sellable items with a total sell price of 22,570$! [19:53:54] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 2259 items for 22,590$! [19:53:57] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 14 sellable items with a total sell price of 140$! [19:53:58] [Render thread/INFO]: [System] [CHAT] AxSellwands » Sold 14 items for 140$! [19:53:59] [Render thread/INFO]: [System] [CHAT] Mayank_arora_f has made the advancement [Suit Up] [19:54:03] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:54:07] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 1 sellable items with a total sell price of 10$! [19:54:07] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> put evrthin [19:54:12] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:54:14] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 1 sellable items with a total sell price of 10$! [19:54:15] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 1 sellable items with a total sell price of 10$! [19:54:16] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:54:17] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 1 sellable items with a total sell price of 10$! [19:54:18] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 2 sellable items with a total sell price of 20$! [19:54:19] [Render thread/INFO]: [System] [CHAT] AxSellwands » The container has 10 sellable items with a total sell price of 100$! [19:54:20] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:54:21] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:54:22] [Render thread/WARN]: Ignoring player info update for unknown player 7467e0cf-0732-34e0-944c-ef30e9c35c55 ([UPDATE_DISPLAY_NAME]) [19:54:22] [Render thread/INFO]: [System] [CHAT] Luxen joined the game [19:54:25] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> bro [19:54:28] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> u were in combat [19:54:33] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> give him his lootlater [19:54:33] [Render thread/INFO]: [System] [CHAT] Ordering balances of 75 users, please wait... [19:54:34] [Render thread/INFO]: [System] [CHAT] Top balances (6/23/25, 2:24 PM) [19:54:34] [Render thread/INFO]: [System] [CHAT] ---- Balancetop -- Page 1/8 ---- [19:54:34] [Render thread/INFO]: [System] [CHAT] Server Total: $138,816,946.13 [19:54:34] [Render thread/INFO]: [System] [CHAT] 1. technogamerz16, $92,960,000 [19:54:34] [Render thread/INFO]: [System] [CHAT] 2. [Members]ForbiddenPrime, $32,161,438.76 [19:54:34] [Render thread/INFO]: [System] [CHAT] 3. Spurbo, $3,351,551.96 [19:54:34] [Render thread/INFO]: [System] [CHAT] 4. [GOAT]radeevrk_, $2,870,237.55 [19:54:34] [Render thread/INFO]: [System] [CHAT] 5. LeoNeverDies, $1,410,874.85 [19:54:34] [Render thread/INFO]: [System] [CHAT] 6. Blurry1, $1,254,265.34 [19:54:34] [Render thread/INFO]: [System] [CHAT] 7. ItzHabibi69, $1,080,925.45 [19:54:34] [Render thread/INFO]: [System] [CHAT] 8. hillyboat11223, $1,050,000.15 [19:54:34] [Render thread/INFO]: [System] [CHAT] Type /balancetop 2 to read the next page. [19:54:34] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> take [19:54:49] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> gus [19:54:52] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> can u see my skin [19:54:56] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:54:59] [Render thread/INFO]: [System] [CHAT] AxSellwands » Nothing in the container is sellable! [19:54:59] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> yes [19:55:08] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> bro you have a netherite kit [19:55:09] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> rate my shield out of 10 [19:55:22] [Render thread/INFO]: [System] [CHAT] <[Members]Mayank_arora_f> 9.5 [19:55:27] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> stop tagging me [19:55:35] [Render thread/INFO]: [System] [CHAT] [ClearLag] Warning Ground items will be removed in 60 seconds! [19:55:50] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> i hv a spare kit [19:55:51] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> luxen [19:55:52] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> dont tag [19:55:55] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> donttttt [19:56:04] [Render thread/INFO]: [System] [CHAT] <[Members]ForbiddenPrime> dont [19:56:17] [Render thread/INFO]: [System] [CHAT] <[Members]Luxen> bro my heart [19:56:17] [Sound engine/ERROR]: Stop: Invalid name parameter.