I am having issues getting commands to work.
TBH I am not sure if its an issue or if I don't fully understand how it works.
Everything else is working fine, its just the commands
In Rustcode.json i have this set,
Where am I going wrong?
Also, on a side note, would it be possible for chat messages sent from discord to show in Rust using the Discord display name and not the account name?
TBH I am not sure if its an issue or if I don't fully understand how it works.
Everything else is working fine, its just the commands
In Rustcode.json i have this set,
"Commandprefix": "!",
"Commandroles":{
"players":["Admin","Staff","Mods"],
"kick":["Admin","Staff","Mods"],
"com":["Admin"]
},and on discord my group name is Admin yet when I type either "!players" or "!com say hello" (without the "") into the channel I have set up with "cmd_allow", "cmd_players", "cmd_kick" and "cmd_com", nothing appears on discord other than the text I have typed into discord.Where am I going wrong?
Also, on a side note, would it be possible for chat messages sent from discord to show in Rust using the Discord display name and not the account name?