getEntry

fun <T : Any> getEntry(entry: String, default: T, addIfMissing: Boolean = true): T

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