pluginsorter: misc

This commit is contained in:
Kyle
2019-10-13 22:50:11 +01:00
committed by GitHub
parent cb509c166d
commit ebfe12fab3

View File

@@ -79,7 +79,7 @@ public interface PluginSorterConfig extends Config
@ConfigTitleSection(
keyName = "hidePluginsTitle",
name = "Hiding",
name = "Hide By Type",
description = "",
position = 2
)
@@ -91,7 +91,7 @@ public interface PluginSorterConfig extends Config
@ConfigItem(
position = 3,
keyName = "hidePlugins",
name = "Hide Plugins",
name = "Hide All Plugins",
description = "Hides all OpenOSRS plugins if checked",
titleSection = "hidePluginsTitle",
hide = "hidePvmPlugins || hidePvpPlugins || hideSkillingPlugins || hideUtilityPlugins || hideExternalPlugins"
@@ -130,7 +130,7 @@ public interface PluginSorterConfig extends Config
@ConfigItem(
position = 6,
keyName = "hideSkillingPlugins",
name = "Hide Skillinh Plugins",
name = "Hide Skilling Plugins",
description = "Hides all OpenOSRS skilling plugins if checked",
titleSection = "hidePluginsTitle",
hide = "hidePlugins"
@@ -242,4 +242,4 @@ public interface PluginSorterConfig extends Config
return new Color(144, 212, 237, 255);
}
}
}