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
You can keep online-mode false (I supposed to make a cracked server). But it's best to remove all the configs you don't need. It seems that you only modified the online-mode setting so all your config file needs to be is this:
#Minecraft server properties
#Mon Apr 20 14:07:49 UTC 2020
online-mode=false
The entire config file will then be rebuilt by the Minecraft server when it runs. Pay attention to the new-line at the end of the file as the build pack seems to append its own port (25566 instead of 25565) to the file without adding a new line character /n.
So essentially just add the configs you need to the server properties file and make sure to add a new line to the end of it
I want to change online-mode to false.
In my git repository have this three file:
/eula.txt
/requirements.txt
/server.properties
And server.properties content like this:
(I just follow by server console -> ~/server.properties)
Minecraft version 1.14.3
In the minecraft server list of my server column, it show 'Can't connect to server'.
Heroku server log:
The text was updated successfully, but these errors were encountered: