Command domain — the context passed to a command handler.
A mod registers a command by name on the registry; when a player runs
/<name> <args>, its handler receives a [CommandContext] and may return a
reply string sent back to the source.
Command domain — the context passed to a command handler.
A mod registers a command by name on the registry; when a player runs
/<name> <args>, its handler receives a [CommandContext] and may return a
reply string sent back to the source.