McCommandManager
Manages universal commands for multiple server implementations.
This class managing commands that are independent of the server implementation (e.g., Paper, Forge, Fabric). These universal commands work across different server types.
Parameters
The type of commands managed by this manager.
Properties
The fallback namespace prefix used when registering commands.
Whether to log an info message for each command as it is registered.
Retrieves a read-only list of registered brigadier command nodes.
Retrieves a read-only map of registered commands.
Functions
Gets a command source by server-specific instance.
Registers a brigadier command.
Registers a brigadier command with a custom namespace.
Registers a command with its name and optional aliases.
Registers a command with a custom namespace, name, and optional aliases.