settings fixed

This commit is contained in:
Brianna O'Keefe 2018-11-09 17:10:56 -05:00
parent f3bdb5ad1e
commit 615a23ab56
3 changed files with 3 additions and 3 deletions

View File

@ -321,7 +321,7 @@ public class EpicFarmingPlugin extends JavaPlugin implements EpicFarming {
public void reload() {
locale.reloadMessages();
references = new References();
reloadConfig();
this.setupConfig();
saveConfig();
}

View File

@ -1,7 +1,7 @@
name: EpicFarming
description: EpicFarming
main: com.songoda.epicfarming.EpicFarmingPlugin
version: 2.0.15
version: 2.0.16
depend: [Arconix]
soft-depend: [Multiverse-Core]
author: Songoda

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicFarming</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>2.0.15</version>
<version>2.0.16</version>
<build>
<defaultGoal>clean package</defaultGoal>
<plugins>