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:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user