mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-01-10 09:57:45 +01:00
typo ;P
This commit is contained in:
parent
81e167dd46
commit
409cb860f0
@ -307,9 +307,10 @@ public class EpicHoppersPlugin extends JavaPlugin implements EpicHoppers {
|
||||
private void setupConfig() {
|
||||
settingsManager.updateSettings();
|
||||
|
||||
ConfigurationSection levels = getConfig().createSection("settings.levels");
|
||||
if (!getConfig().contains("settings.levels.Level-1")) {
|
||||
ConfigurationSection levels =
|
||||
getConfig().createSection("settings.levels");
|
||||
|
||||
if (!levels.contains("Level-1")) {
|
||||
levels.set("Level-1.Range", 10);
|
||||
levels.set("Level-1.Amount", 1);
|
||||
levels.set("Level-1.Cost-xp", 20);
|
||||
|
Loading…
Reference in New Issue
Block a user