Server.properties: Difference between revisions

m
Fix grammar
(Improve option descriptions, remove outdated information)
m (Fix grammar)
Line 22:
#* On the second line, a comment containing the timestamp of the file's generation in the format <code>dow mon dd hh:mm:ss zzz yyyy</code> in Java's <code>[https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html DateTimeFormatter]</code> pattern syntax is written.
#* Some characters such as <code>:</code> are escaped in values with <code>\</code>.
#* Line endings are written as LF on Unix-like systems, and withas CRLF on Windows.
 
After changes are made to the file, the server must be restarted for them to take effect.