Thank you for the earlier answer regarding CommandHandlerType.RemoteAdmin, that fixed the previous issue!
However, I now get a compile error: "the namespace 'Core' does not exist in 'Axwabo.CommandSystem'" when trying to use Axwabo.CommandSystem.Core for CommandBase/CommandResult/CommandSender (needed to work with players in a command).
I only downloaded Axwabo.CommandSystem.dll from the releases page, as instructed in the README. The README says: "You will need to reference CommandSystem.Core if you want to work with players."
Is CommandSystem.Core a separate DLL I need to download from somewhere else, or is it supposed to be part of the same Axwabo.CommandSystem.dll file? If it's a separate file, where can I find it?
Thank you for the earlier answer regarding CommandHandlerType.RemoteAdmin, that fixed the previous issue!
However, I now get a compile error: "the namespace 'Core' does not exist in 'Axwabo.CommandSystem'" when trying to use
Axwabo.CommandSystem.Corefor CommandBase/CommandResult/CommandSender (needed to work with players in a command).I only downloaded Axwabo.CommandSystem.dll from the releases page, as instructed in the README. The README says: "You will need to reference CommandSystem.Core if you want to work with players."
Is CommandSystem.Core a separate DLL I need to download from somewhere else, or is it supposed to be part of the same Axwabo.CommandSystem.dll file? If it's a separate file, where can I find it?