1. Hi, everyone.

    I'm trying to find a plugin or any other tool to customize the output of server messages in player's chat.

    For example, I want to hide the output of messages in the player's chat "Not enough space" and some others.
     
  2. Wulf

    Wulf Community Admin

    A lot of the messages clients see are client-side only, so they wouldn't be customizable via the server. In other cases, you could have a plugin that hooks into OnClientMessage and changes/stops the message. OnServerMessage may be useful too.
     

  3. So at the moment there is no such OXIDE's plugin at all or not freely available?
     
  4. Wulf

    Wulf Community Admin

    The "NoGiveNotices" plugin would be similar to what you are wanting to do, but it is written for just a single message.
     

  5. Yes, you are absolutely right. I also thought about this plugin. I guess I'll have to install again Visual Studio =) Thanks for the quick response!