Core Command
CoreCommand is the main command handler for the Minecraft MMO Core plugin.
This class handles all subcommands under the /core command and provides comprehensive functionality for plugin management, information display, and system testing.
Supported Subcommands:
info- Displays detailed plugin and server informationreload- Reloads the plugin configuration (requires permission)testplugin- Runs comprehensive system diagnostics (requires permission, player-only)
Key Features:
Permission-based access control for sensitive operations
Rich text formatting using Adventure API components
Comprehensive system testing and diagnostics
Tab completion for improved user experience
Detailed error handling and logging
Permissions Required:
mcmmo.core.reload- Required for the reload subcommandmcmmo.core.testplugin- Required for the test diagnostics subcommand
Author
Your Team Name
Since
1.0.0
Parameters
The main CorePlugin instance that this command handler belongs to