Logging when admins use F1 to spawn stuffSolved
Hi. What is the command to use to show when my staff are spawning stuff in via the F1 -> Items menu.
I can currently make it show the "give" command, but that isn't showing F1 usage.
Thanks!
F1 usage is just normal commands sent to the server. Ex. inventory.give

Also, Rust logs this information natively unless you have a plugin removing that.
So if I add inventory.give to your Logger config, it'll log when my admins spawn something in via the F1 items menu?
I understand that Rust does log this info, but it doesn't show in real-time via RCON console when they do it, whereas I've set Logger to do so.
In response to RustyNetworks ():
So if I add inventory.give to your Logger config, it'll log when my admins spawn something in via th...
There are multiple commands for item giving, but yes, that's how you would do it.
Do you happen to know these commands, so I can get them added ASAP? :P
In response to RustyNetworks ():
Do you happen to know these commands, so I can get them added ASAP? :P
Just inventory.give and inventory.givearm I believe.
Just tested, doesn't work.
Gives me the items in-game but doesn't display a Logger notification in the RCON Console...
In response to RustyNetworks ():
Just tested, doesn't work.
Gives me the items in-game but doesn't display a Logger notification...
Did you enable console output in the config file?
Yes.

All the other commands such as /tp, /home, /pm, /c, etc are outputting fine.
Just won't output when people spawn stuff in through the F1 console.
In response to RustyNetworks ():
Yes.

All the other commands such as /tp, /home, /pm, /c, etc are outputting fine.
Ju...
Do you have the list type on blacklist or whitelist? I tested it and am not seeing any issues with it.
I have it on a whitelist.

{
"Log chat messages (true/false)": true,
"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)": false,
"Log items dropped by players (true/false)": false,
"Log output to console (true/false)": true,
"Rotate logs daily (true/false)": true,
"Command list (full or short commands)": [
"give",
"tp",
"home",
"c",
"inventory.unlockblueprint",
"pm",
"r",
"trade",
"viewinv",
"inventory.give",
"inventory.givearm",
"kit",
"remove"
],
"Command list type (blacklist or whitelist)": "whitelist"
}

I don't see any reason why it wouldn't work in the current, but I do know it works in the next version I'll be posting down the road as well. Do you have any problems listening for other console commands?
Locked automatically