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