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
T
The type of commands managed by this manager.
Properties
Functions
Link copied to clipboard
Gets a command source by server-specific instance.
Link copied to clipboard
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.