BetterChat

Moved

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

4.9898/5, 98 likes
  1. yes
    thanks alot
     
  2. Hi i would like to know if there is any way to delete PLAYER tags from normal players and just use OWNER and MOD?
     
  3. just edit the players Formatting and remove {Title} from it.
     
  4. that is what i do but all the time alert coming up on the console
     
  5. What alert
     
  6. IDK why, but my players are getting the owner prefix even though the group doesnt have the permission
    Code:
    {
      "mod": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lime",
        "Permission": "color_mod",
        "Rank": 1,
        "TextColor": "white",
        "Title": "[Mod]",
        "TitleColor": "#306844"
      },
      "owner": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#fdee98",
        "Permission": "color_owner",
        "Rank": 3,
        "TextColor": "white",
        "Title": "[Owner]",
        "TitleColor": "#1e453e"
      },
      "v.i.p": {
        "ConsoleFormatting": "{Name}: {Message}",
        "Formatting": "{Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#fcbb60",
        "Permission": "color_vip",
        "Rank": 0,
        "TextColor": "white",
        "Title": "[VIP]",
        "TitleColor": "lime"
      },
      "player": {
        "ConsoleFormatting": "{Name}: {Message}",
        "Formatting": "{Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#4e242d",
        "Permission": "color_player",
        "Rank": 0,
        "TextColor": "white",
        "Title": "[Player]",
        "TitleColor": "lime"
      }
    }
     
  7. Maybe someone gave the "color_owner" permission to the "player" grouP ?
     
  8. I check and the player group have color_player permission
     
  9. Hello! then I put the BetterChat plugin on my server, and I have a friend that I have given the VIP range .. But when I put in the console -> "Antonio oxide.usergroup remove vip" There is not removed ..

    It has already restarted the server, I tried to give the range "player" again, but still does not work ..

    Please help!
     
  10. Wulf

    Wulf Community Admin

    The correct command to remove that user from a permissions group is "usergroup remove Antonio v.i.p" for by default for this plugin.
     
  11. Yea, I cant seem to fix this problem. All my players are getting the owner prefix even though they dont have the permission. I have tried to change the permission too. please help
     
  12. I put the Betterchat plugin into my server and every time i try to give the permission color_owner to the owner group it says that the permission does not exist...
     
  13. same here
     
  14. Seems like not only I have some problems with BetterChat not working correctly after latest update of Rust/Oxide.

    I have been trying to re-upload the plugin and even re-make the config. But for some reason the plugin is deactivated every time it's trying to load.
    Code:
    [Oxide] 11:53 PM [Info] Loaded plugin Better Chat v3.0.2 by LaserHydra
    [Oxide] 11:53 PM [Error] Failed to initialize plugin 'BetterChat v3.0.2' (InvalidOperationException: out of sync)
    [Oxide] 11:53 PM [Debug]   at System.Collections.Generic.Dictionary`2+Enumerator[System.String,System.Object].VerifyState () [0x00000] in <filename unknown>:0
      at System.Collections.Generic.Dictionary`2+Enumerator[System.String,System.Object].MoveNext () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.BetterChat.Loaded () [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    [Oxide] 11:53 PM [Info] Unloaded plugin Better Chat v3.0.2 by LaserHydra
    [Oxide] 11:53 PM [Info] No previous version to rollback plugin: BetterChat
     
  15. So I did oxide.grant group vip color_vip and it said the permission doesn't exist, how can I fix this?
     
  16. try oxide.grant group vip vip
     
  17. That just gives my group vip access to the VIP kit
    What I want to have is donators to have [VIP] by their name.
     
  18. "vip": {
    "Title": "",
    "Rank": 0,
    "Perms": [
    "vip",

    in oxide.groups

    and then

    "Vip": {
    "NameColor": "#FF7519",
    "Permission": "vip",
    "Prefix": "[VIP]",
    "PrefixColor": "#FFD700",
    "PrefixPosition": "left",
    "PriorityRank": 3,
    "ShowPrefix": true,
    "TextColor": "#ffffff"

    in chathandler.json under config. this gave them the title.
     
  19. I did it! thank you!
     
  20. umm this is Better Chat not Chat Handler