BetterChat

Moved

Total Downloads: 26,143 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018

4.9898/5, 98 likes
  1. You can just do what @Domestos said. I won do anything other than that either. Also i just arrived at a friends house. I may be able to do it there
     
  2. I fixed it, yes. But now the chat disappears after x number of messages are sent!
     
  3. LaserHydra updated Better Chatname with a new update entry:

    fix

     
  4. so should i download this new one or leave it?
    I already did what Domestos said.

    zaXer, that's a client bug.
     
  5. Thats a Rust Bug
     
  6. no it is not a rust bug is a plugin error... i remove betterchatname and my chat dont dissapear..... even time when u press enter the chat disappear... i thought like u that was a rust bug... but another admin remove betterchatname and the chat dont dissapear anymore... please check it and fixt it on next update @LaserHydra
     
  7. Actually, it should be like this: It should be a Rust Bug, BUT maybe It does not appear with normal CHAT but with the way we use to write something into the chat. Thats the same thing I am using. That should also appear if you get a lot of another messages by a plugin, for example Pluginslist or HelpText
     
  8. I need help. I cant get my title to owner. All player on the server have the title [Player] I went on page 17 and followed all the instructions you gave to another person, and no dice. Please help. Here is my config file (also I have not changed the core plugin file)
    Code:
    {
      "mod": {
        "NameColor": "lime",
        "Permission": "color_mod",
        "Prefix": "[Mod]",
        "PrefixColor": "yellow",
        "Rank": 3,
        "TextColor": "white"
      },
      "owner": {
        "NameColor": "orange",
        "Permission": "color_owner",
        "Prefix": "[Owner]",
        "PrefixColor": "red",
        "Rank": 4,
        "TextColor": "white"
      },
      "player": {
        "NameColor": "lime",
        "Permission": "color_player",
        "Prefix": "[Player]",
        "PrefixColor": "lime",
        "Rank": 1,
        "TextColor": "white"
      }
     
    Last edited by a moderator: Jul 4, 2015
  9. Wulf

    Wulf Community Admin

    It's not caused by a plugin, it's a Unity limit that affects the way the Rust client implements it. It will appear with normal chat if you send a lot in a single message.
     
  10. I checked it with http://jsonlint.com/
    And it says, you forgot a } at the end
     
  11. the only thing i know it's that i remove the plugin and that bug dont appear anymore... i think that it should be the plugin another admin said that in the plugin there is a spam control and that is causing the bug.... @LaserHydra check again but it's not a rust bug
     
  12. read the other messages. Also as Wulf said. Its because Unity
     
  13. Wulf

    Wulf Community Admin

    It will be triggered easier with plugins that send a lot of formatted messages. It's really not this plugin though. If you'd like to continue this discussion, please use the dedicated thread discussing the issue with Rust. http://oxidemod.org/threads/chat-disappearing-again.9785/
     
  14. actually I had to remove it at the end to work last night. But thanks for reply
     
  15. I wrote this in my console :
    oxide.group add mod
    oxide.grant group mod color_mod
    oxide.usergroup add Teahz mod
    oxide.usergroup add WarStoFun mod

    But they have the owner prefix in their messages, don't understand.
     
  16. 1. The standard groups are set up automaticly. mod is just called "moderator". You do just need to add people to it.
    2. Seems like the people got authlevel 2 Which means they are automaticly getting added to the owner group by Oxide
     
  17. Wulf

    Wulf Community Admin

    "admin" is the default group for auth level 2 with Oxide, but it doesn't give you any prefixes.
    See https://github.com/OxideMod/Oxide/blob/master/Oxide.Game.Rust/RustCore.cs#L29.,
     
  18. Is there anyway to eliminate the colon being colored? Also for the user's name to be closer to their avatar? I was under the impression the chatbug is from too many colors/spaces in the chat?
     
  19. I will add a possibillity to change the look of everything. Means. You can change the position of the prefix, or even completely remove it.
    [DOUBLEPOST=1436246098][/DOUBLEPOST]
    It will look like this:
    Config:
    Code:
    "V.I.P.":{
       "Formatting":"{Title} {Name}: {Text}",
       "NameColor":"cyan",
       "Permission":"color_vip",
       "Title":"*V.I.P*",
       "TitleColor":"blue",
       "TextColor":"#CEECF5",
       "Rank":2
    }
     
    Last edited by a moderator: Jul 7, 2015