I got clan tags to show up in front of player's names in chat. I only tested this with Rust:IO Clans, but it was working perfectly for me.
** All I did was get the original BasePlayer object from IPlayer. IPlayer.Name does not include clan tags, but BasePlayer.displayName does. So I used
@LaserHydra Maybe implement this, but add an if statement that can check for a config option of something like "show clan tags = true"?Code:BasePlayer bPlayer = BasePlayer.Find(player.Id);string username = $"[#{primary.Username.GetUniversalColor()}][+{primary.Username.Size}]{bPlayer.displayName}[/+][/#]";
**Edit: I had uploaded my copy of the plugin, but it got removed.**
BetterChat
Moved
Total Downloads: 26,148 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
I like it, because I don't have to have any software installed and I can manage my server while on the go from my phone or any device that has a browser.
The software is still in beta, and I have been talking with him on future additions. He is always open to suggestions and you can email him directly. He always answers back.Last edited by a moderator: Feb 27, 2017 -
I'm having issues granting a user a group that has a space in it. I've tried doing /chat user add bobakanoosh "Test Group" but that just returns the syntax.
-
Wulf Community Admin
-
[DOUBLEPOST=1488226317][/DOUBLEPOST]Oh duh nvm. Doesn't matter because you can change the title -
Is there a way to get a users current groups? I don't see anything in the API
Edit: I see the in-game command, but is there a way to bring that data into my plugin? -
Wulf Community Admin
-
Is there an option for anti-chat spam/flood?
I see it listed here: Better Chat - FAQ | Oxide
But its not in the generated config file.
Reason,
I have a player on my server spamming chat
I found another plugin: AntiChatFlood
AntiChatFlood for Rust | Oxide
But they have a warning saying they dont support BetterChat -
-
Im down to code the functionality in,
but if I do, will my patch be accepted? @LaserHydra -
Wulf Community Admin
-
Hey @Wulf I found this plugin:
AntiChatFlood for Rust | Oxide
But it has this warning in Red:
"This plugin currently and will not support most other chat mods. Such as BetterChat, MagicChat and such plugins like that. As most chat plugins use a hook that 2 plugins can't use at once unless coded correctly."
I tried to test it but I get this error:
"Error while compiling: AntiChatFlood.cs(241,43): error CS1061: Type `ConsoleSystem.Arg' does not contain a definition for `connection' and no extension method `connection' of type `ConsoleSystem.Arg' could be found. Are you missing an assembly reference?"
Was there another plugin that you were referring to? Thanks! -
Wulf Community Admin
-
Is it possible to allow a certain group (Moderator group) to gain access to adding people to groups(or is that unavailable)?\\ How do I get it so that the clan tag will stay
-
LaserHydra updated Better Chat with a new update entry:
5.0.4
-
ChatGuard + BetterChat = 0.0 (fix)
-
-
And rust admin chat tab stopped to work. Need a regex
-
-