NoGreen

Simply removes the green name away from admins in-game

Total Downloads: 1,987 - First Release: Feb 14, 2017 - Last Update: Feb 15, 2017

5/5, 7 likes
  1. JakeKillsAll updated NoGreen with a new update entry:

    1.2

     
  2. If you wanted to confirm no conflicts with betterchat:
    Code:
    object OnBetterChat(IPlayer player, string message){
        if(string.IsNullOrEmpty(message)) return message;
        rust.BroadcastChat($"<color=#5af>{player.displayName}</color>", message, player.UserIDString);
        Puts($"{player.displayName}: {message}");
        return false;
    }
    [DOUBLEPOST=1487203464][/DOUBLEPOST]Might have to edit it a bit since it uses IPlayer player instead of BasePlayer though.
     
  3. Having Better Chat kind of defeats the purpose of this plugin though, as Better Chat adds customization chat groups that can be manipulated to do what this plugin does, and more. This plugin was made to just be a simple drop and have it just work.

    Thank you very much though!

    P.S. I did test it some, and it just double messaged and when someone talked, it just threw an error saying that there was a conflict.
     
  4. Wulf

    Wulf Community Admin

    Yeah, there's not really a point in using this if you use BetterChat.
     
  5. Very true. Didn't really think about that haha! But I guess you never know ;)
     
  6. Unfortunately the latest update did not fix the problem. Sorry! Thanks for the support.
     
  7. Wulf

    Wulf Community Admin

    What's the current issue you are facing with it?
     
  8. I can't see chat and players can't see my messages in game, but if i chat from console with say command than they see my messages. Only way to see chat from players is to use rustadmin.
     
  9. I'll see if I can recreate this issue with the same plugins you have. I'll respond with any results.
     
  10. Wulf

    Wulf Community Admin

    If you're using the Clans plugin, you'll likely not be able to use this. Any other plugin that modifies the chat too will potentially conflict.
     
  11. With how the Clan plugin works, it just amends the clan title to the player's username, so it is tested compatible.
     
  12. Wulf

    Wulf Community Admin

    I guess it depends on which clans plugin. ;)
     
  13. Haha I suppose that is a possibility!
     
  14. Is there a way to apply this plugin on command (toggle on/off), to just one admin?
     
  15. the only issue I have had with this plugin is that when installed,the chat no longer writes to log file but apart from that it works great
     
  16. Installed no green now arcon wont pick up players who join or are connected and also the nameis has chnaged it was called UK/EU hapis now its called UK/EU but int he server command its still UK/EU hapis
     
  17. UPDATE:
    I have removed oxide fixed my issues with no players connected so the NoGreen is causing issues also with the betterchat

    is their anyway to legit without oxide commands make green title go away? as owner
     
  18. Just use BetterChat without NoGreen.If that does not go right, then you are doing something wrong.And please do not make hundreds of threads about this, people (including myself) have given same answers in the other thread.
    [DOUBLEPOST=1508851583][/DOUBLEPOST]
    By the way; you could try removing yourself as admin or owner, through console and host CP (if you use hosting provider) and re-connect to your server. That should work.
     
  19. yep same here
     
  20. @Wulf Any update on this plugin? I noticed, when I'm typing a single letter or number on my server. The name will be green. Thanks!