Can't get command blacklist to workSolved
this is how i have my config set up...and its still logging "inventory.endloot" i tried both with and without quotes. Am i doing this wrong?? And how would i do multiple blacklisted commands?

{
"Log chat messages (true/false)": true,
"Log command usage (true/false)": true,
"Log player connections (true/false)": true,
"Log player disconnections (true/false)": true,
"Log player respawns (true/false)": true,
"Log when crafting started (true/false)": false,
"Log when crafting cancelled (true/false)": false,
"Log when crafting finished (true/false)": false,
"Log items dropped by players (true/false)": true,
"Log output to console (true/false)": false,
"Rotate logs daily (true/false)": true,
"Command list (full or short commands)": [inventory.endloot],
"Command list type (blacklist or whitelist)": "blacklist"
}
"Command list (full or short commands)": [ "inventory.endloot", "other.command" ],
thankyou! i really appreciate your help!
Locked automatically