So, I'm trying to get the admin logger plugin working, and I'm still having issues with it not putting certain logs into discord. Currently the player administration logs are successfully pushed into discord, however Godmode is not... Neither is any mute/kick/bans from BetterChatMute and EnhancedBanSystem. Really unsure why its not doing what its supposed to do. Are these plugins not compatible anymore with Admin Logger?

AdminLogger.json

{
  "Log to console (true/false)": true,
  "Update frequency (s)": 5.0,
  "Log filename": "adminlog",
  "Enable Discord Messages (true/false)": true,
  "Discord Messages webhook": "SFSFSAFSAFASFASFASFAS",
  "Exclude List": [],
  "Default admin commands": {
    "Admin connections logging (true/false)": true,
    "Noclip logging (true/false)": true,
    "GodMode logging (true/false)": true,
    "Spectate logging (true/false)": true,
    "Kill player logging (true/false)": true,
    "Admin events logging (true/false)": true,
    "Admin event commands": {
      "[Attack Heli] heli.call": true,
      "[Attack Heli] heli.calltome": true,
      "[Attack Heli] drop": true,
      "[Airdrop] supply.call": true,
      "[Airdrop] supply.drop": true
    },
    "Kick logging (true/false)": true,
    "Kick commands": {
      "kick": true,
      "kickall": true
    },
    "Ban logging (true/false)": true,
    "Ban commands": {
      "ban": true,
      "unban": true
    },
    "Mute logging (true/false)": true,
    "Mute commands": {
      "mute": true,
      "unmute": true
    },
    "Entity logging (true/false)": true,
    "Entity commands": {
      "ent kill": true,
      "ent who": true,
      "ent lock": true,
      "ent unlock": true,
      "ent auth": true
    },
    "Teleport logging (true/false)": true,
    "Teleport commands": {
      "teleport": true,
      "teleportpos": true,
      "teleport2me": true
    },
    "Give items logging (true/false)": true,
    "Give commands": {
      "give": true,
      "giveid": true,
      "givearm": true,
      "giveto": true,
      "giveall": true
    },
    "Spawn logging (true/false)": true,
    "Spawn commands": {
      "spawn": true,
      "spawnat": true,
      "spawnhere": true,
      "spawnitem": true
    }
  },
  "Admin plugins": {
    "Vanish logging (true/false)": true,
    "Admin Radar logging (true/false)": true,
    "Night Vision logging (true/false)": true,
    "Convert Status logging (true/false)": true,
    "Inventory Viewer logging (true/false)": true,
    "Backpacks logging (true/false)": true,
    "Freeze logging (true/false)": true,
    "Freeze commands": {
      "freeze": true,
      "unfreeze": true,
      "freezeall": true,
      "unfreezeall": true
    },
    "Player Administration logging (true/false)": true,
    "Player Administration commands": {
      "OpenPadminCmd": true,
      "ClosePadminCmd": true,
      "BanUserCmd": true,
      "UnbanUserCmd": true,
      "KickUserCmd": true,
      "MuteUserCmd": true,
      "UnmuteUserCmd": true,
      "FreezeCmd": true,
      "UnreezeCmd": true,
      "BackpackViewCmd": true,
      "InventoryViewCmd": true,
      "ClearUserInventoryCmd": true,
      "ResetUserBPCmd": true,
      "ResetUserMetabolismCmd": true,
      "RecoverUserMetabolismCmd": true,
      "TeleportToUserCmd": true,
      "TeleportUserCmd": true,
      "SpectateUserCmd": true,
      "PermsCmd": true,
      "HurtUserCmd": true,
      "KillUserCmd": true,
      "HealUserCmd": true
    }
  }
}​

 

EnhancedBanSystem.json

{
  "Ban - Broadcast": true,
  "Ban - Default Reason": "Banned",
  "Ban - Evade": true,
  "Ban - Evade Reason": "Ban Evade",
  "Ban - Log": true,
  "DataType - Files - use": false,
  "DataType - MySQL - Database": "rust_orion",
  "DataType - MySQL - Host": "INSERTIP",
  "DataType - MySQL - Pass": "INSERTPASS",
  "DataType - MySQL - Port": 3306,
  "DataType - MySQL - use": true,
  "DataType - MySQL - User": "rust",
  "DataType - Native - use": false,
  "DataType - PlayerDatabase - IP Filename": "EnhancedBanSystem_IPs.json",
  "DataType - PlayerDatabase - use": false,
  "DataType - SQLite - Database Filename": "banlist.db",
  "DataType - SQLite - use": false,
  "DataType - WebAPI - Banlist": "http://webpage.com/banlist.php?startid={startid}",
  "DataType - WebAPI - Host": "http://webpage.com/api.php?action=ban&pass=mypassword&id={id}&steamid={steamid}&name={name}&ip={ip}&reason={reason}&source={source}&game={game}&platform={platform}&server={server}&tempban={expiration}",
  "DataType - WebAPI - IsBanned": "http://webpage.com/api.php?action=isbanned&pass=mypassword&id={id}&update={update}&steamid={steamid}&ip={ip}&time={time}&name={name}&game=Rust&server=rust.kortal.org:28015",
  "DataType - WebAPI - Unban": "http://webpage.com/api.php?action=unban&pass=mypassword&steamid={steamid}&name={name}&ip={ip}&name={name}&source={source}",
  "DataType - WebAPI - use": false,
  "Denied Connection - Log": true,
  "DiscordMessages - Discord Webhook": "asdfasdfasdfasdfasdfasdfasdf",
  "DiscordMessages - Use Discord": true,
  "Kick - Broadcast": true,
  "Kick - Log": true,
  "Kick - On Ban": true,
  "Permissions - Ban": "enhancedbansystem.ban",
  "Permissions - Banlist": "enhancedbansystem.banlist",
  "Permissions - Kick": "enhancedbansystem.kick",
  "Permissions - Unban": "enhancedbansystem.unban",
  "Server Info - Game": "Rust",
  "Server Info - IP:PORT": "*.*.*.*:28015",
  "Server Info - Platform": "Steam"
}

Godmode.json

{
  "Inform On Attack (true/false)": true,
  "Inform Interval (Seconds)": 15.0,
  "Show Name Prefix (true/false)": false,
  "Name Prefix (Default [God])": "[God] ",
  "Time Limit (Seconds, 0 to Disable)": 0.0,
  "Disable godmode after disconnect (true/false)": false,
  "Chat Prefix": "[Godmode]:",
  "Chat Prefix color": "#e67e22",
  "Chat steamID icon": 0,
  "God commands": [
    "god",
    "godmode"
  ],
  "Gods commands": [
    "gods",
    "godlist"
  ]
}