oops
oops
This commit is contained in:
@@ -52,4 +52,26 @@ public interface SkillCalculatorConfig extends Config
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "showSecondaries",
|
||||
name = "Show required secondaries",
|
||||
description = "Toggles whether the Secondaries will be displayed for the selected item",
|
||||
position = 2
|
||||
)
|
||||
default boolean showSecondaries()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "limitToCurrentLevel",
|
||||
name = "Respect level requirements",
|
||||
description = "Toggles whether the exp calculation will limit to your current skill level",
|
||||
position = 3
|
||||
)
|
||||
default boolean limitToCurrentLevel()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user