Can you add pass through hook?No Thanks
Could you add a hook for passthrough to OnServerMessage in your plugin that passes the give message through it so other plugins can easily still log the F1 spawn without it showing in server? We explored using OnServerCommand but it's giving a lot of problems, this would be much easier.
I'd rather not, as the plugin is here for a specific, basic purpose and what you want can be obtained other ways. Not the mention, that if you use a plugin such as Give, this plugin will never be called really.

What issue are you facing with OnServerCommand?
hooks are still called even if some other plugin is returning non-null

Too many args and different give commands, was getting hectic, get one thing working, another thing breaks. I'll just leave Rustcord incompatible with Give and NoGive.

 

@Tricky Both plugins block Rustcord from seeing the hook, I don't know why.

OnServerMessage will never be called if using Give, It overwrites the default commands for rust
I don't see the reason for it not working with NoGiveNotices, Tried debugging?
Locked automatically