Delete the old clan config and reload plugin

Rust:IO Clans
Allows your players to form and manage clans with Rust:IO
Total Downloads: 43,639 - First Release: Mar 17, 2015 - Last Update: May 1, 2017
- 4.91489/5, 47 likes
-
same error.
-
-
Edit: Nevermind, I just had to add a #. How do you get the [ ] back around the clantag? -
how with the betterchat update can i add [ ] around my clan tags?
answered my question
edit this line in the cs
Code:return $"[#{(clanTagColor.StartsWith("#") ? clanTagColor.Substring(1) : clanTagColor)}]{clan.tag}[/#]";
Code:return $"[#{(clanTagColor.StartsWith("#") ? clanTagColor.Substring(1) : clanTagColor)}][{clan.tag}][/#]";
Last edited by a moderator: Jan 11, 2017 -
-
-
-
-
Anyone have the issue lately where it constantly clears clans on a server restart?
-
Ex: [#5af][SRT][/#]Last edited by a moderator: Jan 13, 2017 -
-
I wasnt trying to edit the color option. I was trying to get the #tags not to show. Thats why I was following the post above about editing the .cs file. But they still show like in my example.
-
Last edited by a moderator: Jan 13, 2017
-
weird. Even before editing the .cs i was still showing the #tags before and after the clan tag
-
-
yes in the cfg i have "clanTagColor (BetterChat)": "#5af",
-
Last edited by a moderator: Jan 13, 2017
-
I must have missed it. I took the # out of the cfg. reloaded Clans. Still shows as Ex: [#5af][SRT][/#]
-