Refactored config versions
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user