timvisee / lazymc

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

Error 1 #76

Open fefucho opened 3 months ago

fefucho commented 3 months ago

I cant make it open the server, it throws error 1 all the time, with some error saying it cant load the fabric server, also it seems like its not loading the config file, since it keeps editing my server propieties even when I told it not to, and also shows the default ip when opening, I dont really know what im doing wrong

image

this is what i edited on the config file [public]

Public address. IP and port users connect to.

Shows sleeping status, starts server on connect, and proxies to server.

address = "0.0.0.0:25565"

Server version & protocol hint.

Sent to clients until actual server version is known.

See: https://git.io/J1Fvx

version = "1.21"

protocol = 767

[server]

Server address. Internal IP and port of server started by lazymc to proxy to.

Port must be different from public port.

address = "192.168.1.77:25566"

Server directory, defaults to current directory.

directory = "."

Command to start the server.

Warning: if using a bash script read: https://git.io/JMIKH

command = "java -Xmx4G -jar fabric-server-launch.jar nogui"