mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2026-01-03 22:26:30 +00:00
Updated attack speed
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package com.willfp.ecoskills.attackspeed;
|
||||
|
||||
import com.willfp.eco.core.PluginLike;
|
||||
import com.willfp.eco.core.config.yaml.YamlBaseConfig;
|
||||
import com.willfp.eco.core.config.BaseConfig;
|
||||
import com.willfp.eco.core.config.ConfigType;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class AttackSpeedConfig extends YamlBaseConfig {
|
||||
public class AttackSpeedConfig extends BaseConfig {
|
||||
public AttackSpeedConfig(@NotNull final PluginLike plugin) {
|
||||
super("attackspeed", true, plugin);
|
||||
super("attackspeed", plugin, true, ConfigType.YAML);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user