我是一个备份
This commit is contained in:
parent
436ab47307
commit
98544509bc
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
144
logs/latest.log
144
logs/latest.log
|
@ -1,43 +1,101 @@
|
|||
[00:11:49] [Server thread/INFO]: [Happywater_: Set own game mode to Creative Mode]
|
||||
[00:11:52] [Server thread/INFO]: [Happywater_: Set own game mode to Survival Mode]
|
||||
[00:24:24] [Server thread/INFO]: Happywater_ lost connection: Disconnected
|
||||
[00:24:24] [Server thread/INFO]: Happywater_ left the game
|
||||
[03:01:07] [Netty Epoll Server IO #26/ERROR]: Error sending packet clientbound/minecraft:disconnect
|
||||
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
|
||||
at net.minecraft.class_9136.method_56426(class_9136.java:47) ~[server-intermediary.jar:?]
|
||||
at net.minecraft.class_9136.encode(class_9136.java:14) ~[server-intermediary.jar:?]
|
||||
at net.minecraft.class_2545.method_10838(class_2545.java:26) ~[server-intermediary.jar:?]
|
||||
at net.minecraft.class_2545.encode(class_2545.java:12) ~[server-intermediary.jar:?]
|
||||
at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.ChannelOutboundHandlerAdapter.write(ChannelOutboundHandlerAdapter.java:113) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at net.minecraft.class_2535$2.write(class_2535.java:530) ~[server-intermediary.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:984) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1025) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:306) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at net.minecraft.class_2535.method_36942(class_2535.java:350) ~[server-intermediary.jar:?]
|
||||
at net.minecraft.class_2535.method_10764(class_2535.java:343) ~[server-intermediary.jar:?]
|
||||
at net.minecraft.class_2535.method_52906(class_2535.java:325) ~[server-intermediary.jar:?]
|
||||
at net.minecraft.class_2535.method_10752(class_2535.java:319) ~[server-intermediary.jar:?]
|
||||
at net.minecraft.class_2535.exceptionCaught(class_2535.java:170) ~[server-intermediary.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907) ~[netty-transport-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:728) ~[netty-transport-classes-epoll-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:826) ~[netty-transport-classes-epoll-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509) ~[netty-transport-classes-epoll-4.1.97.Final.jar:?]
|
||||
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) ~[netty-transport-classes-epoll-4.1.97.Final.jar:?]
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:?]
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:?]
|
||||
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
|
||||
[21:58:24] [main/INFO]: Loading Minecraft 1.21 with Fabric Loader 0.15.11
|
||||
[21:58:24] [ForkJoinPool-1-worker-8/WARN]: Mod gca uses the version mc1.21-2.9.0+build.51 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'mc1'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
|
||||
[21:58:24] [main/INFO]: Loading 57 mods:
|
||||
- carpet 1.4.147+v240613
|
||||
- carpet-tis-addition 1.60.1
|
||||
|-- conditional-mixin 0.6.2
|
||||
\-- mixinextras 0.3.6
|
||||
- fabric-api 0.100.7+1.21
|
||||
|-- fabric-api-base 0.4.42+6573ed8cd1
|
||||
|-- fabric-api-lookup-api-v1 1.6.67+b5597344d1
|
||||
|-- fabric-biome-api-v1 13.0.29+5bd9f1bcd1
|
||||
|-- fabric-block-api-v1 1.0.22+0af3f5a7d1
|
||||
|-- fabric-block-view-api-v2 1.0.10+6573ed8cd1
|
||||
|-- fabric-blockrenderlayer-v1 1.1.52+0af3f5a7d1
|
||||
|-- fabric-client-tags-api-v1 1.1.15+6573ed8cd1
|
||||
|-- fabric-command-api-v1 1.2.49+f71b366fd1
|
||||
|-- fabric-command-api-v2 2.2.28+6ced4dd9d1
|
||||
|-- fabric-commands-v0 0.2.66+df3654b3d1
|
||||
|-- fabric-content-registries-v0 8.0.15+b5597344d1
|
||||
|-- fabric-convention-tags-v1 2.0.18+7f945d5bd1
|
||||
|-- fabric-convention-tags-v2 2.4.2+c111832ad1
|
||||
|-- fabric-crash-report-info-v1 0.2.29+0af3f5a7d1
|
||||
|-- fabric-data-attachment-api-v1 1.1.25+6a6dfa19d1
|
||||
|-- fabric-data-generation-api-v1 20.2.12+16c4ae25d1
|
||||
|-- fabric-dimensions-v1 4.0.0+6fc22b99d1
|
||||
|-- fabric-entity-events-v1 1.6.12+6fc22b99d1
|
||||
|-- fabric-events-interaction-v0 0.7.10+e633f883d1
|
||||
|-- fabric-game-rule-api-v1 1.0.53+6ced4dd9d1
|
||||
|-- fabric-item-api-v1 11.0.0+afdfc921d1
|
||||
|-- fabric-item-group-api-v1 4.1.3+78017270d1
|
||||
|-- fabric-key-binding-api-v1 1.0.47+0af3f5a7d1
|
||||
|-- fabric-keybindings-v0 0.2.45+df3654b3d1
|
||||
|-- fabric-lifecycle-events-v1 2.3.11+8f3583aed1
|
||||
|-- fabric-loot-api-v2 3.0.13+3f89f5a5d1
|
||||
|-- fabric-loot-api-v3 1.0.1+3f89f5a5d1
|
||||
|-- fabric-message-api-v1 6.0.13+6573ed8cd1
|
||||
|-- fabric-model-loading-api-v1 2.0.0+fe474d6bd1
|
||||
|-- fabric-networking-api-v1 4.2.0+ab7edbacd1
|
||||
|-- fabric-object-builder-api-v1 15.1.13+d1321076d1
|
||||
|-- fabric-particles-v1 4.0.2+6573ed8cd1
|
||||
|-- fabric-recipe-api-v1 5.0.10+65089712d1
|
||||
|-- fabric-registry-sync-v0 5.0.25+5bd9f1bcd1
|
||||
|-- fabric-renderer-api-v1 3.3.0+0ae0b97dd1
|
||||
|-- fabric-renderer-indigo 1.6.5+48fb1586d1
|
||||
|-- fabric-renderer-registries-v1 3.2.68+df3654b3d1
|
||||
|-- fabric-rendering-data-attachment-v1 0.3.48+73761d2ed1
|
||||
|-- fabric-rendering-fluids-v1 3.1.6+b5597344d1
|
||||
|-- fabric-rendering-v0 1.1.71+df3654b3d1
|
||||
|-- fabric-rendering-v1 5.0.5+df16efd0d1
|
||||
|-- fabric-resource-conditions-api-v1 4.2.1+d153f344d1
|
||||
|-- fabric-resource-loader-v0 1.2.0+7e687b32d1
|
||||
|-- fabric-screen-api-v1 2.0.24+b5597344d1
|
||||
|-- fabric-screen-handler-api-v1 1.3.82+b5597344d1
|
||||
|-- fabric-sound-api-v1 1.0.23+6573ed8cd1
|
||||
|-- fabric-transfer-api-v1 5.1.15+3dccd343d1
|
||||
\-- fabric-transitive-access-wideners-v1 6.0.12+6573ed8cd1
|
||||
- fabricloader 0.15.11
|
||||
- gca mc1.21-2.9.0+build.51
|
||||
- java 21
|
||||
- lithium 0.12.7
|
||||
- magiclib 0.8.576+9192507-stable
|
||||
|-- magiclib-1_21 0.8.23+079e864-stable
|
||||
|-- magiclib_core 0.8.114+9ceb5c7-stable
|
||||
\-- magiclib_minecraft_api 0.6.59+079e864-stable
|
||||
- minecraft 1.21
|
||||
- servercore 1.5.4+1.21
|
||||
|-- fabric-permissions-api-v0 0.3.1
|
||||
|-- org_yaml_snakeyaml 2.2
|
||||
|-- placeholder-api 2.4.0+1.21
|
||||
|-- space_arim_dazzleconf_dazzleconf-core 1.3.0-M2
|
||||
\-- space_arim_dazzleconf_dazzleconf-ext-snakeyaml 1.3.0-M2
|
||||
- servux 0.2.0
|
||||
[21:58:24] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/home/zhenai/MineCraftServer/MCDR/server/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=SERVER
|
||||
[21:58:24] [main/INFO]: Compatibility level set to JAVA_17
|
||||
[21:58:24] [main/INFO]: Compatibility level set to JAVA_21
|
||||
[21:58:24] [main/INFO]: Loaded configuration file for Lithium: 138 options available, 1 override(s) found
|
||||
[21:58:25] [main/WARN]: Force-disabling mixin 'alloc.chunk_ticking.ServerChunkManagerMixin' as rule 'mixin.alloc.chunk_ticking' (added by mods [servercore]) disables it and children
|
||||
[21:58:25] [main/INFO]: Initializing MixinExtras via top.hendrixshen.magiclib.libs.com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.0).
|
||||
[21:58:29] [TISCM Mapping/INFO]: Yarn mapping file yarn-1.21+build.2-v2.tiny loaded
|
||||
[21:58:29] [main/INFO]: [ServerCore] Loaded V1.5.4+1.21!
|
||||
[21:58:30] [main/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
|
||||
[21:58:30] [main/INFO]: Loaded 1290 recipes
|
||||
[21:58:31] [main/INFO]: Loaded 1399 advancements
|
||||
[21:58:31] [main/INFO]: Applied 0 biome modifications to 0 of 64 new biomes in 854.4 μs
|
||||
[21:58:31] [Server thread/INFO]: Starting minecraft server version 1.21
|
||||
[21:58:31] [Server thread/INFO]: Loading properties
|
||||
[21:58:31] [Server thread/INFO]: Default game type: SURVIVAL
|
||||
[21:58:31] [Server thread/INFO]: Generating keypair
|
||||
[21:58:31] [Server thread/INFO]: Starting Minecraft server on *:25565
|
||||
[21:58:31] [Server thread/INFO]: Using epoll channel type
|
||||
[21:58:31] [Server thread/INFO]: Preparing level "world"
|
||||
[21:58:31] [Server thread/INFO]: [CM] Loaded 15 settings from carpet.conf
|
||||
[21:58:32] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
|
||||
[21:58:32] [Worker-Main-12/INFO]: Preparing spawn area: 0%
|
||||
[21:58:32] [Server thread/INFO]: Time elapsed: 308 ms
|
||||
[21:58:32] [Server thread/INFO]: Done (0.943s)! For help, type "help"
|
||||
[21:58:32] [Server thread/INFO]: Starting GS4 status listener
|
||||
[21:58:32] [Server thread/INFO]: Thread Query Listener started
|
||||
[21:58:32] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
|
||||
[21:58:32] [Server thread/INFO]: Starting remote control listener
|
||||
[21:58:32] [Server thread/WARN]: No rcon password set in server.properties, rcon disabled!
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#Minecraft server properties
|
||||
#Fri Aug 23 19:36:04 CST 2024
|
||||
#Sat Aug 24 21:58:30 CST 2024
|
||||
accepts-transfers=false
|
||||
allow-flight=true
|
||||
allow-nether=true
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
world/level.dat
BIN
world/level.dat
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":2043617,"minecraft:damage_dealt":1040,"minecraft:leave_game":1,"minecraft:play_time":2043617,"minecraft:damage_taken":253900,"minecraft:time_since_death":2043617,"minecraft:walk_one_cm":206,"minecraft:total_world_time":2043617,"minecraft:mob_kills":361968},"minecraft:used":{"minecraft:diamond_sword":170163},"minecraft:killed":{"minecraft:wither_skeleton":361936,"minecraft:zombified_piglin":31,"minecraft:wolf":1},"minecraft:picked_up":{"minecraft:stone_sword":29,"minecraft:bone":451,"minecraft:wither_skeleton_skull":64,"minecraft:coal":429}},"DataVersion":3953}
|
||||
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":2379617,"minecraft:damage_dealt":1040,"minecraft:leave_game":1,"minecraft:play_time":2379617,"minecraft:damage_taken":295900,"minecraft:time_since_death":2379617,"minecraft:walk_one_cm":206,"minecraft:total_world_time":2379617,"minecraft:mob_kills":422681},"minecraft:used":{"minecraft:diamond_sword":198163},"minecraft:killed":{"minecraft:wither_skeleton":422649,"minecraft:zombified_piglin":31,"minecraft:wolf":1},"minecraft:picked_up":{"minecraft:stone_sword":29,"minecraft:bone":451,"minecraft:wither_skeleton_skull":64,"minecraft:coal":429}},"DataVersion":3953}
|
|
@ -1 +1 @@
|
|||
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":2117793,"minecraft:damage_taken":2180,"minecraft:leave_game":9,"minecraft:play_time":11961356,"minecraft:walk_one_cm":1221,"minecraft:time_since_death":2117793,"minecraft:deaths":5,"minecraft:total_world_time":11961356,"minecraft:walk_under_water_one_cm":2851,"minecraft:fall_one_cm":13917,"minecraft:fly_one_cm":921},"minecraft:killed_by":{"minecraft:phantom":2,"minecraft:player":1}},"DataVersion":3953}
|
||||
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":2453793,"minecraft:damage_taken":2180,"minecraft:leave_game":9,"minecraft:play_time":12297356,"minecraft:walk_one_cm":1221,"minecraft:time_since_death":2453793,"minecraft:deaths":5,"minecraft:total_world_time":12297356,"minecraft:walk_under_water_one_cm":2851,"minecraft:fall_one_cm":13917,"minecraft:fly_one_cm":921},"minecraft:killed_by":{"minecraft:phantom":2,"minecraft:player":1}},"DataVersion":3953}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue