Started integration of new target system

This commit is contained in:
Auxilor
2020-09-03 19:26:26 +01:00
parent 2134e27dfa
commit c5384fd6e0
407 changed files with 694 additions and 1068 deletions

View File

@@ -18,6 +18,7 @@ public class EcoEnchantsPlugin extends JavaPlugin {
public static final HashMap<String, Double> configVersions = new HashMap<String, Double>() {{
put("config", 4.1);
put("lang", 4.01);
put("target", 1.0);
}};
/**