mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-27 10:59:22 +00:00
Added config autoupdating for missing sections
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
package com.willfp.ecoarmor.config;
|
||||
|
||||
import com.willfp.eco.core.EcoPlugin;
|
||||
import com.willfp.eco.core.config.json.JSONBaseConfig;
|
||||
import com.willfp.eco.core.config.json.JSONStaticBaseConfig;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class EcoArmorJson extends JSONStaticBaseConfig {
|
||||
public class EcoArmorJson extends JSONBaseConfig {
|
||||
/**
|
||||
* Create tiers.json.
|
||||
*
|
||||
* @param plugin Instance of EcoArmor.
|
||||
*/
|
||||
public EcoArmorJson(@NotNull final EcoPlugin plugin) {
|
||||
super("ecoarmor", plugin);
|
||||
super("ecoarmor", false, plugin);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user