mirror of
https://github.com/plexusorg/Blackout.git
synced 2025-01-01 12:32:28 +00:00
What a bizarre change
This commit is contained in:
parent
33b446d890
commit
18e3cb80cf
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
id "maven-publish"
|
||||
id "net.minecrell.plugin-yml.bukkit" version "0.5.1"
|
||||
id "com.github.johnrengelman.shadow" version "7.1.2"
|
||||
id "io.papermc.paperweight.userdev" version "1.3.4"
|
||||
id "io.papermc.paperweight.userdev" version "1.3.5"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -59,7 +59,7 @@ public class Blackout extends JavaPlugin
|
|||
|
||||
private void loadConfig()
|
||||
{
|
||||
config.options().setHeader(List.of("Blackout Configuration"));
|
||||
config.options().header("Blackout Configuration");
|
||||
config.addDefault("debug", false);
|
||||
config.options().copyDefaults(true);
|
||||
saveConfig();
|
||||
|
|
Loading…
Reference in a new issue