Mute/unmute commands not workingSolved
Hi,

I noticed !mute not working, this is my channel permissions,
{
"Channelid": "Channel ID",
"perms": [
"cmd_allow",
"cmd_players",
"cmd_kick",
"cmd_com",
"cmd_mute",
"cmd_unmute"
]
},

!kick, !com and !players works.

When I use "!com mute PlayerName" it mutes the player, but if I only use "!mute PlayerName" it does not mute the player.

Also when a player is muted and the muted player type in chat it doesnt display in server chat however it is send to the Discord channel. Not sure if you have to hcnage it or BetterChatMute.

I've also noticed it doesnt notify the player if they type in chat and they are muted. Again not sure if this is for you or BetteChatmute. I think this is more for BetterChatMute.

If the player is already muted "!unmute PlayerName" does not unmute them.

Thank you,
Did you add mute and unmute command roles in config?
I granted the admin group the following BetteChatMute oxide/umod roles
  • betterchatmute.use
  • betterchatmute.use.global
  • betterchatmute.permanent
My BOT is a admin on Discord and the channel is locked for admins only.
{
"Apikey": "api key",
"Channels": [
{
"Channelid": "Channel ID",
"perms": [
"msg_pm"
]
},
{
"Channelid": "Channel ID",
"perms": [
"cmd_allow",
"cmd_players"
]
},
{
"Channelid": "Channel ID",
"perms": [
"cmd_allow",
"cmd_players",
"cmd_kick",
"cmd_com",
"cmd_mute",
"cmd_unmute"
]
}, 
{
"Channelid": "Channel ID",
"perms": [
"msg_serverinit",
]
},
{
"Channelid": "Channel ID",
"perms": [
"p_connect",
"p_disconnect",
]
},
{
"Channelid": "Channel ID",
"perms": [
"death_pvp",
]
},
{
"Channelid": "Channel ID",
"perms": [
"cmd_allow",
"cmd_players",
"p_chat"
]
},
{
"Channelid": "Channel ID",
"perms": [
"msg_helispawn",
"msg_planespawn",
"msg_bradleyspawn",
"msg_shipspawn",
"msg_chinookspawn",
"death_vehicle",
]
},
{
"Channelid": "Channel ID",
"perms": [
"p_aconnect",
]
},
{
"Channelid": "Channel ID",
"perms": [
"p_bug",
]
},
],
"Commandprefix": "!",
"Commandroles": {
"command": [
"rolename1",
"rolename2"
]
},
"FilteredWord": "<censored>",
"FilterWords": []
}​

Discord perms, not server perms.....

 

"Commandprefix": "!",
"Commandroles": {
"com": [
"DiscordRole1",
"DiscordRole2"
],
"mute": [
"DiscordRole1",
"DiscordRole2"
],
"unmute": [
"DiscordRole1",
"DiscordRole2"
]

What can I say I'm blind and you mention it in the description sorry bugging you with this dumb question.
Locked automatically