Half of the logging for this plugin does not workSolved
Running the commands in the console for this plugin that it is supposed to detect does not work.
Spawn logging doesn't work 
Give items commands aren't detected and logged to discord
Inventory Viewer didn't get detected and logged to discord
Back Packs didn't get detected and logged to discord
Nigth Vision googles is not detected and logged to discord
God mode is not detected and logged to discord

None of these commands were detected and logged to discord no matter what we did 
      "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​


Please update the plugin and allow in the configuration file for players to edit if they want a timestamp in military time to turn that feature on and off. Please allow put the timestamp variable in the language file so we can edit the formatting to discord  here is a example of how I format information for my staff team so it's far easier to read 

"AdminDisconnected": "```
[Admin Disconnected]
[Player]: {0}
[Steam ID]: {1}
[Status]: Disconnected```",

But unfortunately, it shows in discord as the following if you could add the variable to the language file to edit this that would be greatly appreciated. https://imgur.com/a/xL7ywNH
I will check. But it has worked without any problems for me and other people.

Merged post

Please make sure you have the latest version and check config file again and make sure the option is set to true.

Merged post

Also, is the problem Discord? Did you check the log file?

Merged post

I just tried the newest version and everything works. Another server owner tried it also, and everything worked fine.

You need to specify more information so I can help.
I will edit my posts in a while.

Hey just to give more information here's our entire config.

{
  "Log to console (true/false)": true,
  "Update frequency (s)": 3.0,
  "Log filename": "adminlog",
  "Enable Discord Messages (true/false)": true,
  "Discord Messages webhook": "https://discordapp.com/api/webhooks/759159935644336148/b9p4rilyAf-pTRytrVxTw5AgXGun2NBvSx1bBFUqT-EHiGo1zEW4QJUP2vfSVY9yPkRb",
  "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
    }
  }
}
We've checked the console and it's not logging it at all and when the commands are logged it doesn't catch them on discord and report them to the chosen text channel.

Merged post

Let me know if there's any more information you require so I can help. Can this operate with rust cord as well we currently used Rustcord along with this plugin for test 1 and upon running test 2 we removed it from our server and all files and when we ran admin logger nothing improved or changed from test 1

Merged post

We honestly would love to have this plugin on our server we see it as a great benefit to expose any and all possible privilege abuse from our team not saying there is any but it's always nice to be reassured by evidence 
No idea. It works fine.

Make sure you run the latest version. Also delete the config file and reload the plugin.

Do you get any errors in console?
Negative we don't get any errors in the console. We were running the latest version in our testing.
I honestly don't know why it's not working for you. 
I have tried it multiple times and it works fine for me and other server owners I talked to.

Could you check the logfile under oxide/logs/AdminLogger
yeah sure one moment
[09/28/2020 00:57:23] ```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 00:57:26] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 00:57:56] ```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Froze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 00:58:05] ```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Unfroze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 01:06:32] ```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 01:06:37] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 01:07:05] ```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Froze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 01:09:15] ```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 01:09:28] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 01:09:55] ```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Froze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 01:10:13] ```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Unfroze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 01:11:18] ```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 01:11:23] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 01:11:27] ```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Froze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 01:14:19] ```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 01:14:24] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 01:14:28] :cold_face:```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Froze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 01:14:37] :cold_face:```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Unfroze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 01:15:39] ```
[Radar]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Enabled```
[09/28/2020 01:25:50] ```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 01:25:55] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 01:29:37] :white_check_mark:```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 01:29:42] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 01:29:49] :satellite:```
[Radar]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Enabled```
[09/28/2020 01:29:53] :satellite:```
[Radar]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 01:30:42] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Enabled```
[09/28/2020 01:30:48] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 02:32:01] :x:```
[Admin Disconnected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disconnected```
[09/28/2020 04:36:00] :white_check_mark:```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 04:36:01] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 04:37:51] :cold_face:```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Froze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 04:37:56] :cold_face:```
[Freeze]
[Player]: Vj
[Steam ID]: 76561198312392039
[Unfroze]: Vj
[Steam ID]: 76561198312392039```
[09/28/2020 06:36:00] :x:```
[Admin Disconnected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disconnected```
[09/28/2020 22:18:13] :white_check_mark:```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 22:18:15] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 22:50:18] :white_check_mark:```
[Admin Connected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Connected```
[09/28/2020 22:50:23] :military_helmet:```
[God Mode]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disabled```
[09/28/2020 22:59:42] :x:```
[Admin Disconnected]
[Player]: Vj
[Steam ID]: 76561198312392039
[Status]: Disconnected​


Yeah it doesn't show any of the console commands that we're trying to log such as killing a player etc just the plugins that I've already informed you are detected when we use it
What console commands does not work for you exactly?

Merged post

Also, did you make any changes to the plugin? Like localization?

Merged post

I suggest that you unload the plugin. Delete it. Delete config file and delete localization file under oxide/lang/en

Download the newest version and try it out without modifying anything. 
Locked automatically