Private messages not showingSolved
Currently having issues with Team chat showing up in the discord channel nor is Private messages.
Config or it didn't happen
{
  "FilterWords": [
    "badword1",
    "badword2"
  ],
  "FilteredWord": "<censored>",
  "LogExcludeGroups": [
    "default"
  ],
  "LogExcludePerms": [
    "example.permission"
  ],
  "Apikey": "NzI2ODM1OTY3NjE2NDgzMzI4.XvjfHA.vdCJW9pqvlcK9yaBCYyN61x-l2Q",
  "AutoReloadPlugin": false,
  "AutoReloadTime": 901,
  "GameChatIconSteamID": 76561199066612103,
  "GameChatTag": "[Admin]",
  "GameChatTagColor": "#FF0000",
  "GameChatNameColor": "#55aaff",
  "GameChatTextColor": "#ffffff",
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": true,
  "LogVehicleSpawns": false,
  "LogCrateDrops": false,
  "LogUserGroups": true,
  "LogPermissions": true,
  "LogKickBans": true,
  "LogNameChanges": false,
  "LogServerCommands": true,
  "LogServerMessages": false,
  "LogF7Reports": true,
  "LogTeams": true,
  "LogRCON": false,
  "LogPluginAdminHammer": false,
  "LogPluginAdminRadar": false,
  "LogPluginBetterChatMute": false,
  "LogPluginClans": false,
  "LogPluginDiscordAuth": false,
  "LogPluginPrivateMessages": true,
  "LogPluginRaidableBases": false,
  "LogPluginSignArtist": false,
  "LogPluginVanish": false,
  "ReportCommand": "report",
  "Commandprefix": "!",
  "Channels": [{
    "Channelid": "726139851879088229",
    "perms": [
      "cmd_allow",
      "cmd_players",
      "cmd_kick",
      "cmd_com",
      "cmd_mute",
      "cmd_unmute",
      "msg_pm",
      "msg_join",
      "msg_joinlog",
      "msg_quit",
      "death_pvp",
      "msg_chat",
      "msg_teamchat",
      "game_report",
      "game_bug",
      "msg_serverinit"
    ]
  }],
  "Commandroles": {
    "command": [
      "rolename1",
      "rolename2"
    ]
  }
}


Merged post

Any idea?

Having the same issue. Dev pls help!

msg_pm is no longer a flag, is now plugin_privatemessages.

Locked automatically