AY 4 년 전
부모
커밋
4d1c5f40e4

BIN
__debug_bin


+ 0 - 25
mod/server/server.go

@@ -20,7 +20,6 @@ func (server *Handler) StartService() {
 	server.stdin, _ = cmd.StdinPipe()
 	cmd.Start()
 
-	server.StartStdin()
 	server.StartStdout()
 	//cmd.Wait()
 }
@@ -44,27 +43,3 @@ func (server *Handler) StartStdout() {
 		}
 	}()
 }
-
-//StartStdin is exported deprecated
-func (server *Handler) StartStdin() {
-	/*
-		go func() {
-			for {
-				time.Sleep(1 * time.Second)
-				fmt.Println(server.command)
-				defer server.stdin.Close()
-				for i, line := range server.command {
-					//send command!
-					io.WriteString(server.stdin, line.command+"\n")
-
-					if len(server.command)-1 != i {
-						server.command = append(server.command[:i], server.command[i+1])
-					} else {
-						// if it is the last item, just remove it
-						server.command = server.command[:i]
-					}
-				}
-			}
-		}()
-	*/
-}

BIN
server/logs/2020-12-13-1.log.gz


BIN
server/logs/2020-12-13-2.log.gz


BIN
server/logs/2020-12-13-3.log.gz


BIN
server/logs/2020-12-13-4.log.gz


BIN
server/logs/2020-12-13-5.log.gz


BIN
server/logs/2020-12-13-6.log.gz


BIN
server/logs/2020-12-13-7.log.gz


+ 46 - 59
server/logs/latest.log

@@ -1,59 +1,46 @@
-[23:52:19] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
-[23:52:20] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
-[23:52:20] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
-[23:52:20] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
-[23:52:20] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
-[23:52:20] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
-[23:52:20] [main/INFO]: Reloading ResourceManager: Default
-[23:52:22] [Worker-Main-14/INFO]: Loaded 7 recipes
-[23:52:22] [Worker-Main-14/INFO]: Loaded 927 advancements
-[23:52:25] [Server thread/INFO]: Starting minecraft server version 1.16.4
-[23:52:25] [Server thread/INFO]: Loading properties
-[23:52:25] [Server thread/INFO]: Default game type: CREATIVE
-[23:52:25] [Server thread/INFO]: Generating keypair
-[23:52:25] [Server thread/INFO]: Starting Minecraft server on *:25565
-[23:52:25] [Server thread/INFO]: Using default channel type
-[23:52:25] [Server thread/INFO]: Preparing level "world"
-[23:52:25] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
-[23:52:28] [Server thread/INFO]: Preparing spawn area: 0%
-[23:52:28] [Server thread/INFO]: Preparing spawn area: 0%
-[23:52:28] [Server thread/INFO]: Preparing spawn area: 0%
-[23:52:28] [Server thread/INFO]: Preparing spawn area: 0%
-[23:52:28] [Server thread/INFO]: Preparing spawn area: 0%
-[23:52:28] [Server thread/INFO]: Preparing spawn area: 0%
-[23:52:35] [Worker-Main-9/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-12/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-13/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-13/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-8/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-10/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-10/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-12/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-10/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-13/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-8/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-12/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-12/INFO]: Preparing spawn area: 83%
-[23:52:35] [Worker-Main-13/INFO]: Preparing spawn area: 99%
-[23:52:35] [Server thread/INFO]: Preparing spawn area: 99%
-[23:52:39] [User Authenticator #1/INFO]: UUID of player Alanyeung is 3d1c0ed1-d4d0-42ae-ac5e-a7557d5a6c4f
-[23:52:39] [Server thread/INFO]: Time elapsed: 14115 ms
-[23:52:39] [Server thread/INFO]: Done (14.300s)! For help, type "help"
-[23:52:40] [Server thread/INFO]: Alanyeung[/127.0.0.1:50361] logged in with entity id 220 at (-22.809103263146007, 71.7531999805212, -117.32866211012016)
-[23:52:40] [Server thread/INFO]: Alanyeung joined the game
-[23:52:42] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2014ms or 40 ticks behind
-[23:52:53] [Server thread/INFO]: Stopping the server
-[23:52:53] [Server thread/INFO]: Stopping server
-[23:52:53] [Server thread/INFO]: Saving players
-[23:52:53] [Server thread/INFO]: Alanyeung lost connection: Internal Exception: java.lang.StackOverflowError
-[23:52:53] [Server thread/INFO]: Alanyeung left the game
-[23:52:53] [Server thread/INFO]: Saving worlds
-[23:52:53] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
-[23:52:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
-[23:52:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
-[23:52:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
-[23:52:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
-[23:52:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
-[23:52:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
-[23:52:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
-[23:52:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
+[23:55:06] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
+[23:55:07] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
+[23:55:07] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
+[23:55:07] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
+[23:55:07] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
+[23:55:07] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
+[23:55:07] [main/INFO]: Reloading ResourceManager: Default
+[23:55:08] [Worker-Main-14/INFO]: Loaded 7 recipes
+[23:55:09] [Worker-Main-14/INFO]: Loaded 927 advancements
+[23:55:12] [Server thread/INFO]: Starting minecraft server version 1.16.4
+[23:55:12] [Server thread/INFO]: Loading properties
+[23:55:12] [Server thread/INFO]: Default game type: CREATIVE
+[23:55:12] [Server thread/INFO]: Generating keypair
+[23:55:12] [Server thread/INFO]: Starting Minecraft server on *:25565
+[23:55:12] [Server thread/INFO]: Using default channel type
+[23:55:12] [Server thread/INFO]: Preparing level "world"
+[23:55:13] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
+[23:55:14] [User Authenticator #1/INFO]: UUID of player Alanyeung is 3d1c0ed1-d4d0-42ae-ac5e-a7557d5a6c4f
+[23:55:16] [Server thread/INFO]: Preparing spawn area: 0%
+[23:55:16] [Server thread/INFO]: Preparing spawn area: 0%
+[23:55:16] [Server thread/INFO]: Preparing spawn area: 0%
+[23:55:16] [Server thread/INFO]: Preparing spawn area: 0%
+[23:55:16] [Server thread/INFO]: Preparing spawn area: 0%
+[23:55:16] [Server thread/INFO]: Preparing spawn area: 0%
+[23:55:16] [Server thread/INFO]: Preparing spawn area: 0%
+[23:55:16] [Server thread/INFO]: Preparing spawn area: 0%
+[23:55:17] [Server thread/INFO]: Preparing spawn area: 66%
+[23:55:24] [Server thread/INFO]: Time elapsed: 10950 ms
+[23:55:24] [Server thread/INFO]: Done (11.144s)! For help, type "help"
+[23:55:24] [Server thread/INFO]: Alanyeung[/127.0.0.1:50393] logged in with entity id 216 at (-11.908422761252936, 67.0, -115.30000001192093)
+[23:55:24] [Server thread/INFO]: Alanyeung joined the game
+[23:55:26] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2012ms or 40 ticks behind
+[23:56:13] [Server thread/INFO]: [Alanyeung: Set own game mode to Creative Mode]
+[23:56:20] [Server thread/INFO]: Stopping the server
+[23:56:20] [Server thread/INFO]: Stopping server
+[23:56:20] [Server thread/INFO]: Saving players
+[23:56:20] [Server thread/INFO]: Saving worlds
+[23:56:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
+[23:56:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
+[23:56:22] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
+[23:56:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
+[23:56:22] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
+[23:56:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
+[23:56:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
+[23:56:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
+[23:56:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved

+ 2 - 2
server/server.properties

@@ -1,5 +1,5 @@
 #Minecraft server properties
-#Sun Dec 13 23:52:19 PST 2020
+#Sun Dec 13 23:55:06 PST 2020
 enable-jmx-monitoring=false
 rcon.port=25575
 level-seed=
@@ -15,8 +15,8 @@ generate-structures=true
 difficulty=easy
 network-compression-threshold=256
 max-tick-time=60000
-use-native-transport=true
 max-players=99
+use-native-transport=true
 online-mode=true
 enable-status=true
 allow-flight=false

+ 1 - 1
server/usercache.json

@@ -1 +1 @@
-[{"name":"Alanyeung","uuid":"3d1c0ed1-d4d0-42ae-ac5e-a7557d5a6c4f","expiresOn":"2021-01-13 23:52:40 -0800"}]
+[{"name":"Alanyeung","uuid":"3d1c0ed1-d4d0-42ae-ac5e-a7557d5a6c4f","expiresOn":"2021-01-13 23:55:24 -0800"}]

BIN
server/world/DIM-1/data/raids.dat


BIN
server/world/DIM1/data/raids_end.dat


BIN
server/world/data/raids.dat


BIN
server/world/level.dat


BIN
server/world/level.dat_old


BIN
server/world/playerdata/3d1c0ed1-d4d0-42ae-ac5e-a7557d5a6c4f.dat


BIN
server/world/poi/r.0.0.mca


BIN
server/world/region/r.-1.-1.mca


BIN
server/world/region/r.-1.0.mca


BIN
server/world/region/r.0.-1.mca


BIN
server/world/region/r.0.0.mca


+ 1 - 1
server/world/stats/3d1c0ed1-d4d0-42ae-ac5e-a7557d5a6c4f.json

@@ -1 +1 @@
-{"stats":{"minecraft:used":{"minecraft:creeper_spawn_egg":23,"minecraft:oak_log":94,"minecraft:oak_sapling":2},"minecraft:killed_by":{"minecraft:creeper":2,"minecraft:wolf":2},"minecraft:custom":{"minecraft:time_since_rest":2019,"minecraft:play_one_minute":15384,"minecraft:damage_taken":1525,"minecraft:sprint_one_cm":13199,"minecraft:deaths":6,"minecraft:walk_one_cm":28057,"minecraft:sneak_time":54,"minecraft:walk_under_water_one_cm":384,"minecraft:aviate_one_cm":131205,"minecraft:jump":128,"minecraft:damage_dealt":48,"minecraft:leave_game":11,"minecraft:time_since_death":1985,"minecraft:walk_on_water_one_cm":885,"minecraft:fall_one_cm":7109,"minecraft:fly_one_cm":15277},"minecraft:picked_up":{"minecraft:stick":2,"minecraft:apple":1,"minecraft:creeper_spawn_egg":64,"minecraft:oak_log":23,"minecraft:gunpowder":7,"minecraft:oak_sapling":9,"minecraft:dirt":110},"minecraft:mined":{"minecraft:grass":1,"minecraft:grass_block":1,"minecraft:oak_log":20,"minecraft:oak_sapling":1,"minecraft:birch_leaves":2,"minecraft:oak_leaves":37}},"DataVersion":2584}
+{"stats":{"minecraft:mined":{"minecraft:grass":1,"minecraft:grass_block":1,"minecraft:oak_log":20,"minecraft:oak_sapling":1,"minecraft:birch_leaves":4,"minecraft:oak_leaves":37},"minecraft:picked_up":{"minecraft:stick":2,"minecraft:apple":1,"minecraft:creeper_spawn_egg":64,"minecraft:oak_log":23,"minecraft:gunpowder":7,"minecraft:oak_sapling":9,"minecraft:dirt":110},"minecraft:custom":{"minecraft:time_since_rest":3108,"minecraft:play_one_minute":16473,"minecraft:damage_taken":1525,"minecraft:sprint_one_cm":15363,"minecraft:deaths":6,"minecraft:walk_one_cm":33130,"minecraft:sneak_time":54,"minecraft:walk_under_water_one_cm":384,"minecraft:aviate_one_cm":131205,"minecraft:jump":160,"minecraft:damage_dealt":48,"minecraft:leave_game":11,"minecraft:time_since_death":3074,"minecraft:walk_on_water_one_cm":885,"minecraft:fall_one_cm":7378,"minecraft:fly_one_cm":20475},"minecraft:killed_by":{"minecraft:creeper":2,"minecraft:wolf":2},"minecraft:used":{"minecraft:creeper_spawn_egg":23,"minecraft:oak_log":94,"minecraft:oak_sapling":2}},"DataVersion":2584}