Log all commands?Solved
Is there a way to make the plugin log everything, such as just putting "*" in the list of commands for it to listen for?
No, the plugin only logs what is mentioned on the plugin page. You can change the list to a blacklist and keep it empty though if you aren’t just referring to commands.
Running into issues with it. I set it up to log only certain commands, but it's spamming my console with 
"[Logger] 82.12.143.73 ran command: serverinfo"

Merged post

{ "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)": true, "Log when crafting cancelled (true/false)": true, "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)": true, "Command list (full or short commands)": [ "home", ], "Command list type (blacklist or whitelist)": "whitelist" }

 

Is this how it's supposed to be set up?



Merged post

{
"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)": true,
"Log when crafting cancelled (true/false)": true,
"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)": true,
"Command list (full or short commands)": [
"home",
],
"Command list type (blacklist or whitelist)": "whitelist"
}

 

Not sure what happened to the other post, but is this the correct setup to make it display anyone that uses the /home command?



Merged post

Update: Fixed.
Sorry for spam!
Locked automatically