9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 16:09:24 +00:00

Updated to eco 6

This commit is contained in:
Auxilor
2021-07-21 18:49:15 +01:00
parent fd82811d2c
commit 3f6f13a61f

View File

@@ -1,11 +1,11 @@
package com.willfp.ecobosses.config; package com.willfp.ecobosses.config;
import com.willfp.eco.core.config.yaml.YamlConfig; import com.willfp.eco.core.config.yaml.YamlTransientConfig;
import lombok.Getter; import lombok.Getter;
import org.bukkit.configuration.file.YamlConfiguration; import org.bukkit.configuration.file.YamlConfiguration;
import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.NotNull;
public class CustomConfig extends YamlConfig { public class CustomConfig extends YamlTransientConfig {
/** /**
* The name of the config. * The name of the config.
*/ */