Skip to content

Commit cd10bdd

Browse files
authored
Merge pull request #4 from ItsTauTvyDas/2-suggestion-add-ability-to-use-more-than-1-font
Forgot to add config-version to default config lol
2 parents fd3fb7c + 53df9d6 commit cd10bdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.itstautvydas'
6-
version = '1.1.0'
6+
version = '1.1.1'
77

88
repositories {
99
mavenCentral()

src/main/java/me/itstautvydas/textfontmodifier/TextFontModifierPlugin.java

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ private void setupConfiguration() {
7373
config.addDefault("packets.%s.enable".formatted(key), true);
7474
config.addDefault("packets.%s.forced-font".formatted(key), key.equals("scoreboard-scores") ? "" : "default-font");
7575
}
76+
config.addDefault("config-version", 1);
7677
getConfig().options().copyDefaults(true);
7778
saveConfig();
7879
}

0 commit comments

Comments
 (0)