Package net.storm.api.plugins.config
Annotation Interface ConfigGroup
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe key name of the config group used for storing configuration within the config group. This should typically be a lowercase version of your plugin name, with all spaces removed.For example, the
Grand Exchangeplugin uses the key namegrandexchange.
-