Hello, I have developed a Mod plugin and encountered an issue. After receiving a command, I want to return whether the command was executed successfully, but I cannot find an entry to check if the command was successfully issued to the device.
I saw the code below.
public CommandResult SendCommand(TeleCommand command, WriteCommandFlags flags)
It check user right and whether the configuration is correct or not.
Do you have any suggestion?
I think it is important to let the sender know whether the command was executed successfully.