Silent giving items for modded servers

Appeal to modded server owners.

How do you feel about having a console command like o.silentgive true/false, which would allow 'silent' item giving through F1 => Items or commands like give, giveall, giveto, etc., so that no notification is sent to all players?

I'm sure that 99.99% of modded servers use a plugin for this, which relies on the OnServerMessage hook to catch and filter all messages sent by the server. However, this is a workaround that unnecessarily processes all server messages. While the overhead isn't huge, minimizing unnecessary operations is always beneficial, especially for servers running 100+ plugins and with medium to high player online.

Please share your thoughts in this thread or on this PR.

https://github.com/OxideMod/Oxide.Rust/pull/546

There is plugins that do this already. And not mutch gain the other way.