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
Write a properties file object as a .properties file
args
Parameter
Type
Description
Required
properties
PropertiesFile
properties file object to check
True
path
string
path where the file will be written
True
example
import{writePropertiesFile}from"minecraft-server-properties-parser"// it can be the same path from the actual edited file and will replace the old with the new changesawaitwritePropertiesFile(properties,path)
About
An API for parsing, stringifying & write the Minecraft server.properties file format