Package net.runelite.client.plugins
Annotation Type PluginDescriptor
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface PluginDescriptor
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
configName
Internal name used in the config.java.lang.String[]
conflicts
A list of plugin names that are mutually exclusive with this plugin.java.lang.String
description
A short, one-line summary of the plugin.boolean
developerPlugin
boolean
enabledByDefault
If this plugin should be defaulted to on.boolean
hidden
Whether or not plugin is hidden from configuration panelboolean
loadInSafeMode
boolean
loadWhenOutdated
If this plugin should be loaded when there is noClient
java.lang.String[]
tags
A list of plugin keywords, used (together with the name) when searching for plugins.
-
-
-
hidden
boolean hidden
Whether or not plugin is hidden from configuration panel- Default:
- false
-