No communication between the game chat and DiscordSolved

All flags pass to discord, only chat does not pass

messages from the discord to game also work but game chat to discord not work,

Config?
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": true,
  "LogVehicleSpawns": true,
  "LogCrateDrops": true,
  "LogUserGroups": true,
  "LogPermissions": true,
  "LogKickBans": true,
  "LogNameChanges": true,
  "LogServerCommands": true,
  "LogServerMessages": true,
  "LogF7Reports": true,
  "LogTeams": true,
  "LogClans": true,
  "LogMutes": true,
  "LogPMs": true,
  "LogSignArtist": true,
  "LogDiscordAuth": true,
  "ReportCommand": "true",

Make sure this is set to true after update

{
  "AutoReloadPlugin": true,
  "AutoReloadTime": 901,
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": true,
  "LogVehicleSpawns": false,
  "LogCrateDrops": false,
  "LogUserGroups": true,
  "LogPermissions": true,
  "LogKickBans": true,
  "LogNameChanges": true,
  "LogServerCommands": true,
  "LogServerMessages": true,
  "LogF7Reports": true,
  "LogTeams": true,
  "LogClans": true,
  "LogMutes": true,
  "LogPMs": true,
  "LogSignArtist": true,
  "LogDiscordAuth": true,
  "ReportCommand": "report",
  "Channels": [{
      "Channelid": "696344150756294716",
      "perms": [
        "cmd_allow",
        "cmd_players",
        "cmd_kick",
        "cmd_com",
        "msg_join",
        "msg_quit",
        "msg_chat",
        "msg_teamchat",
        "death_pvp",
        "death_npc",
        "death_animal",
        "death_vehicle",
        "msg_serverinit",
        "p_connect",
        "p_aconnect",
        "p_disconnect",
        "p_death",
        "p_chat",
        "p_report",
        "msg_plugininit"


      ]
    },
    {
      "Channelid": "Channel ID for admin channel",
      "perms": [
        "msg_joinlog",
        "msg_pm"
      ]
    },
    {
      "Channelid": "Channel ID for player report channel",
      "perms": [
        "game_report"
      ]
    },
    {
      "Channelid": "Channel ID for bug report channel",
      "perms": [
        "game_bug"
      ]
    }
  ],
  "Commandprefix": "!",
  "Commandroles": {
    "players": [],
    "kick": [
      "Admins",
      "Staff",
      "Mods"
    ],
    "mute": [
      "Admins",
      "Staff",
      "Mods"
    ],
    "unmute": [
      "Admins",
      "Staff",
      "Mods"
    ],
    "com": [
      "Admins",
      "Staff"
    ]
  },
  "FilteredWord": "<censored>",
  "FilterWords": [
    "Shit",
    "Fuck",
    "Cunt"
  ],
  "LogExcludeGroups": [
    "default"
  ],
  "LogExcludePerms": [
    "example.permission"
  ]
}

I'm having the exact same issue, I've changed the flags corresponding to the permissions/channels.

 

everything works BUT chat from ingame -> discord.

        "p_connect",
        "p_aconnect",
        "p_disconnect",
        "p_death",
        "p_chat",
        "p_report",

^ These haven't been active flags in like a year. Might wanna start there.

I would suggest letting a new config generate after backing up your settings.

now nothing works. I deleted all RustCord files, downloaded and uploaded again, a new config was created, I changed the key and id of the channel but now nothing works

new config:

{
  "FilterWords": [
    "badword1",
    "badword2"
  ],
  "FilteredWord": "<censored>",
  "LogExcludeGroups": [],
  "LogExcludePerms": [],
  "Apikey": "xxxxx",
  "AutoReloadPlugin": true,
  "AutoReloadTime": 0,
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": true,
  "LogVehicleSpawns": true,
  "LogCrateDrops": true,
  "LogUserGroups": true,
  "LogPermissions": true,
  "LogKickBans": true,
  "LogNameChanges": true,
  "LogServerCommands": true,
  "LogServerMessages": true,
  "LogF7Reports": true,
  "LogTeams": true,
  "LogClans": true,
  "LogMutes": true,
  "LogPMs": true,
  "LogSignArtist": true,
  "LogDiscordAuth": true,
  "ReportCommand": "report",
  "Commandprefix": "!",
  "Channels": [
    {
      "Channelid": "696344150756294716",
      "perms": [
        "cmd_allow",
        "cmd_players",
        "cmd_kick",
        "cmd_com",
        "p_connect",
        "p_aconnect",
        "p_disconnect",
        "p_death",
        "p_chat",
        "p_report",
        "msg_plugininit",
        "msg_serverinit"
      ]
    }
  ],
  "Commandroles": {
    "command": [
      "rolename1",
      "rolename2"
    ]
  }
}
 
Again... those are NOT active channel flags. Read the overview. And don't post your API key....

Merged post

I dunno where you keep getting the p_ flags from, but those were gone a year and 34 updates ago.



Merged post

This is why reading patch notes is important. Don't just blindly click the download button when plugins update.
i am haven the same problem just stop on the 9th maybe after oxide update?

this update it stopped Oxide Update 2.0.4542

Merged post

{
  "FilterWords": [
   deleted for umod
  ],
  "FilteredWord": "<censored>",
  "LogExcludeGroups": [
    "default"
  ],
  "LogExcludePerms": [
    "example.permission"
  ],
  "Apikey": "deleted for umod",
  "AutoReloadPlugin": false,
  "AutoReloadTime": 901,
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": true,
  "LogVehicleSpawns": false,
  "LogCrateDrops": false,
  "LogUserGroups": false,
  "LogPermissions": false,
  "LogKickBans": true,
  "LogNameChanges": false,
  "LogServerCommands": false,
  "LogServerMessages": false,
  "LogF7Reports": false,
  "LogTeams": false,
  "LogClans": false,
  "LogMutes": true,
  "LogPMs": false,
  "LogSignArtist": false,
  "LogDiscordAuth": false,
  "ReportCommand": "1none",
  "Commandprefix": "!",
  "Channels": [
    {
      "Channelid": "641152174767996949",
      "perms": [
        "cmd_allow",
        "msg_chat"
      ]
    },
    {
      "Channelid": "641155838328700930",
      "perms": [
        "msg_mute"
      ]
    },
    {
      "Channelid": "667902896880484376",
      "perms": [
        "death_pvp"
      ]
    },
    {
      "Channelid": "668650283672535061",
      "perms": [
        "log_admingive"
      ]
    },
    {
      "Channelid": "641155880485912589",
      "perms": [
        "log_bans"
      ]
    }
  ],
  "Commandroles": {
    "players": [
      "Verified"
    ],
    "kick": [
      "Admin"
    ],
    "mute": [
      "Admin"
    ],
    "unmute": [
      "Admin"
    ],
    "com": [
      "Admin"
    ]
  }
}​
Vanilla chat or BetterChat? Shouldn't make a difference really. I'm on that Oxide version and it's been fine. Other Discord plugins? Other chat plugins?
i fix it. i did not know i have to turn all to true for chat to work
Ok. works You must write that it requires "Better Chat". Thanks with help
It doesn't require BetterChat, or shouldnt.

Merged post

I just checked, BetterChat is not required.
Locked automatically