Is there simple way to remove admin color in chat nickname? Via lua please.
Solved Remove admin color in chat nickname
Discussion in 'Plugin Requests' started by AlexALX_[rus-ua], Feb 20, 2015.
-
Wulf Community Admin
Hook into OnPlayerChat and send your own chat formatting.
-
I found another plugin "chathandler" what can do what i want, so i just installed it and disabled everything what i not need.
As for hooking OnPlayerChat - after some attempts i failed. I very difficult for me convert whole csharp function "public static void say(ConsoleSystem.Arg arg)" to lua atleast for admin-only.
Anyway as i found a solution this thread can be closed now. -
I dont know what causes (rust, oxide or a plugin I have) my name to be in LIME GREEN as an admin, but I would like to make admin names the same color as player names. I dont want my players to know how many admins we have. While I have all admin references turned off in my plugins (notifier really) my name is in GREEN. I want it blue like the players.
IS there a setting for this or do I need a plugin? -
Wulf Community Admin
Use Chat Handler or Better Chat.
-
I use BetterChat and I a modified version of Notifier to make my admins look like normal players. As far as I know they have no way of knowing with this setup. Make sure you do not turn on "hide admins" in Notifier, else admins won't get the join message when joining and might not show on all lists, so players can make deductions.
-
This toggles everything for you and you can simply toggle from Admin to Player mode and back.
It also works together with Better Chat and Chat Handler etc. -
Yeah I suppose but my goal here is for admins to be totally unknown to cheaters and other troublemakers. Both me and the owner have a secondary account we use for checking fishy players and nobody know their identities so we want to keep it that way.