| 1 | [00:19:46] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.9; Termux null) on Linux 4.9.186-22990479 (aarch64)
|
| 2 | [00:19:46] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.11-69-main@94d0c97 (2025-12-30T20:33:30Z) for Minecraft 1.21.11
|
| 3 | [00:19:46] [ServerMain/WARN]: [oshi.software.os.linux.LinuxOperatingSystem] Did not find udev library in operating system. Some features may not work.
|
| 4 | [00:19:46] [ServerMain/ERROR]: [oshi.software.os.linux.LinuxOperatingSystem] Did not JNA classes. Investigate incompatible version or missing native dll.
|
| 5 | [00:19:46] [ServerMain/WARN]: Failed retrieving info for group processor
|
| 6 | java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
|
| 7 | at com.sun.jna.NativeLong.<clinit>(NativeLong.java:35) ~[jna-5.17.0.jar:5.17.0 (b0)]
|
| 8 | at oshi.util.FileUtil.readNativeLongFromBuffer(FileUtil.java:253) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 9 | at oshi.driver.linux.proc.Auxv.queryAuxv(Auxv.java:48) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 10 | at oshi.software.os.linux.LinuxOperatingSystem.<clinit>(LinuxOperatingSystem.java:131) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 11 | at oshi.hardware.platform.linux.LinuxCentralProcessor.initProcessorCounts(LinuxCentralProcessor.java:174) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 12 | at oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:68) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 13 | at oshi.hardware.platform.linux.LinuxCentralProcessor.<init>(LinuxCentralProcessor.java:59) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 14 | at oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createProcessor(LinuxHardwareAbstractionLayer.java:43) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 15 | at oshi.util.Memoizer$1.get(Memoizer.java:65) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 16 | at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:48) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 17 | at net.minecraft.SystemReport.lambda$putHardware$7(SystemReport.java:87) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 18 | at net.minecraft.SystemReport.ignoreErrors(SystemReport.java:95) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 19 | at net.minecraft.SystemReport.putHardware(SystemReport.java:87) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 20 | at net.minecraft.SystemReport.lambda$new$2(SystemReport.java:61) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 21 | at net.minecraft.SystemReport.ignoreErrors(SystemReport.java:95) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 22 | at net.minecraft.SystemReport.<init>(SystemReport.java:61) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 23 | at net.minecraft.CrashReport.<init>(CrashReport.java:32) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 24 | at net.minecraft.CrashReport.preload(CrashReport.java:223) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 25 | at net.minecraft.server.Main.main(Main.java:103) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 26 | at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 27 | at org.bukkit.craftbukkit.Main.main(Main.java:242) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 28 | at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[?:?]
|
| 29 | at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
|
| 30 | Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /data/data/com.termux/files/home/.cache/JNA/temp/jna7334990547482487422.tmp: dlopen failed: library "libc.so.6" not found [in thread "ServerMain"]
|
| 31 | at java.base/jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
|
| 32 | at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:331) ~[?:?]
|
| 33 | at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:197) ~[?:?]
|
| 34 | at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:139) ~[?:?]
|
| 35 | at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2418) ~[?:?]
|
| 36 | at java.base/java.lang.Runtime.load0(Runtime.java:852) ~[?:?]
|
| 37 | at java.base/java.lang.System.load(System.java:2025) ~[?:?]
|
| 38 | at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1041) ~[jna-5.17.0.jar:5.17.0 (b0)]
|
| 39 | at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1011) ~[jna-5.17.0.jar:5.17.0 (b0)]
|
| 40 | at com.sun.jna.Native.<clinit>(Native.java:221) ~[jna-5.17.0.jar:5.17.0 (b0)]
|
| 41 | at com.sun.jna.platform.linux.Udev.<clinit>(Udev.java:37) ~[jna-platform-5.17.0.jar:5.17.0 (b0)]
|
| 42 | at oshi.software.os.linux.LinuxOperatingSystem.<clinit>(LinuxOperatingSystem.java:93) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 43 | ... 19 more
|
| 44 | [00:19:46] [ServerMain/WARN]: Failed retrieving info for group memory
|
| 45 | java.lang.NoClassDefFoundError: Could not initialize class oshi.software.os.linux.LinuxOperatingSystem
|
| 46 | at oshi.hardware.platform.linux.LinuxGlobalMemory.<clinit>(LinuxGlobalMemory.java:28) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 47 | at oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createMemory(LinuxHardwareAbstractionLayer.java:38) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 48 | at oshi.util.Memoizer$1.get(Memoizer.java:65) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 49 | at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:60) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 50 | at net.minecraft.SystemReport.lambda$putHardware$9(SystemReport.java:89) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 51 | at net.minecraft.SystemReport.ignoreErrors(SystemReport.java:95) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 52 | at net.minecraft.SystemReport.putHardware(SystemReport.java:89) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 53 | at net.minecraft.SystemReport.lambda$new$2(SystemReport.java:61) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 54 | at net.minecraft.SystemReport.ignoreErrors(SystemReport.java:95) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 55 | at net.minecraft.SystemReport.<init>(SystemReport.java:61) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 56 | at net.minecraft.CrashReport.<init>(CrashReport.java:32) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 57 | at net.minecraft.CrashReport.preload(CrashReport.java:223) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 58 | at net.minecraft.server.Main.main(Main.java:103) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 59 | at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 60 | at org.bukkit.craftbukkit.Main.main(Main.java:242) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 61 | at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[?:?]
|
| 62 | at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
|
| 63 | Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "ServerMain"]
|
| 64 | at com.sun.jna.NativeLong.<clinit>(NativeLong.java:35) ~[jna-5.17.0.jar:5.17.0 (b0)]
|
| 65 | at oshi.util.FileUtil.readNativeLongFromBuffer(FileUtil.java:253) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 66 | at oshi.driver.linux.proc.Auxv.queryAuxv(Auxv.java:48) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 67 | at oshi.software.os.linux.LinuxOperatingSystem.<clinit>(LinuxOperatingSystem.java:131) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 68 | at oshi.hardware.platform.linux.LinuxCentralProcessor.initProcessorCounts(LinuxCentralProcessor.java:174) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 69 | at oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:68) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 70 | at oshi.hardware.platform.linux.LinuxCentralProcessor.<init>(LinuxCentralProcessor.java:59) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 71 | at oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createProcessor(LinuxHardwareAbstractionLayer.java:43) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 72 | at oshi.util.Memoizer$1.get(Memoizer.java:65) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 73 | at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:48) ~[oshi-core-6.9.0.jar:6.9.0]
|
| 74 | at net.minecraft.SystemReport.lambda$putHardware$7(SystemReport.java:87) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 75 | at net.minecraft.SystemReport.ignoreErrors(SystemReport.java:95) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 76 | at net.minecraft.SystemReport.putHardware(SystemReport.java:87) ~[paper-1.21.11.jar:1.21.11-69-94d0c97]
|
| 77 | ... 10 more
|
| 78 | [00:19:46] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
|
| 79 | [00:19:47] [ServerMain/INFO]: [PluginInitializerManager] Initialized 3 plugins
|
| 80 | [00:19:47] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (3):
|
| 81 | - Backuper (4.0.2), FasterHappyGhast (**.**.**.**), RHLeafDecay (1.21_R1)
|
| 82 | [00:19:58] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
|
| 83 | [00:20:03] [ServerMain/INFO]: Loaded 1470 recipes
|
| 84 | [00:20:03] [ServerMain/INFO]: Loaded 1584 advancements
|
| 85 | [00:20:03] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
|
| 86 | [00:20:04] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 846.1ms
|
| 87 | [00:20:04] [Server thread/INFO]: Starting minecraft server version 1.21.11
|
| 88 | [00:20:04] [Server thread/INFO]: Loading properties
|
| 89 | [00:20:04] [Server thread/INFO]: This server is running Paper version 1.21.11-69-main@94d0c97 (2025-12-30T20:33:30Z) (Implementing API version 1.21.11-R0.1-SNAPSHOT)
|
| 90 | [00:20:04] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
|
| 91 | [00:20:04] [Server thread/INFO]: Using 4 threads for Netty based IO
|
| 92 | [00:20:04] [Server thread/INFO]: Server Ping Player Sample Count: 12
|
| 93 | [00:20:06] [Server thread/INFO]: [MoonriseCommon] Paper is using 2 worker threads, 1 I/O threads
|
| 94 | [00:20:07] [Server thread/INFO]: Default game type: SURVIVAL
|
| 95 | [00:20:07] [Server thread/INFO]: Generating keypair
|
| 96 | [00:20:07] [Server thread/INFO]: Starting Minecraft server on *:25565
|
| 97 | [00:20:07] [Server thread/INFO]: Paper: Using Java compression from Velocity.
|
| 98 | [00:20:07] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
|
| 99 | [00:20:07] [Server thread/WARN]: [io.netty.util.internal.MacAddressUtil] Failed to find a usable hardware address from the network interfaces; using random bytes: ****:****:****:****:****:****:****:****
|
| 100 | [00:20:07] [Server thread/INFO]: [Backuper] Loading server plugin Backuper v4.0.2
|
| 101 | [00:20:08] [Server thread/INFO]: [CommandAPI] Loaded version PaperNMS_1_21_R7
|
| 102 | [00:20:08] [Server thread/INFO]: [CommandAPI] Hooked into Spigot successfully for Chat/ChatComponents
|
| 103 | [00:20:08] [Server thread/INFO]: [CommandAPI] Hooked into Adventure for AdventureChat/AdventureChatComponents
|
| 104 | [00:20:08] [Server thread/INFO]: [CommandAPI] Hooked into Paper for paper-specific API implementations
|
| 105 | [00:20:08] [Server thread/INFO]: [CommandAPI] Loaded platform CommandAPIPaper > CommandAPIBukkit
|
| 106 | [00:20:08] [Server thread/INFO]: [DerexXD] Loading server plugin FasterHappyGhast v1.1.2.1
|
| 107 | [00:20:08] [Server thread/INFO]: [RHLeafDecay] Loading server plugin RHLeafDecay v1.21_R1
|
| 108 | [00:20:08] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
|
| 109 | [00:20:08] [Server thread/INFO]: Preparing level "world"
|
| 110 | [00:20:09] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:overworld'...
|
| 111 | [00:20:09] [Server thread/INFO]: Preparing spawn area: 100%
|
| 112 | [00:20:09] [Server thread/INFO]: Prepared spawn area in 2 ms
|
| 113 | [00:20:09] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:the_nether'...
|
| 114 | [00:20:09] [Server thread/INFO]: Prepared spawn area in 1 ms
|
| 115 | [00:20:09] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:the_end'...
|
| 116 | [00:20:09] [Server thread/INFO]: Prepared spawn area in 1 ms
|
| 117 | [00:20:09] [Server thread/INFO]: Done preparing level "world" (1.051s)
|
| 118 | [00:20:09] [Server thread/INFO]: [Backuper] Enabling Backuper v4.0.2
|
| 119 | [00:20:09] [Server thread/INFO]: [CommandAPI] Hooked into Paper ServerResourcesReloadedEvent
|
| 120 | [00:20:09] [Server thread/INFO]: [Backuper] loading config...
|
| 121 | [00:20:09] [Server thread/INFO]: [Backuper] Config has been loaded
|
| 122 | [00:20:09] [Server thread/INFO]: [org.quartz.core.SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
| 123 | [00:20:09] [Server thread/INFO]: [org.quartz.core.QuartzScheduler] Quartz Scheduler v.2.3.2 created.
|
| 124 | [00:20:09] [Server thread/INFO]: [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
|
| 125 | [00:20:09] [Server thread/INFO]: [org.quartz.core.QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'backuper' with instanceId 'main'
|
| 126 | Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
| 127 | NOT STARTED.
|
| 128 | Currently in standby mode.
|
| 129 | Number of jobs executed: 0
|
| 130 | Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
|
| 131 | Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
| 132 |
|
| 133 | [00:20:09] [Server thread/INFO]: [org.quartz.impl.DirectSchedulerFactory] Quartz scheduler 'backuper
|
| 134 | [00:20:09] [Server thread/INFO]: [org.quartz.impl.DirectSchedulerFactory] Quartz scheduler version: 2.3.2
|
| 135 | [00:20:09] [Server thread/INFO]: [org.quartz.core.QuartzScheduler] Scheduler backuper_$_main started.
|
| 136 | [00:20:09] [Server thread/INFO]: [Backuper] Initializing BStats...
|
| 137 | [00:20:09] [ForkJoinPool-2-worker-1/INFO]: [Backuper] Connection to backuper storage established successfully
|
| 138 | [00:20:09] [ForkJoinPool-2-worker-1/INFO]: [Backuper] Connection to local storage established successfully
|
| 139 | [00:20:09] [Server thread/INFO]: [Backuper] BStats initialization completed
|
| 140 | [00:20:10] [Server thread/INFO]: [Backuper]
|
| 141 | ------------------------------------------
|
| 142 | Issue tracking
|
| 143 | ------------------------------------------
|
| 144 | Please, if you find any issues related to the Backuper
|
| 145 | Create an issue using the link: https://github.com/DVDishka/Backuper/issues
|
| 146 | ------------------------------------------
|
| 147 | [00:20:10] [ForkJoinPool-2-worker-2/INFO]: [Backuper] Initializing auto backup...
|
| 148 | [00:20:10] [ForkJoinPool-2-worker-2/INFO]: [Backuper] Auto backup initialization completed
|
| 149 | [00:20:10] [Server thread/INFO]: [Backuper] Backuper plugin has been enabled!
|
| 150 | [00:20:10] [Server thread/INFO]: [DerexXD] Enabling FasterHappyGhast v1.1.2.1
|
| 151 | [00:20:11] [Server thread/INFO]: [DerexXD]
|
| 152 | [00:20:11] [Server thread/INFO]: [DerexXD] green |_______|
|
| 153 | [00:20:11] [Server thread/INFO]: [DerexXD] green | Derex | Derex Faster Happy Ghasts v1.1.2.1
|
| 154 | [00:20:11] [Server thread/INFO]: [DerexXD] green |_______| Running on Paper - 1.21.11-69-94d0c97 (MC: 1.21.11)
|
| 155 | [00:20:11] [Server thread/INFO]: [DerexXD]
|
| 156 | [00:20:11] [Server thread/INFO]: [RHLeafDecay] Enabling RHLeafDecay v1.21_R1
|
| 157 | [00:20:11] [Server thread/INFO]: [RHLeafDecay] The plugin has been loaded!
|
| 158 | [00:20:11] [Server thread/INFO]: [RHLeafDecay] You are using version 1.21_R1 /w 💕 by X0R3
|
| 159 | [00:20:11] [Server thread/INFO]: [RHLeafDecay] Info:
|
| 160 | [00:20:11] [Server thread/INFO]: [RHLeafDecay] If you want your server be presented on the plugin page, then please contact me! :)
|
| 161 | [00:20:12] [Server thread/INFO]: [spark] Starting background profiler...
|
| 162 | [00:20:12] [Server thread/WARN]: [spark] Unable to initialise the async-profiler engine: A runtime error occurred whilst loading the native library (/data/data/com.termux/files/home/plugins/spark/tmp/spark-6a74eea2e5d-libasyncProfiler.so.tmp: dlopen failed: library "libdl.so.2" not found)
|
| 163 | [00:20:12] [Server thread/WARN]: [spark] Please see here for more information: https://spark.lucko.me/docs/misc/Using-async-profiler
|
| 164 | [00:20:12] [Server thread/INFO]: Running delayed init tasks
|
| 165 | [00:20:12] [Server thread/INFO]: Done (28.399s)! For help, type "help"
|
| 166 | [00:22:38] [User Authenticator #0/INFO]: UUID of player Yeet_McMeat is 5c336dd1-411b-4507-9e4e-4a847ffdb93a
|
| 167 | [00:22:41] [Server thread/WARN]: [ca.spottedleaf.moonrise.patches.chunk_system.level.entity.EntityLookup] Entity uuid already exists: 6289f67e-4f37-41fa-9e18-be4750dbcf88, mapped to Bat['Bat'/4, uuid='6289f67e-4f37-41fa-9e18-be4750dbcf88', l='ServerLevel[world]', x=-93.43, y=12.22, z=273.08, cpos=[-6, 17], tl=0, v=true], can't add Bat['Bat'/9, uuid='6289f67e-4f37-41fa-9e18-be4750dbcf88', l='ServerLevel[world]', x=-89.64, y=11.98, z=269.18, cpos=[-6, 16], tl=0, v=false]
|
| 168 | [00:22:43] [Server thread/INFO]: Yeet_McMeat joined the game
|
| 169 | [00:22:43] [Server thread/INFO]: Yeet_McMeat[/**.**.**.**:50970] logged in with entity id 40 at ([world]-41.44821439052418, -7.0, 240.25666414180222)
|
| 170 | [00:22:57] [Server thread/INFO]: Yeet_McMeat issued server command: /gamemode survival
|
| 171 | [00:22:57] [Server thread/INFO]: [Yeet_McMeat: Set own game mode to Survival Mode]
|
| 172 | [00:30:06] [Server thread/INFO]: Yeet_McMeat issued server command: /fill -41 4 233
|
| 173 | [00:30:28] [Server thread/INFO]: Yeet_McMeat issued server command: /fill -41 4 233 -48 -14 240 air replace minecraft:granite
|
| 174 | [00:30:28] [Server thread/INFO]: [Yeet_McMeat: Successfully filled 130 block(s)]
|
| 175 | [00:30:34] [Server thread/INFO]: Yeet_McMeat issued server command: /give @s granite 130
|
| 176 | [00:30:34] [Server thread/INFO]: [Yeet_McMeat: Gave 130 [Granite] to Yeet_McMeat]
|
| 177 | [00:33:43] [Server thread/INFO]: Yeet_McMeat issued server command: /give @s minecraft:cobbled_deepslate 1300
|
| 178 | [00:33:43] [Server thread/INFO]: [Yeet_McMeat: Gave 1300 [Cobbled Deepslate] to Yeet_McMeat]
|
| 179 | [00:33:59] [Server thread/INFO]: Yeet_McMeat issued server command: /give @s minecraft:cobbled_deepslate 128
|
| 180 | [00:33:59] [Server thread/INFO]: [Yeet_McMeat: Gave 128 [Cobbled Deepslate] to Yeet_McMeat]
|
| 181 | [00:34:01] [Server thread/INFO]: Yeet_McMeat issued server command: /give @s minecraft:cobbled_deepslate 128
|
| 182 | [00:34:01] [Server thread/INFO]: [Yeet_McMeat: Gave 128 [Cobbled Deepslate] to Yeet_McMeat]
|
| 183 | [00:35:01] [Server thread/INFO]: Yeet_McMeat issued server command: /give @s minecraft:cobbled_deepslate 704
|
| 184 | [00:35:01] [Server thread/INFO]: [Yeet_McMeat: Gave 704 [Cobbled Deepslate] to Yeet_McMeat]
|
| 185 | [00:39:01] [Server thread/INFO]: Yeet_McMeat issued server command: /gamemode creative
|
| 186 | [00:39:01] [Server thread/INFO]: [Yeet_McMeat: Set own game mode to Creative Mode]
|
| 187 | [00:40:04] [Server thread/INFO]: Yeet_McMeat issued server command: /execute in minecraft:overworld run tp Yeet_McMeat -46.5 91 216.5
|
| 188 | [00:40:04] [Server thread/INFO]: [Yeet_McMeat: Teleported Yeet_McMeat to -46.500000, 91.000000, 216.500000]
|
| 189 | [00:40:10] [Server thread/INFO]: Yeet_McMeat issued server command: /gamemode survival
|
| 190 | [00:40:10] [Server thread/INFO]: [Yeet_McMeat: Set own game mode to Survival Mode]
|
| 191 | [00:54:00] [Server thread/INFO]: Yeet_McMeat has made the advancement [Cover Me with Diamonds]
|
| 192 | [00:55:37] [Server thread/INFO]: Yeet_McMeat issued server command: /locate biome minecraft:jungle
|
| 193 | [00:55:38] [Server thread/INFO]: Locating element minecraft:jungle took 838 ms
|
| 194 | [00:55:48] [Server thread/INFO]: Yeet_McMeat issued server command: /gamemode creative
|
| 195 | [00:55:48] [Server thread/INFO]: [Yeet_McMeat: Set own game mode to Creative Mode]
|
| 196 | [00:55:51] [Server thread/INFO]: Yeet_McMeat issued server command: /tp @s -1207 91 -926
|
| 197 | [00:55:52] [Server thread/INFO]: [Yeet_McMeat: Teleported Yeet_McMeat to -1206.500000, 91.000000, -925.500000]
|
| 198 | [00:55:56] [Server thread/WARN]: Yeet_McMeat moved too quickly! 0.0,-10.806526110008988,0.0
|