Properties Config
Representation of a java.util.Properties based config file
Parameters
file
the file to load the config from (usually a file ending with .properties)
Properties
Functions
Link copied to clipboard
Adds the given key-value pair to the config and if the key already exists, it won't be overwritten
Link copied to clipboard
Destroys the config
Link copied to clipboard
Gets the value of the given key, or sets the given default value if the key doesn't exist
Link copied to clipboard
Loads the config from the file
Link copied to clipboard
Removes the given key
Link copied to clipboard
Saves the config to the file
Link copied to clipboard
Sets the value of the given key