Logging items spawned via F1 menu?Not An Issue

I want to log all items spawned by admins/moderators.

This is my current config .json

{
  "Log chat messages (true/false)": false,
  "Log command usage (true/false)": true,
  "Log player connections (true/false)": false,
  "Log player disconnections (true/false)": false,
  "Log player respawns (true/false)": false,
  "Log when crafting started (true/false)": false,
  "Log when crafting cancelled (true/false)": false,
  "Log when crafting finished (true/false)": true,
  "Log items dropped by players (true/false)": true,
  "Log output to console (true/false)": false,
  "Rotate logs daily (true/false)": false,
  "Command list (full or short commands)": [
    "inventory.give",
    "inventory.givearm",
    "inventory.giveto",
    "inventory.giveall",
    "entity.spawnitem"
  ],
  "Command list type (blacklist or whitelist)": "whitelist"
}​

It's only logging crafted items and items dropped currently, I don't even get a .txt-file at all for command usage.

The commands in "Command List" are all known commands that admins/moderators can use to spawn items, except for F1 menu, which I also want to be logged.

What have I done wrong, or what can I do to make it work?
Would more specific commands in command list make it work? For example "inventory.give pumpkin 20"? Surely no? Then I'd need to have the config .json 1 petabyte in size to include all items and variables?

Please help!

The F1 menu uses those commands, so what you have is right.
5c2d88ae4ea06.jpg Wulf
The F1 menu uses those commands, so what you have is right.

Wulf, please could you help me understand why the plugin is not working then?

I am spawning loads of things, and I don't even get any log-files at all.

I don't see why it wouldn't work, worked last I tested. I will be looking into updates for this plugin soon, as able.
Locked automatically