Changes
This commit is contained in:
parent
0ef5610336
commit
88112767cc
BIN
logs/2025-03-10-1.log.gz
(Stored with Git LFS)
BIN
logs/2025-03-10-1.log.gz
(Stored with Git LFS)
Binary file not shown.
BIN
logs/2025-03-10-2.log.gz
(Stored with Git LFS)
BIN
logs/2025-03-10-2.log.gz
(Stored with Git LFS)
Binary file not shown.
BIN
logs/2025-03-10-3.log.gz
(Stored with Git LFS)
BIN
logs/2025-03-10-3.log.gz
(Stored with Git LFS)
Binary file not shown.
BIN
logs/2025-03-10-4.log.gz
(Stored with Git LFS)
BIN
logs/2025-03-10-4.log.gz
(Stored with Git LFS)
Binary file not shown.
BIN
logs/2025-03-10-5.log.gz
(Stored with Git LFS)
BIN
logs/2025-03-10-5.log.gz
(Stored with Git LFS)
Binary file not shown.
BIN
logs/2025-03-10-6.log.gz
(Stored with Git LFS)
BIN
logs/2025-03-10-6.log.gz
(Stored with Git LFS)
Binary file not shown.
BIN
logs/2025-03-10-7.log.gz
(Stored with Git LFS)
BIN
logs/2025-03-10-7.log.gz
(Stored with Git LFS)
Binary file not shown.
185
logs/latest.log
185
logs/latest.log
@ -1,24 +1,161 @@
|
||||
[03:19:02] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
|
||||
[03:19:05] [ServerMain/INFO]: Loaded 1370 recipes
|
||||
[03:19:05] [ServerMain/INFO]: Loaded 1481 advancements
|
||||
[03:19:05] [Server thread/INFO]: Starting minecraft server version 1.21.4
|
||||
[03:19:05] [Server thread/INFO]: Loading properties
|
||||
[03:19:05] [Server thread/INFO]: Default game type: SURVIVAL
|
||||
[03:19:05] [Server thread/INFO]: Generating keypair
|
||||
[03:19:05] [Server thread/INFO]: Starting Minecraft server on *:25565
|
||||
[03:19:05] [Server thread/INFO]: Using epoll channel type
|
||||
[03:19:05] [Server thread/INFO]: Preparing level "world"
|
||||
[03:19:06] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
|
||||
[03:19:06] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
||||
[03:19:06] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
||||
[03:19:06] [Server thread/INFO]: Time elapsed: 905 ms
|
||||
[03:19:06] [Server thread/INFO]: Done (1.237s)! For help, type "help"
|
||||
[03:19:06] [Server thread/INFO]: Starting remote control listener
|
||||
[03:19:06] [Server thread/INFO]: Thread RCON Listener started
|
||||
[03:19:06] [Server thread/INFO]: RCON running on 0.0.0.0:25575
|
||||
[03:19:33] [RCON Listener #1/INFO]: Thread RCON Client /127.0.0.1 started
|
||||
[03:19:33] [Server thread/INFO]: [Rcon: Stopping the server]
|
||||
[03:19:33] [Server thread/INFO]: Stopping server
|
||||
[03:19:33] [RCON Client /127.0.0.1 #2/INFO]: Thread RCON Client /127.0.0.1 shutting down
|
||||
[03:19:33] [Server thread/INFO]: Saving players
|
||||
[03:19:33] [Server thread/INFO]: Saving worlds
|
||||
[15:36:31] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
|
||||
[15:36:31] [Yggdrasil Key Fetcher/ERROR]: Failed to request yggdrasil public key
|
||||
com.mojang.authlib.exceptions.MinecraftClientException: Failed to read from https://api.minecraftservices.com/publickeys due to api.minecraftservices.com
|
||||
at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:111) ~[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.YggdrasilServicesKeyInfo.fetch(YggdrasilServicesKeyInfo.java:114) ~[authlib-6.0.57.jar:?]
|
||||
at com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo$1.run(YggdrasilServicesKeyInfo.java:89) ~[authlib-6.0.57.jar:?]
|
||||
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
|
||||
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
|
||||
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
|
||||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
|
||||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
|
||||
at java.base/java.lang.Thread.run(Thread.java:1570) [?:?]
|
||||
Caused by: java.net.UnknownHostException: api.minecraftservices.com
|
||||
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567) ~[?:?]
|
||||
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
|
||||
at java.base/java.net.Socket.connect(Socket.java:752) ~[?:?]
|
||||
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304) ~[?:?]
|
||||
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178) ~[?:?]
|
||||
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531) ~[?:?]
|
||||
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1288) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1129) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1691) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1615) ~[?:?]
|
||||
at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:531) ~[?:?]
|
||||
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:307) ~[?:?]
|
||||
at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:82) ~[authlib-6.0.57.jar:?]
|
||||
... 9 more
|
||||
[15:36:33] [ServerMain/INFO]: Loaded 1370 recipes
|
||||
[15:36:33] [ServerMain/INFO]: Loaded 1481 advancements
|
||||
[15:36:33] [Server thread/INFO]: Starting minecraft server version 1.21.4
|
||||
[15:36:33] [Server thread/INFO]: Loading properties
|
||||
[15:36:33] [Server thread/INFO]: Default game type: SURVIVAL
|
||||
[15:36:33] [Server thread/INFO]: Generating keypair
|
||||
[15:36:33] [Server thread/INFO]: Starting Minecraft server on *:25565
|
||||
[15:36:33] [Server thread/INFO]: Using epoll channel type
|
||||
[15:36:33] [Server thread/WARN]: Failed to find a usable hardware address from the network interfaces; using random bytes: e6:61:7a:f3:ee:74:07:ef
|
||||
[15:36:33] [Server thread/INFO]: Preparing level "world"
|
||||
[15:36:34] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
|
||||
[15:36:34] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
||||
[15:36:34] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
||||
[15:36:35] [Server thread/INFO]: Time elapsed: 929 ms
|
||||
[15:36:35] [Server thread/INFO]: Done (1.273s)! For help, type "help"
|
||||
[15:36:35] [Server thread/INFO]: Starting remote control listener
|
||||
[15:36:35] [Server thread/INFO]: Thread RCON Listener started
|
||||
[15:36:35] [Server thread/INFO]: RCON running on 0.0.0.0:25575
|
||||
[15:37:35] [Server thread/INFO]: Server empty for 60 seconds, pausing
|
||||
[16:17:31] [Netty Epoll Server IO #24/ERROR]: Error sending packet clientbound/minecraft:disconnect
|
||||
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
|
||||
at ym.a(SourceFile:47) ~[server-1.21.4.jar:?]
|
||||
at ym.encode(SourceFile:14) ~[server-1.21.4.jar:?]
|
||||
at vu.a(SourceFile:26) ~[server-1.21.4.jar:?]
|
||||
at vu.encode(SourceFile:12) ~[server-1.21.4.jar:?]
|
||||
at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:875) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:984) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:868) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.ChannelOutboundHandlerAdapter.write(ChannelOutboundHandlerAdapter.java:113) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at vi$2.write(SourceFile:530) ~[server-1.21.4.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:956) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:982) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:950) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:1000) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:974) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:305) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at vi.c(SourceFile:350) ~[server-1.21.4.jar:?]
|
||||
at vi.b(SourceFile:343) ~[server-1.21.4.jar:?]
|
||||
at vi.a(SourceFile:325) ~[server-1.21.4.jar:?]
|
||||
at vi.a(SourceFile:319) ~[server-1.21.4.jar:?]
|
||||
at vi.exceptionCaught(SourceFile:170) ~[server-1.21.4.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1324) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:856) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:727) ~[netty-transport-classes-epoll-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:825) ~[netty-transport-classes-epoll-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:501) ~[netty-transport-classes-epoll-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399) ~[netty-transport-classes-epoll-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.115.Final.jar:4.1.115.Final]
|
||||
at java.base/java.lang.Thread.run(Thread.java:1570) [?:?]
|
||||
[17:03:13] [Server thread/INFO]: KittyScan (/10.74.0.0:45602) lost connection: Disconnected
|
||||
[17:13:04] [Netty Epoll Server IO #8/ERROR]: Error sending packet clientbound/minecraft:disconnect
|
||||
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
|
||||
at ym.a(SourceFile:47) ~[server-1.21.4.jar:?]
|
||||
at ym.encode(SourceFile:14) ~[server-1.21.4.jar:?]
|
||||
at vu.a(SourceFile:26) ~[server-1.21.4.jar:?]
|
||||
at vu.encode(SourceFile:12) ~[server-1.21.4.jar:?]
|
||||
at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:875) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:984) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:868) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.ChannelOutboundHandlerAdapter.write(ChannelOutboundHandlerAdapter.java:113) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at vi$2.write(SourceFile:530) ~[server-1.21.4.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:956) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:982) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:950) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:1000) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:974) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:305) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at vi.c(SourceFile:350) ~[server-1.21.4.jar:?]
|
||||
at vi.b(SourceFile:343) ~[server-1.21.4.jar:?]
|
||||
at vi.a(SourceFile:325) ~[server-1.21.4.jar:?]
|
||||
at vi.a(SourceFile:319) ~[server-1.21.4.jar:?]
|
||||
at vi.exceptionCaught(SourceFile:170) ~[server-1.21.4.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1324) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:856) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:727) ~[netty-transport-classes-epoll-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:825) ~[netty-transport-classes-epoll-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:501) ~[netty-transport-classes-epoll-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399) ~[netty-transport-classes-epoll-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.115.Final.jar:4.1.115.Final]
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.115.Final.jar:4.1.115.Final]
|
||||
at java.base/java.lang.Thread.run(Thread.java:1570) [?:?]
|
||||
[19:36:30] [Server thread/INFO]: KittyScan (/10.74.0.0:44432) lost connection: Disconnected
|
||||
[22:35:19] [User Authenticator #1/INFO]: UUID of player thesilican is ef81a8ab-baef-4628-9b9c-a65637b5d8c6
|
||||
[22:35:20] [Server thread/INFO]: thesilican[/10.74.0.0:55606] logged in with entity id 75 at (-47.88613734069937, 75.0, -61.5514106959477)
|
||||
[22:35:20] [Server thread/INFO]: thesilican joined the game
|
||||
[22:36:48] [RCON Listener #1/INFO]: Thread RCON Client /127.0.0.1 started
|
||||
[22:37:06] [Server thread/INFO]: [Rcon: Reset all scores for thesilican]
|
||||
[22:41:09] [RCON Client /127.0.0.1 #2/INFO]: Thread RCON Client /127.0.0.1 shutting down
|
||||
[23:04:30] [Server thread/INFO]: KittyScan (/10.74.0.0:37324) lost connection: Disconnected
|
||||
[23:05:52] [Server thread/INFO]: thesilican hit the ground too hard
|
||||
[23:08:13] [RCON Listener #1/INFO]: Thread RCON Client /127.0.0.1 started
|
||||
[23:09:33] [Server thread/INFO]: [Rcon: Added MainCharacterX to the whitelist]
|
||||
[23:12:14] [User Authenticator #2/INFO]: UUID of player MainCharacterX is 995c0d03-84d7-4851-89cc-11912f3ae0c3
|
||||
[23:12:15] [Server thread/INFO]: MainCharacterX[/10.74.0.0:56341] logged in with entity id 6415 at (-36.5, 66.0, -46.5)
|
||||
[23:12:15] [Server thread/INFO]: MainCharacterX joined the game
|
||||
[23:15:29] [Server thread/INFO]: [Rcon: Added sohr1508 to the whitelist]
|
||||
[23:15:49] [Server thread/INFO]: thesilican has made the advancement [Stone Age]
|
||||
[23:15:50] [Server thread/INFO]: MainCharacterX has made the advancement [Stone Age]
|
||||
[23:16:21] [Server thread/INFO]: thesilican has made the advancement [Getting an Upgrade]
|
||||
[23:18:52] [Server thread/INFO]: MainCharacterX has made the advancement [A Seedy Place]
|
||||
[23:19:26] [Server thread/INFO]: thesilican has made the advancement [A Seedy Place]
|
||||
[23:20:34] [User Authenticator #3/INFO]: UUID of player sohr1508 is 2c7b677b-47e0-43a0-8786-be1942ec4ad7
|
||||
[23:20:34] [Server thread/INFO]: Disconnecting sohr1508 (/10.74.0.0:61646): You are not white-listed on this server!
|
||||
[23:20:34] [Server thread/INFO]: sohr1508 (/10.74.0.0:61646) lost connection: You are not white-listed on this server!
|
||||
[23:20:34] [Server thread/WARN]: handleDisconnection() called twice
|
||||
[23:21:56] [RCON Client /127.0.0.1 #3/INFO]: Thread RCON Client /127.0.0.1 shutting down
|
||||
[23:22:11] [Server thread/INFO]: MainCharacterX lost connection: Disconnected
|
||||
[23:22:11] [Server thread/INFO]: MainCharacterX left the game
|
||||
[23:22:12] [RCON Listener #1/INFO]: Thread RCON Client /127.0.0.1 started
|
||||
[23:22:12] [Server thread/INFO]: [Rcon: Stopping the server]
|
||||
[23:22:12] [RCON Client /127.0.0.1 #4/INFO]: Thread RCON Client /127.0.0.1 shutting down
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#Minecraft server properties
|
||||
#Mon Mar 10 03:19:02 EDT 2025
|
||||
#Mon Mar 10 15:36:31 EDT 2025
|
||||
accepts-transfers=false
|
||||
allow-flight=true
|
||||
allow-nether=true
|
||||
|
||||
@ -1 +1 @@
|
||||
[{"name":"thesilican","uuid":"ef81a8ab-baef-4628-9b9c-a65637b5d8c6","expiresOn":"2025-04-10 03:09:43 -0400"},{"name":"Bryan","uuid":"ecd36c7e-27dd-42c4-ae7c-c01bb8d7dbef","expiresOn":"2025-04-10 02:05:50 -0400"},{"name":"thesilican","uuid":"211a0e4d-5ebb-3e2f-93ad-98f8fa12c990","expiresOn":"2025-04-09 23:25:14 -0400"},{"name":"hhhh","uuid":"f958bd52-98a4-444a-a000-80a93a5633c9","expiresOn":"2025-04-09 23:03:49 -0400"},{"name":"maincharacter150","uuid":"8a3a58dc-459e-3033-aa4a-83ee5e836f0c","expiresOn":"2025-04-09 23:03:37 -0400"},{"name":"sohr1508","uuid":"12718c0b-a2f8-3f84-baf0-a9bffe936e25","expiresOn":"2025-04-09 23:03:26 -0400"},{"name":"sasuke813","uuid":"01c85905-ea47-3c20-85e0-d1c4b3c81c60","expiresOn":"2025-04-09 23:03:15 -0400"}]
|
||||
[{"name":"MainCharacterX","uuid":"995c0d03-84d7-4851-89cc-11912f3ae0c3","expiresOn":"2025-04-10 23:12:15 -0400"},{"name":"thesilican","uuid":"ef81a8ab-baef-4628-9b9c-a65637b5d8c6","expiresOn":"2025-04-10 22:35:20 -0400"},{"name":"Bryan","uuid":"ecd36c7e-27dd-42c4-ae7c-c01bb8d7dbef","expiresOn":"2025-04-10 02:05:50 -0400"},{"name":"thesilican","uuid":"211a0e4d-5ebb-3e2f-93ad-98f8fa12c990","expiresOn":"2025-04-09 23:25:14 -0400"},{"name":"hhhh","uuid":"f958bd52-98a4-444a-a000-80a93a5633c9","expiresOn":"2025-04-09 23:03:49 -0400"},{"name":"maincharacter150","uuid":"8a3a58dc-459e-3033-aa4a-83ee5e836f0c","expiresOn":"2025-04-09 23:03:37 -0400"},{"name":"sohr1508","uuid":"12718c0b-a2f8-3f84-baf0-a9bffe936e25","expiresOn":"2025-04-09 23:03:26 -0400"},{"name":"sasuke813","uuid":"01c85905-ea47-3c20-85e0-d1c4b3c81c60","expiresOn":"2025-04-09 23:03:15 -0400"}]
|
||||
@ -1,6 +1,14 @@
|
||||
[
|
||||
{
|
||||
"uuid": "12718c0b-a2f8-3f84-baf0-a9bffe936e25",
|
||||
"name": "sohr1508"
|
||||
},
|
||||
{
|
||||
"uuid": "ef81a8ab-baef-4628-9b9c-a65637b5d8c6",
|
||||
"name": "thesilican"
|
||||
},
|
||||
{
|
||||
"uuid": "995c0d03-84d7-4851-89cc-11912f3ae0c3",
|
||||
"name": "MainCharacterX"
|
||||
}
|
||||
]
|
||||
BIN
world/DIM-1/data/raids.dat
(Stored with Git LFS)
BIN
world/DIM-1/data/raids.dat
(Stored with Git LFS)
Binary file not shown.
BIN
world/DIM1/data/raids_end.dat
(Stored with Git LFS)
BIN
world/DIM1/data/raids_end.dat
(Stored with Git LFS)
Binary file not shown.
353
world/advancements/995c0d03-84d7-4851-89cc-11912f3ae0c3.json
Normal file
353
world/advancements/995c0d03-84d7-4851-89cc-11912f3ae0c3.json
Normal file
@ -0,0 +1,353 @@
|
||||
{
|
||||
"minecraft:recipes/redstone/lever": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/ladder": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 23:13:45 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/mangrove_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cake": {
|
||||
"criteria": {
|
||||
"has_egg": "2025-03-10 23:14:47 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/oak_slab": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/birch_planks": {
|
||||
"criteria": {
|
||||
"has_logs": "2025-03-10 23:15:01 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/oak_sign": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_trapdoor": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/stone_sword": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cobblestone_wall": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/stone_pickaxe": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/stone_axe": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/campfire": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 23:13:45 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/sugar_from_sugar_cane": {
|
||||
"criteria": {
|
||||
"has_sugar_cane": "2025-03-10 23:17:56 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/wooden_hoe": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 23:13:45 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_fence_gate": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:story/mine_stone": {
|
||||
"criteria": {
|
||||
"get_stone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/furnace": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/charcoal": {
|
||||
"criteria": {
|
||||
"has_log": "2025-03-10 23:12:27 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/wooden_pickaxe": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 23:13:45 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/wooden_axe": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 23:13:45 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_pressure_plate": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_door": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-03-10 23:12:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2025-03-10 23:15:08 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/wooden_shovel": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 23:13:45 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/stick": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cobblestone_slab": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cobblestone_slab_from_cobblestone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/oak_stairs": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/acacia_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/cherry_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/root": {
|
||||
"criteria": {
|
||||
"killed_something": "2025-03-10 23:21:57 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/birch_wood": {
|
||||
"criteria": {
|
||||
"has_log": "2025-03-10 23:15:01 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/oak_fence": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/wooden_sword": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 23:13:45 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/oak_planks": {
|
||||
"criteria": {
|
||||
"has_logs": "2025-03-10 23:12:27 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/pale_oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:forest": "2025-03-10 23:12:16 -0400",
|
||||
"minecraft:river": "2025-03-10 23:21:51 -0400",
|
||||
"minecraft:plains": "2025-03-10 23:17:48 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"minecraft:recipes/transportation/bamboo_raft": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/barrel": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:husbandry/plant_seed": {
|
||||
"criteria": {
|
||||
"wheat": "2025-03-10 23:18:52 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cobblestone_wall_from_cobblestone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cobblestone_stairs_from_cobblestone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/spruce_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cobblestone_stairs": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/birch_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/stone_hoe": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/paper": {
|
||||
"criteria": {
|
||||
"has_reeds": "2025-03-10 23:17:56 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/coal_block": {
|
||||
"criteria": {
|
||||
"has_coal": "2025-03-10 23:15:08 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/stone_shovel": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/oak_wood": {
|
||||
"criteria": {
|
||||
"has_log": "2025-03-10 23:12:27 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:story/root": {
|
||||
"criteria": {
|
||||
"crafting_table": "2025-03-10 23:14:02 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_button": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:13:15 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/jungle_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/transportation/dark_oak_boat": {
|
||||
"criteria": {
|
||||
"in_water": "2025-03-10 23:15:11 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"DataVersion": 4189
|
||||
}
|
||||
@ -7,6 +7,7 @@
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:beach": "2025-03-10 23:15:06 -0400",
|
||||
"minecraft:forest": "2025-03-09 23:30:02 -0400",
|
||||
"minecraft:river": "2025-03-09 23:33:50 -0400",
|
||||
"minecraft:plains": "2025-03-09 23:33:44 -0400"
|
||||
@ -73,5 +74,281 @@
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/lever": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/ladder": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 22:54:37 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/torch": {
|
||||
"criteria": {
|
||||
"has_stone_pickaxe": "2025-03-10 23:16:21 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cake": {
|
||||
"criteria": {
|
||||
"has_egg": "2025-03-10 23:17:39 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/oak_slab": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/birch_planks": {
|
||||
"criteria": {
|
||||
"has_logs": "2025-03-10 23:16:52 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/oak_sign": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_trapdoor": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/stone_sword": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cobblestone_wall": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/stone_pickaxe": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/stone_axe": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/campfire": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 22:54:37 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/wooden_hoe": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 22:54:37 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_fence_gate": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:story/mine_stone": {
|
||||
"criteria": {
|
||||
"get_stone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/furnace": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/charcoal": {
|
||||
"criteria": {
|
||||
"has_log": "2025-03-10 23:06:41 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/wooden_pickaxe": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 22:54:37 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:story/upgrade_tools": {
|
||||
"criteria": {
|
||||
"stone_pickaxe": "2025-03-10 23:16:21 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/wooden_axe": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 22:54:37 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_pressure_plate": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_door": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2025-03-10 23:16:32 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/wooden_shovel": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 22:54:37 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/stick": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cobblestone_slab": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cobblestone_slab_from_cobblestone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/oak_stairs": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/birch_wood": {
|
||||
"criteria": {
|
||||
"has_log": "2025-03-10 23:16:52 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/oak_fence": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/wooden_sword": {
|
||||
"criteria": {
|
||||
"has_stick": "2025-03-10 22:54:37 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/oak_planks": {
|
||||
"criteria": {
|
||||
"has_logs": "2025-03-10 23:06:41 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/stone": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/barrel": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:husbandry/plant_seed": {
|
||||
"criteria": {
|
||||
"wheat": "2025-03-10 23:19:26 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cobblestone_wall_from_cobblestone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cobblestone_stairs_from_cobblestone_stonecutting": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:husbandry/balanced_diet": {
|
||||
"criteria": {
|
||||
"apple": "2025-03-10 23:21:38 -0400"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"minecraft:recipes/building_blocks/cobblestone_stairs": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:husbandry/root": {
|
||||
"criteria": {
|
||||
"consumed_item": "2025-03-10 23:21:38 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/stone_hoe": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/tools/stone_shovel": {
|
||||
"criteria": {
|
||||
"has_cobblestone": "2025-03-10 23:15:49 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/building_blocks/oak_wood": {
|
||||
"criteria": {
|
||||
"has_log": "2025-03-10 23:06:41 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:story/root": {
|
||||
"criteria": {
|
||||
"crafting_table": "2025-03-10 23:06:50 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/oak_button": {
|
||||
"criteria": {
|
||||
"has_planks": "2025-03-10 23:15:13 -0400"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"DataVersion": 4189
|
||||
}
|
||||
BIN
world/data/raids.dat
(Stored with Git LFS)
BIN
world/data/raids.dat
(Stored with Git LFS)
Binary file not shown.
BIN
world/data/random_sequences.dat
(Stored with Git LFS)
BIN
world/data/random_sequences.dat
(Stored with Git LFS)
Binary file not shown.
BIN
world/data/scoreboard.dat
(Stored with Git LFS)
BIN
world/data/scoreboard.dat
(Stored with Git LFS)
Binary file not shown.
BIN
world/entities/r.-1.-1.mca
(Stored with Git LFS)
BIN
world/entities/r.-1.-1.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/entities/r.-1.0.mca
(Stored with Git LFS)
BIN
world/entities/r.-1.0.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/entities/r.0.-1.mca
(Stored with Git LFS)
BIN
world/entities/r.0.-1.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/entities/r.0.0.mca
(Stored with Git LFS)
BIN
world/entities/r.0.0.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/level.dat
(Stored with Git LFS)
BIN
world/level.dat
(Stored with Git LFS)
Binary file not shown.
BIN
world/level.dat_old
(Stored with Git LFS)
BIN
world/level.dat_old
(Stored with Git LFS)
Binary file not shown.
BIN
world/playerdata/995c0d03-84d7-4851-89cc-11912f3ae0c3.dat
(Stored with Git LFS)
Normal file
BIN
world/playerdata/995c0d03-84d7-4851-89cc-11912f3ae0c3.dat
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
world/playerdata/995c0d03-84d7-4851-89cc-11912f3ae0c3.dat_old
(Stored with Git LFS)
Normal file
BIN
world/playerdata/995c0d03-84d7-4851-89cc-11912f3ae0c3.dat_old
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
world/playerdata/ef81a8ab-baef-4628-9b9c-a65637b5d8c6.dat
(Stored with Git LFS)
BIN
world/playerdata/ef81a8ab-baef-4628-9b9c-a65637b5d8c6.dat
(Stored with Git LFS)
Binary file not shown.
BIN
world/playerdata/ef81a8ab-baef-4628-9b9c-a65637b5d8c6.dat_old
(Stored with Git LFS)
BIN
world/playerdata/ef81a8ab-baef-4628-9b9c-a65637b5d8c6.dat_old
(Stored with Git LFS)
Binary file not shown.
0
world/poi/r.1.-1.mca
Normal file
0
world/poi/r.1.-1.mca
Normal file
0
world/poi/r.1.-2.mca
Normal file
0
world/poi/r.1.-2.mca
Normal file
0
world/poi/r.1.0.mca
Normal file
0
world/poi/r.1.0.mca
Normal file
BIN
world/region/r.-1.-1.mca
(Stored with Git LFS)
BIN
world/region/r.-1.-1.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/region/r.-1.0.mca
(Stored with Git LFS)
BIN
world/region/r.-1.0.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/region/r.0.-1.mca
(Stored with Git LFS)
BIN
world/region/r.0.-1.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/region/r.0.-2.mca
(Stored with Git LFS)
BIN
world/region/r.0.-2.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/region/r.0.0.mca
(Stored with Git LFS)
BIN
world/region/r.0.0.mca
(Stored with Git LFS)
Binary file not shown.
BIN
world/region/r.1.-1.mca
(Stored with Git LFS)
Normal file
BIN
world/region/r.1.-1.mca
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
world/region/r.1.-2.mca
(Stored with Git LFS)
Normal file
BIN
world/region/r.1.-2.mca
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
world/region/r.1.0.mca
(Stored with Git LFS)
Normal file
BIN
world/region/r.1.0.mca
(Stored with Git LFS)
Normal file
Binary file not shown.
1
world/stats/995c0d03-84d7-4851-89cc-11912f3ae0c3.json
Normal file
1
world/stats/995c0d03-84d7-4851-89cc-11912f3ae0c3.json
Normal file
@ -0,0 +1 @@
|
||||
{"stats":{"minecraft:crafted":{"minecraft:wooden_sword":1,"minecraft:oak_planks":32,"minecraft:wooden_hoe":1,"minecraft:crafting_table":1,"minecraft:wooden_pickaxe":1},"minecraft:custom":{"minecraft:time_since_rest":11923,"minecraft:sprint_one_cm":4694,"minecraft:walk_one_cm":86910,"minecraft:mob_kills":1,"minecraft:drop":1,"minecraft:damage_dealt":177,"minecraft:interact_with_crafting_table":7,"minecraft:fly_one_cm":26,"minecraft:crouch_one_cm":114,"minecraft:play_time":11923,"minecraft:sneak_time":30,"minecraft:walk_under_water_one_cm":2076,"minecraft:jump":47,"minecraft:leave_game":1,"minecraft:time_since_death":11923,"minecraft:walk_on_water_one_cm":7210,"minecraft:total_world_time":11923},"minecraft:mined":{"minecraft:seagrass":1,"minecraft:tall_seagrass":1,"minecraft:wheat":1,"minecraft:crafting_table":2,"minecraft:short_grass":133,"minecraft:oak_log":9,"minecraft:coal_ore":11,"minecraft:dirt":3,"minecraft:stone":1,"minecraft:oak_planks":2,"minecraft:sugar_cane":7},"minecraft:used":{"minecraft:wheat_seeds":13,"minecraft:wooden_hoe":21,"minecraft:oak_planks":2,"minecraft:wooden_pickaxe":12,"minecraft:wooden_sword":11,"minecraft:dirt":10,"minecraft:crafting_table":3},"minecraft:dropped":{"minecraft:wooden_hoe":1},"minecraft:killed":{"minecraft:squid":1},"minecraft:picked_up":{"minecraft:birch_log":1,"minecraft:stick":5,"minecraft:crafting_table":2,"minecraft:oak_log":10,"minecraft:dirt":14,"minecraft:wheat_seeds":14,"minecraft:oak_sapling":2,"minecraft:sugar_cane":7,"minecraft:birch_sapling":2,"minecraft:oak_planks":2,"minecraft:coal":11,"minecraft:cobblestone":1,"minecraft:egg":3}},"DataVersion":4189}
|
||||
@ -1 +1 @@
|
||||
{"stats":{"minecraft:custom":{"minecraft:jump":84,"minecraft:time_since_rest":880,"minecraft:damage_taken":500,"minecraft:leave_game":6,"minecraft:play_time":6696,"minecraft:time_since_death":830,"minecraft:sprint_one_cm":5563,"minecraft:walk_one_cm":3934,"minecraft:walk_on_water_one_cm":455,"minecraft:deaths":2,"minecraft:sneak_time":20,"minecraft:total_world_time":6696,"minecraft:walk_under_water_one_cm":914,"minecraft:swim_one_cm":18168,"minecraft:fall_one_cm":4261,"minecraft:fly_one_cm":14331},"minecraft:mined":{"minecraft:oak_leaves":2}},"DataVersion":4189}
|
||||
{"stats":{"minecraft:crafted":{"minecraft:oak_planks":76,"minecraft:stone_shovel":1,"minecraft:crafting_table":1,"minecraft:stick":8,"minecraft:wooden_pickaxe":1,"minecraft:stone_pickaxe":1,"minecraft:stone_sword":1,"minecraft:stone_axe":1},"minecraft:custom":{"minecraft:time_since_rest":19602,"minecraft:sprint_one_cm":51596,"minecraft:damage_taken":780,"minecraft:walk_one_cm":129954,"minecraft:drop":1,"minecraft:interact_with_crafting_table":3,"minecraft:swim_one_cm":18168,"minecraft:fly_one_cm":99001,"minecraft:crouch_one_cm":7094,"minecraft:play_time":62945,"minecraft:deaths":3,"minecraft:sneak_time":4370,"minecraft:walk_under_water_one_cm":914,"minecraft:jump":1057,"minecraft:leave_game":7,"minecraft:time_since_death":19579,"minecraft:walk_on_water_one_cm":1142,"minecraft:total_world_time":62945,"minecraft:fall_one_cm":39034},"minecraft:mined":{"minecraft:farmland":7,"minecraft:birch_log":20,"minecraft:short_grass":65,"minecraft:oak_log":76,"minecraft:dirt":6,"minecraft:stone":10,"minecraft:oak_leaves":58},"minecraft:used":{"minecraft:wheat_seeds":3,"minecraft:wooden_hoe":29,"minecraft:apple":1,"minecraft:stone_shovel":13,"minecraft:wooden_pickaxe":10,"minecraft:stone_axe":75,"minecraft:dirt":9,"minecraft:crafting_table":1,"minecraft:egg":1},"minecraft:dropped":{"minecraft:stick":1},"minecraft:picked_up":{"minecraft:birch_log":20,"minecraft:stick":12,"minecraft:oak_log":74,"minecraft:wooden_hoe":1,"minecraft:dirt":14,"minecraft:apple":1,"minecraft:wheat_seeds":9,"minecraft:oak_sapling":13,"minecraft:birch_sapling":1,"minecraft:cobblestone":10,"minecraft:egg":1}},"DataVersion":4189}
|
||||
Loading…
x
Reference in New Issue
Block a user