Implements the scrapper edit command
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package net.knarcraft.blacksmith.config;
|
||||
|
||||
public interface TraitSettings {
|
||||
public interface TraitSettings<K extends Setting> extends Settings<K> {
|
||||
|
||||
/**
|
||||
* Gets whether to disable the action cool-down
|
||||
|
Reference in New Issue
Block a user