toProperties method
Implementation
Properties toProperties() {
return (this.template ?? PropertiesTemplate([
PropertiesComment("Minecraft server properties"),
PropertiesComment("(File Modification Datestamp)"),
])).create(this.toMap());
}