Interface Module
- All Superinterfaces:
ModuleSimple
The root module. Everything else hangs off it, so disabling this one disables the plugin's features.
-
Method Summary
Modifier and TypeMethodDescriptionconfig()The config section this module reads its settings from.Methods inherited from interface ModuleSimple
children, isDisable, name, onDisable, onEnable, permission, permissions
-
Method Details
-
config
Config.Internal config()Description copied from interface:ModuleSimpleThe config section this module reads its settings from.- Specified by:
configin interfaceModuleSimple- Returns:
- the settings
-