Closes the config and deletes the temp file
Returns the Value from the Entry and sets the Value if it does not exist NOTE: This will not update the config in the Database, you have to manually call publish() if you want to add the missing entry
Initializes the VirtualConfig This will create the temp file and load the config from MySQL or create an empty config
Reloads the data from the JSON File NOTE: This won't update the config in the Database, you have to manually call publish()
Publishes the current config to the MySQL Database
Pulls the config from MySQL
Sets the Entry specified to a Value NOTE: This will not update the config in the Database, you have to manually call publish()