Saving the Config
[...]
builder.setSavingRunnable(() -> {
// Serialise the config into the config file. This will be called last after all variables are updated.
});Last updated
[...]
builder.setSavingRunnable(() -> {
// Serialise the config into the config file. This will be called last after all variables are updated.
});Last updated