Can’t get new configuration to workNot An Issue

Still old config, I deleted old config before I uploaded the newest Version

{
  "Apikey": "XXX",
  "Channels": [
    {
      "Channelid": "XXX",
      "perms": [
        "cmd_allow",
        "cmd_players",
        "cmd_kick",
        "cmd_com",
        "cmd_mute",
        "cmd_unmute",
        "msg_join",
        "msg_joinlog",
        "msg_quit",
        "death_pvp",
        "msg_chat",
        "msg_report",
        "msg_bug",
        "msg_serverinit"
      ]
    }
  ],
  "Commandprefix": "!",
  "Commandroles": {
    "command": [
      "rolename1",
      "rolename2"
    ]
  },
  "FilteredWord": "<censored>",
  "FilterWords": [
    "badword1",
    "badword2"
  ],
  "LogExcludeGroups": [
    "default"
  ],
  "LogExcludePerms": [
    "example.permission"
  ]
}
thats the new config, i can tell by the fact
LogExcludeGroups​
and
LogExcludePerms​
are in it.

Merged post

Copy the matching stuff from your old config to it.
Where do I have add 
  • log_kicks -- Log kicks to channel.
  • log_bans -- Log bans to channel.
  • log_clans -- Log clans create/disband to channel. (Clans & Clans Reborn supported)
  • log_clanchat -- Log clan chat to channel. (Clans Reborn NOT supported)
  • log_groups -- Log when players added/removed to/from a group.
  • log_perms -- Log when players/groups are granted/revoked permissions.
  • log_namechange -- Logs when players change their name and rejoin your server.
the same places you'd add all the other flags....
Locked automatically