Updates server to 1.21.7.
Browse files- logs/2025-06-11-1.log.gz +3 -0
- logs/latest.log +21 -39
- server.jar +2 -2
- server.log +23 -0
- server.properties +1 -1
- usercache.json +1 -1
- versions/1.21.7/server-1.21.7.jar +3 -0
- world/DIM-1/data/chunks.dat +0 -0
- world/DIM-1/data/raids.dat +0 -0
- world/DIM1/data/chunks.dat +0 -0
- world/DIM1/data/raids_end.dat +0 -0
- world/advancements/63a77b5b-7f38-42be-93c5-45f3edfd9c72.json +1 -1
- world/data/chunks.dat +0 -0
- world/data/raids.dat +0 -0
- world/data/random_sequences.dat +0 -0
- world/entities/r.-1.-1.mca +1 -1
- world/entities/r.-1.0.mca +1 -1
- world/entities/r.0.-1.mca +1 -1
- world/level.dat +2 -2
- world/level.dat_old +2 -2
- world/playerdata/63a77b5b-7f38-42be-93c5-45f3edfd9c72.dat +0 -0
- world/playerdata/63a77b5b-7f38-42be-93c5-45f3edfd9c72.dat_old +0 -0
- world/poi/r.-1.-1.mca +1 -1
- world/poi/r.-1.0.mca +2 -2
- world/region/r.-1.-1.mca +2 -2
- world/region/r.-1.0.mca +1 -1
- world/region/r.0.-1.mca +1 -1
- world/region/r.0.0.mca +1 -1
- world/stats/63a77b5b-7f38-42be-93c5-45f3edfd9c72.json +1 -1
logs/2025-06-11-1.log.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e511ba4a42a28c0102934b6357fc8c4c08499aa1af0902a729bd9f7e6f29b740
|
| 3 |
+
size 754
|
logs/latest.log
CHANGED
|
@@ -1,39 +1,21 @@
|
|
| 1 |
-
[
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
at vv.b(SourceFile:343) ~[server-1.21.5.jar:?]
|
| 23 |
-
at vv.a(SourceFile:325) ~[server-1.21.5.jar:?]
|
| 24 |
-
at vv.a(SourceFile:319) ~[server-1.21.5.jar:?]
|
| 25 |
-
at vv.exceptionCaught(SourceFile:170) ~[server-1.21.5.jar:?]
|
| 26 |
-
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.118.Final.jar:4.1.118.Final]
|
| 27 |
-
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.118.Final.jar:4.1.118.Final]
|
| 28 |
-
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.118.Final.jar:4.1.118.Final]
|
| 29 |
-
at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1324) ~[netty-transport-4.1.118.Final.jar:4.1.118.Final]
|
| 30 |
-
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.118.Final.jar:4.1.118.Final]
|
| 31 |
-
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.118.Final.jar:4.1.118.Final]
|
| 32 |
-
at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:856) ~[netty-transport-4.1.118.Final.jar:4.1.118.Final]
|
| 33 |
-
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:727) ~[netty-transport-classes-epoll-4.1.118.Final.jar:4.1.118.Final]
|
| 34 |
-
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:825) ~[netty-transport-classes-epoll-4.1.118.Final.jar:4.1.118.Final]
|
| 35 |
-
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:501) ~[netty-transport-classes-epoll-4.1.118.Final.jar:4.1.118.Final]
|
| 36 |
-
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399) ~[netty-transport-classes-epoll-4.1.118.Final.jar:4.1.118.Final]
|
| 37 |
-
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) ~[netty-common-4.1.118.Final.jar:4.1.118.Final]
|
| 38 |
-
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.118.Final.jar:4.1.118.Final]
|
| 39 |
-
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
|
|
|
|
| 1 |
+
[18:39:59] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
|
| 2 |
+
[18:40:00] [ServerMain/INFO]: Loaded 1407 recipes
|
| 3 |
+
[18:40:00] [ServerMain/INFO]: Loaded 1520 advancements
|
| 4 |
+
[18:40:01] [Server thread/INFO]: Starting minecraft server version 1.21.7
|
| 5 |
+
[18:40:01] [Server thread/INFO]: Loading properties
|
| 6 |
+
[18:40:01] [Server thread/INFO]: Default game type: SURVIVAL
|
| 7 |
+
[18:40:01] [Server thread/INFO]: Generating keypair
|
| 8 |
+
[18:40:01] [Server thread/INFO]: Starting Minecraft server on *:25565
|
| 9 |
+
[18:40:01] [Server thread/INFO]: Using epoll channel type
|
| 10 |
+
[18:40:01] [Server thread/INFO]: Preparing level "world"
|
| 11 |
+
[18:40:01] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
|
| 12 |
+
[18:40:03] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
| 13 |
+
[18:40:03] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
| 14 |
+
[18:40:03] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
| 15 |
+
[18:40:03] [Server thread/INFO]: Time elapsed: 1333 ms
|
| 16 |
+
[18:40:03] [Server thread/INFO]: Done (1.988s)! For help, type "help"
|
| 17 |
+
[18:40:43] [User Authenticator #1/INFO]: UUID of player ppak10 is 63a77b5b-7f38-42be-93c5-45f3edfd9c72
|
| 18 |
+
[18:40:44] [Server thread/INFO]: ppak10[/71.61.127.146:51029] logged in with entity id 5 at (-212.83612295828814, 111.0, -193.7563939833775)
|
| 19 |
+
[18:40:44] [Server thread/INFO]: ppak10 joined the game
|
| 20 |
+
[18:40:48] [Server thread/INFO]: ppak10 lost connection: Disconnected
|
| 21 |
+
[18:40:48] [Server thread/INFO]: ppak10 left the game
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
server.jar
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b955b8f75d811cc326179472174941358eeaf97a68999ee119ccd3873350c4ee
|
| 3 |
+
size 57556704
|
server.log
CHANGED
|
@@ -177,3 +177,26 @@ io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/min
|
|
| 177 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) ~[netty-common-4.1.118.Final.jar:4.1.118.Final]
|
| 178 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.118.Final.jar:4.1.118.Final]
|
| 179 |
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) ~[netty-common-4.1.118.Final.jar:4.1.118.Final]
|
| 178 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.118.Final.jar:4.1.118.Final]
|
| 179 |
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
|
| 180 |
+
Unpacking 1.21.7/server-1.21.7.jar (versions:1.21.7) to versions/1.21.7/server-1.21.7.jar
|
| 181 |
+
Starting net.minecraft.server.Main
|
| 182 |
+
[18:39:59] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
|
| 183 |
+
[18:40:00] [ServerMain/INFO]: Loaded 1407 recipes
|
| 184 |
+
[18:40:00] [ServerMain/INFO]: Loaded 1520 advancements
|
| 185 |
+
[18:40:01] [Server thread/INFO]: Starting minecraft server version 1.21.7
|
| 186 |
+
[18:40:01] [Server thread/INFO]: Loading properties
|
| 187 |
+
[18:40:01] [Server thread/INFO]: Default game type: SURVIVAL
|
| 188 |
+
[18:40:01] [Server thread/INFO]: Generating keypair
|
| 189 |
+
[18:40:01] [Server thread/INFO]: Starting Minecraft server on *:25565
|
| 190 |
+
[18:40:01] [Server thread/INFO]: Using epoll channel type
|
| 191 |
+
[18:40:01] [Server thread/INFO]: Preparing level "world"
|
| 192 |
+
[18:40:01] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
|
| 193 |
+
[18:40:03] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
| 194 |
+
[18:40:03] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
| 195 |
+
[18:40:03] [Worker-Main-3/INFO]: Preparing spawn area: 0%
|
| 196 |
+
[18:40:03] [Server thread/INFO]: Time elapsed: 1333 ms
|
| 197 |
+
[18:40:03] [Server thread/INFO]: Done (1.988s)! For help, type "help"
|
| 198 |
+
[18:40:43] [User Authenticator #1/INFO]: UUID of player ppak10 is 63a77b5b-7f38-42be-93c5-45f3edfd9c72
|
| 199 |
+
[18:40:44] [Server thread/INFO]: ppak10[/71.61.127.146:51029] logged in with entity id 5 at (-212.83612295828814, 111.0, -193.7563939833775)
|
| 200 |
+
[18:40:44] [Server thread/INFO]: ppak10 joined the game
|
| 201 |
+
[18:40:48] [Server thread/INFO]: ppak10 lost connection: Disconnected
|
| 202 |
+
[18:40:48] [Server thread/INFO]: ppak10 left the game
|
server.properties
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
#Minecraft server properties
|
| 2 |
-
#
|
| 3 |
accepts-transfers=false
|
| 4 |
allow-flight=false
|
| 5 |
allow-nether=true
|
|
|
|
| 1 |
#Minecraft server properties
|
| 2 |
+
#Thu Jul 03 18:39:59 EDT 2025
|
| 3 |
accepts-transfers=false
|
| 4 |
allow-flight=false
|
| 5 |
allow-nether=true
|
usercache.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
[{"name":"ppak10","uuid":"63a77b5b-7f38-42be-93c5-45f3edfd9c72","expiresOn":"2025-
|
|
|
|
| 1 |
+
[{"name":"ppak10","uuid":"63a77b5b-7f38-42be-93c5-45f3edfd9c72","expiresOn":"2025-08-03 18:40:44 -0400"}]
|
versions/1.21.7/server-1.21.7.jar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f64a74eb5d7951a7c7bd46b43b01f2bae31bda061407f2ee7567297a47e9159
|
| 3 |
+
size 18899500
|
world/DIM-1/data/chunks.dat
CHANGED
|
Binary files a/world/DIM-1/data/chunks.dat and b/world/DIM-1/data/chunks.dat differ
|
|
|
world/DIM-1/data/raids.dat
CHANGED
|
Binary files a/world/DIM-1/data/raids.dat and b/world/DIM-1/data/raids.dat differ
|
|
|
world/DIM1/data/chunks.dat
CHANGED
|
Binary files a/world/DIM1/data/chunks.dat and b/world/DIM1/data/chunks.dat differ
|
|
|
world/DIM1/data/raids_end.dat
CHANGED
|
Binary files a/world/DIM1/data/raids_end.dat and b/world/DIM1/data/raids_end.dat differ
|
|
|
world/advancements/63a77b5b-7f38-42be-93c5-45f3edfd9c72.json
CHANGED
|
@@ -87,5 +87,5 @@
|
|
| 87 |
},
|
| 88 |
"done": true
|
| 89 |
},
|
| 90 |
-
"DataVersion":
|
| 91 |
}
|
|
|
|
| 87 |
},
|
| 88 |
"done": true
|
| 89 |
},
|
| 90 |
+
"DataVersion": 4438
|
| 91 |
}
|
world/data/chunks.dat
CHANGED
|
Binary files a/world/data/chunks.dat and b/world/data/chunks.dat differ
|
|
|
world/data/raids.dat
CHANGED
|
Binary files a/world/data/raids.dat and b/world/data/raids.dat differ
|
|
|
world/data/random_sequences.dat
CHANGED
|
Binary files a/world/data/random_sequences.dat and b/world/data/random_sequences.dat differ
|
|
|
world/entities/r.-1.-1.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 638976
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c5333b582db4bcf9dafed2fb59b31e8122e48fe52a4e883ff6779e4bdb0b145
|
| 3 |
size 638976
|
world/entities/r.-1.0.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 557056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1449f63e29836db672c7b6e3d9885cdc9d3b1d6ade7f3637eff186029fbaa34
|
| 3 |
size 557056
|
world/entities/r.0.-1.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 688128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70e0b3bc40dc78a0106636e13abb0bdf00aed03932afe8d91a0b2553e2f7cc65
|
| 3 |
size 688128
|
world/level.dat
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ba386bc3511a61612b0a33fa3f5c0708debde21032a4d659e002bcfa1020491
|
| 3 |
+
size 4783
|
world/level.dat_old
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6170840376eef05535768b170eb36407adaccf755d47c620f703c17ab7854c01
|
| 3 |
+
size 4783
|
world/playerdata/63a77b5b-7f38-42be-93c5-45f3edfd9c72.dat
CHANGED
|
Binary files a/world/playerdata/63a77b5b-7f38-42be-93c5-45f3edfd9c72.dat and b/world/playerdata/63a77b5b-7f38-42be-93c5-45f3edfd9c72.dat differ
|
|
|
world/playerdata/63a77b5b-7f38-42be-93c5-45f3edfd9c72.dat_old
CHANGED
|
Binary files a/world/playerdata/63a77b5b-7f38-42be-93c5-45f3edfd9c72.dat_old and b/world/playerdata/63a77b5b-7f38-42be-93c5-45f3edfd9c72.dat_old differ
|
|
|
world/poi/r.-1.-1.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 36864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ffa486330a9b08a818e9b1d2d423c89e2d57ccdcb8752ebb43ca3fa9d44cc66
|
| 3 |
size 36864
|
world/poi/r.-1.0.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:403fb3ee575ca637596c41793ff59f8c1c5c97294bb741c8bf36928937bba463
|
| 3 |
+
size 102400
|
world/region/r.-1.-1.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63744710d568592383300e1766e35a2ffb85a16143102d77f678179b0979ade9
|
| 3 |
+
size 10223616
|
world/region/r.-1.0.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9830400
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fc409a790251e6ef6e50d53238d29ab46d0ee61975dbf974a8ea86b3d283290
|
| 3 |
size 9830400
|
world/region/r.0.-1.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9572352
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b92ccd1a3833c5d885d9e6e2293c677f0d46448e8b5a58bfc235b08842381b5b
|
| 3 |
size 9572352
|
world/region/r.0.0.mca
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9023488
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17e85841c7b0b0b23058d93d847b85afb1bf9b3ce1247c8ed2c2acde1990f30f
|
| 3 |
size 9023488
|
world/stats/63a77b5b-7f38-42be-93c5-45f3edfd9c72.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":
|
|
|
|
| 1 |
+
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":1332,"minecraft:walk_one_cm":41077,"minecraft:leave_game":5,"minecraft:walk_under_water_one_cm":4580,"minecraft:damage_taken":520,"minecraft:play_time":9381,"minecraft:jump":240,"minecraft:time_since_death":3999,"minecraft:sprint_one_cm":14365,"minecraft:open_chest":1,"minecraft:sleep_in_bed":1,"minecraft:fall_one_cm":4859,"minecraft:total_world_time":9381,"minecraft:fly_one_cm":2279,"minecraft:walk_on_water_one_cm":1273,"minecraft:sneak_time":100,"minecraft:deaths":2},"minecraft:killed_by":{"minecraft:zombie":1}},"DataVersion":4438}
|