I am trying to create some custom commands for discord use to allow others without RAT to stop and start the server as needed.
Currently my command is:
STARTSWITH:!start||Checkdiscordrole:>= Hardcore
.STARTSERVER
and the shutdown command is:
STARTSWITH:!shutdown||Checkdiscordrole:>= Hardcore
.STOPSERVER
My issue is this doesn't seem to work, but the !admin command works fine in discord for detecting my role.
Currently my command is:
STARTSWITH:!start||Checkdiscordrole:>= Hardcore
.STARTSERVER
and the shutdown command is:
STARTSWITH:!shutdown||Checkdiscordrole:>= Hardcore
.STOPSERVER
My issue is this doesn't seem to work, but the !admin command works fine in discord for detecting my role.