You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
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"
The text was updated successfully, but these errors were encountered: