Added the beginning of donorrank command

This commit is contained in:
Stijn
2021-12-26 18:58:05 +01:00
parent e2fc550011
commit 20d025c338
2 changed files with 29 additions and 0 deletions
@@ -177,4 +177,8 @@ public final class Config {
pluginMessageChannel = getString("settings.message-channel", pluginMessageChannel);
}
public static List<String> donorRanks = new ArrayList<>();
private static void loadDonorStuff() {
donorRanks = getList("donor.ranks", donorRanks);
}
}