timvisee / lazymc

💤 Put your Minecraft server to rest when idle.
GNU General Public License v3.0
552 stars 14 forks source link

Lazymc 0.2.11 doesn't detect when Forge server has completed startup #65

Closed sudhir-chandra closed 4 months ago

sudhir-chandra commented 4 months ago

I made a Forge 1.20.1 server with the Create mod. When I use Lazymc 0.2.11 the forge server starts up but Lazymc doesn't realize when it's finished. After 5 minutes it just times out as if it failed to start up. Lazymc 0.2.10 does detect when forge has fully started up. Luckily I'm using forge 1.20.1 so Lazymc 0.2.10 still works for me. But I though I'd point it out anyway.

Thanks for creating this software Timvisee! I'm really enjoying it. ❤️

Lazymc 0.2.11 config file changes:

[public]
address = "0.0.0.0:53004"
version = "1.20.1"
protocol = 763

[server]
address = "127.0.0.1:53002"
directory = "."
command = "./run.sh"
freeze_process = true
wake_on_start = true
forge = true

[join.hold]
timeout = 29

[config]
version = "0.2.11"

Forge server.properties:

allow-flight=false
allow-nether=true
broadcast-console-to-ops=true
broadcast-rcon-to-ops=true
difficulty=normal
enable-command-block=false
enable-jmx-monitoring=false
enable-query=false
enable-rcon=false
enable-status=true
enforce-secure-profile=true
enforce-whitelist=true
entity-broadcast-range-percentage=100
force-gamemode=false
function-permission-level=2
gamemode=survival
generate-structures=true
generator-settings={}
hardcore=false
hide-online-players=false
initial-disabled-packs=
initial-enabled-packs=vanilla
level-name=world
level-seed=
level-type=minecraft\:normal
max-chained-neighbor-updates=1000000
max-players=20
max-tick-time=60000
max-world-size=29999984
motd=test
network-compression-threshold=256
online-mode=true
op-permission-level=4
player-idle-timeout=0
prevent-proxy-connections=false
pvp=true
query.port=53002
rate-limit=0
rcon.password=poep
rcon.port=53003
require-resource-pack=false
resource-pack=
resource-pack-prompt=
resource-pack-sha1=
server-ip=127.0.0.1
server-port=53002
simulation-distance=10
spawn-animals=true
spawn-monsters=true
spawn-npcs=true
spawn-protection=0
sync-chunk-writes=true
text-filtering-config=
use-native-transport=true
view-distance=10
white-list=false
timvisee commented 4 months ago

lazymc 0.2.11 now requires Minecraft 1.20.3 or above. I'd therefore recommend to keep using 0.2.10 instead.

I'm assuming that resolves this issue. If not, please feel free to open it again.