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!