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
  1. Delete the old clan config and reload plugin
     
    Last edited by a moderator: Jan 10, 2017
  2. same error.
     
  3. Delete the old clan config and reload plugin
     
  4. Anyone else getting a [#] infront and after the Clan tag? It looks god awful. Any idea how to make it actually apply the colour instead of just writing it?

    Edit: Nevermind, I just had to add a #. How do you get the [ ] back around the clantag?
     
  5. 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}[/#]";
    
    to this
    Code:
     return $"[#{(clanTagColor.StartsWith("#") ? clanTagColor.Substring(1) : clanTagColor)}][{clan.tag}][/#]";
    
     
    Last edited by a moderator: Jan 11, 2017
  6. You legend. Thank you
     
  7. Thank you for taking your time to fix someone else's plugin Laser!:)
     
  8. Same with me
     
  9. delete old config.
     
  10. Anyone have the issue lately where it constantly clears clans on a server restart?
     
  11. I tried editing the .cs as described but i Still get the # before and after the tag instead of the color. Any Help?

    Ex: [#5af][SRT][/#]
     
    Last edited by a moderator: Jan 13, 2017
  12. There's a colour option in .cfg, don't edit the cs. The option in config automatically adds the #.
     
  13. 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.
     
  14. Well as of the last update I'm not getting any brackets by default and I've left it like that for a cleaner look. The fix as described above is about adding brackets.
     
    Last edited by a moderator: Jan 13, 2017
  15. weird. Even before editing the .cs i was still showing the #tags before and after the clan tag
     
  16. Have you put a # in .cfg instead of just the number?
     
  17. yes in the cfg i have "clanTagColor (BetterChat)": "#5af",
     
  18. Remove the # - the cs adds it automatically. I did say this 3 posts above :)
     
    Last edited by a moderator: Jan 13, 2017
  19. I must have missed it. I took the # out of the cfg. reloaded Clans. Still shows as Ex: [#5af][SRT][/#]
     
  20. No problem, well that was one reason why it would be happening, the next would be that you've attempted to change the .cs somewhere in order to fix this problem. Reinstall .cs