On the server I am running we no longer get notifications in the console or to the victims when they get raided. All I have added in after the wipe was AOR and BetterChat. Below is my config:
{
  "Announcements": {
    "clanColor": "#00eaff",
    "delay": 0.0,
    "icon": 0,
    "nameColor": "lightblue",
    "prefixColor": "orange",
    "radius": 0.0,
    "weaponColors": {
      "0": "#666333",
      "498591726": "#666666"
    }
  },
  "AnnounceTo": {
    "clan": true,
    "discord": false,
    "global": false,
    "log": true,
    "lustymap": false,
    "slack": false,
    "victims": true
  },
  "AnnounceWhen": {
    "minKills": 0,
    "minMinutes": 0,
    "minParticipants": 0,
    "minWeapons": 0,
    "raidEnds": false,
    "raidStarts": true
  },
  "LustyMap": {
    "duration": 10.0,
    "icon": "special"
  },
  "Raid": {
    "detectionCountdownMinutes": 1.0,
    "detectionDistance": 50,
    "detectionDuration": 60.0,
    "distance": 50.0,
    "duration": 300.0,
    "logUpToHours": 168
  },
  "Settings": {
    "trackEntityDamage": true,
    "trackEntityDeath": true,
    "trackExplosives": true
  },
  "Slack": {
    "messageType": "FancyMessage"
  },
  "VERSION": "1.0.21"
}​

What could be the issue? Is it a plugin clash?