fix for settings

This commit is contained in:
Brianna O'Keefe 2018-11-09 17:00:32 -05:00
parent 62dd25d7a6
commit a14010c8c6
3 changed files with 3 additions and 4 deletions

View File

@ -426,8 +426,7 @@ public class EpicHoppersPlugin extends JavaPlugin implements EpicHoppers {
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode", langMode));
this.locale.reloadMessages();
references = new References();
reloadConfig();
saveConfig();
this.setupConfig();
loadLevelManager();
}

View File

@ -3,7 +3,7 @@ description: EpicHoppers
main: com.songoda.epichoppers.EpicHoppersPlugin
depend: [Arconix]
softdepend: [WildStacker, Towny, RedProtect, Kingdoms, PlotsSquared, GriefPrevention, USkyBlock, ASkyBlock, WorldGuard, Factions, Vault]
version: 3.1.30
version: 3.1.31
author: Songoda
api-version: 1.13
commands:

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicHoppers</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>3.1.30</version>
<version>3.1.31</version>
<build>
<defaultGoal>clean package</defaultGoal>
<plugins>