Quote:
Originally Posted by Goldenwater
Is there a way for the chat message to not show when an item is given?
|
Welcome to the Forum, and thanks for the feedback!
Plugin in original post updated to version 1.18 which adds feature requested by Goldenwater.
This version adds a new console variable:
sm_gimme_chat_notice_enabled 1 - (default) Prints notice in chat when item is received.
sm_gimme_chat_notice_enabled 0 - Does not print notice in chat when item is received.
By default a chat message is sent to a player when you give them an item. If you don't want a message printed when items are received by players then type this into the server console (or add it to your server.cfg):
PHP Code:
sm_gimme_chat_notice_enabled 0
Have a great day!