Enum DispatchResponse
Response codes for command dispatch.
public enum DispatchResponse
Fields
CommandNotFound = 1Command was not found.
InvalidArguments = 2Command was found but arguments were invalid.
PermissionDenied = 3Player does not have permission (player commands only).
Success = 0Command executed successfully.