Hi! im just wondering if its possibel to change the chat name color, coz people see rigt away that u are admin
Solved Changing the chat name color?
Discussion in 'Rust Discussion' started by Monk 3, Feb 21, 2015.
-
Not the chat name, But the chat text. Yes
-
Wulf Community Admin
-
oooo thats neat.
Ive gotta get our Exp server modded -
-
Wulf Community Admin
Just add HTML color tags to the config files for any of the plugins below:
- http://oxidemod.org/resources/player-titles.821/
- http://oxidemod.org/resources/chat-handler.707/
- http://oxidemod.org/resources/vip-admin-auto-name-changer.795/
Code:<color=orange>Admin</color>
Code:<color=#FFFFFF>Admin</color>
-
Hi, can you show me how exactly to do it for vip-admin plugin? I dont know, where exactly to put the code in config file. i mean to change name color, not text ...
thx -
Wulf Community Admin
Code:{ "Admins": [ "99999999999999991", "99999999999999992" ], "Vips": [ "99999999999999991", "99999999999999992" ], "Settings": { "AddVipTag": "true", "AdminTag": "<color=orange>Admin</color>", "VipTag": " ]ViP[", "AddAdminTag": "true" } }
-
When iclick on the links you provided it tells me i dont have permission to view them?
-
Wulf Community Admin