Updated configs to 5.0

This commit is contained in:
Auxilor
2020-09-03 21:26:13 +01:00
parent 501c2545c8
commit 28daa94db0
202 changed files with 205 additions and 205 deletions

View File

@@ -16,8 +16,8 @@ public class EcoEnchantsPlugin extends JavaPlugin {
* Config versions for config.yml and lang.yml
*/
public static final HashMap<String, Double> configVersions = new HashMap<String, Double>() {{
put("config", 4.1);
put("lang", 4.01);
put("config", 5.0);
put("lang", 5.0);
put("target", 1.0);
}};