Can't get all channels to workSolved
Could someone give me abit of advice if your not too busy please, Ive basically setup a few more discord channels and can only seem to get a couple to work, Ive tested using json checker and i am getting notifcations for players connecting disconnecting ect but nothing else?

{
  "FilterWords": [
    "badword1",
    "badword2"
  ],
  "FilteredWord": "<censored>",
  "LogExcludeGroups": [
    "default"
  ],
  "LogExcludePerms": [
    "example.permission"
  ],
  "Apikey": "PRIVATE",
  "AutoReloadPlugin": true,
  "AutoReloadTime": 901,
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": true,
  "LogVehicleSpawns": false,
  "LogCrateDrops": false,
  "LogUserGroups": true,
  "LogPermissions": false,
  "LogKickBans": true,
  "LogNameChanges": false,
  "LogServerCommands": true,
  "LogServerMessages": true,
  "LogF7Reports": true,
  "LogTeams": false,
  "LogClans": false,
  "LogMutes": true,
  "LogPMs": false,
  "LogSignArtist": false,
  "LogDiscordAuth": false,
  "ReportCommand": "report",
  "Commandprefix": "!",
  "Channels": [
    {
      "Channelid": "257874623767511040",
      "perms": [
        "msg_serverinit",
        "msg_helispawn",
        "msg_planespawn",
        "msg_shipspawn",
        "msg_chinookspawn",
        "msg_bradleyspawn"
      ]
    },
    {
      "Channelid": "699364899335176284",
      "perms": [
        "death_pvp"
      ]
    },
    {
      "Channelid": "699366003041370182",
      "perms": [
        "msg_quit",
        "msg_join"
      ]
    },
	{
      "Channelid": "699373125409701978",
      "perms": [
        "log_groups"
      ]
    },
	{
      "Channelid": "699373046661775430",
      "perms": [
        "log_f7reports",
        "game_report",
        "game_bug"
      ]
    },
    {
      "Channelid": "694533703241826366",
      "perms": [
        "log_kicks",
        "msg_mute",
        "log_bans"
      ]
    }
  ],
  "Commandroles": {
    "command": [
      "rolename1",
      "rolename2"
    ]
  }
}​
you can't log things if the config is set to false. overview has complete documentation of how it works.
Havnt i already set the correct config to true?
  "Apikey": "PRIVATE",
  "AutoReloadPlugin": true,
  "AutoReloadTime": 901,
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": true,
  "LogVehicleSpawns": false,
  "LogCrateDrops": false,
  "LogUserGroups": true,
  "LogPermissions": false,
  "LogKickBans": true,
  "LogNameChanges": false,
  "LogServerCommands": true,
  "LogServerMessages": true,
  "LogF7Reports": true,
  "LogTeams": false,
  "LogClans": false,
  "LogMutes": true,
  "LogPMs": false,
  "LogSignArtist": false,
  "LogDiscordAuth": false,
  "ReportCommand": "report",
  "Commandprefix": "!",
  "Channels": [​
Which functions of the plugin are not working? Other than the ones you have set to false.
Mainly death log & log groups dont seem to be working.
For death log are you using Death Notes? Also with groups are you talking about the teams themselves or clans?
im not using death notes no, I dont see where it says that i should be for it to work?

teams, I previously posted my code with teams turned to false but its now on and still not working

  "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": false,
  "LogDiscordAuth": false,
  "ReportCommand": "report",
  "Commandprefix": "!",​
LMyers
im not using death notes no, I dont see where it says that i should be for it to work?

Plugin docs say it's required. Please, again, READ the whole overview. Don't gloss over it, read it. It's there for a reason.

 



Merged post

Second part, you don't have log_teams assigned to any channel.
Locked automatically