"Log command usage" setting not workingFixed
5e13a8d5b2bc5.jpg Wulf
Did you reload the plugin after the change? Could you provide a screenshot of the output you are seeing?

I changed it couple of days ago, just noticed the file being there now

It appears to only be logging plugin commands and not native rust commands

Goldie

I changed it couple of days ago, just noticed the file being there now

It appears to only be logging plugin commands and not native rust commands

Looks like I forgot to post an update for this, but you can see the fix in previous posts with this merged thread. :)

Next version will have this fixed, just working on a couple other things for it.
{
  "Log chat messages (true/false)": false,
  "Log command usage (true/false)": false,
  "Log player connections (true/false)": true,
  "Log player disconnections (true/false)": true,
  "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)": false,
  "Log items dropped by players (true/false)": false,
  "Log output to console (true/false)": false,
  "Rotate logs daily (true/false)": true,
  "Command list (full or short commands)": [],
  "Command list type (blacklist or whitelist)": "blacklist"
}

Still logs all plugin commands eventhough logging of commands is disabled

Locked automatically