wf.bukkit.context.depeneds.config.model.AbstractConfig Maven / Gradle / Ivy
package wf.bukkit.context.depeneds.config.model;
import ru.cwcode.tkach.config.jackson.yaml.YmlConfig;
public abstract class AbstractConfig extends YmlConfig {
public String[] header() {
return new String[]{"Configuration file"};
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy