Closed Shadows-of-Fire closed 6 months ago
Alternatively we are considering adding a log in mechanism to neogradle on the client
Having this online mode set to false by default would be extremely great. I keep forgetting to set it. I like having my dev dedicated server not actually being online too so I would just keep setting it to false, even with a log-in mechanism available.
Does neo currently automatically accept the server eula for you? IIRC it did not in the past. The fact I have to both accept the eula and set online mode to false led me to just create a folder with both those properties and whatever other "server defaults" I want that I copy into all my dev environments.
This can be done by patching
public final boolean onlineMode = this.get("online-mode", true);
inDedicatedServerProperties
to use!IS_RUNNING_IN_IDE
instead of always defaulting to true.