Refactored config versions

This commit is contained in:
Auxilor
2020-09-14 20:45:00 +01:00
parent b423389496
commit 5d774e62cb
5 changed files with 11 additions and 13 deletions

View File

@@ -12,16 +12,6 @@ import java.util.HashMap;
public class EcoEnchantsPlugin extends JavaPlugin {
private static EcoEnchantsPlugin instance;
/**
* Config versions for config.yml and lang.yml
*/
public static final HashMap<String, Double> configVersions = new HashMap<String, Double>() {{
put("config", 5.0);
put("lang", 5.0);
put("target", 1.0);
put("rarity", 1.0);
}};
/**
* Is the plugin outdated
*/