PluginOptions

PluginOptions is a class that can be used to configure the base functionality and utilties in use by a plugin.

Members

Variables

commandGroup
string commandGroup;

Default command group to use

useConfig
bool useConfig;

Does this plugin load/require a configuration file?

useOverrides
bool useOverrides;

Does this plugin auto-load level/command overrides from its config?

useStorage
bool useStorage;

Does this plugin load/require a JSON storage file?

Meta