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 = Locale.getLocale(getConfig().getString("System.Language Mode", langMode));
this.locale.reloadMessages(); this.locale.reloadMessages();
references = new References(); references = new References();
reloadConfig(); this.setupConfig();
saveConfig();
loadLevelManager(); loadLevelManager();
} }

View File

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

View File

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