BetterChat

Moved

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

4.9898/5, 98 likes
  1. whit new oxide only warnings now .mutch better.
     
  2. Please Fix for the latest oxide.
     
  3. Its working with lates oxide (RUST), woulůd be fine if you would say (since this is Universal plugin and oxide support many games) in what game it doesnt work - it will help LaserHydra to identify it ;) also would be fine to post here some error from console or what ever caus your sentence is just saying 0.1% out of 100% info that you could provide :)
     
  4. Game: Hurtworld

    Error while compiling BetterChat.cs(1374,60): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `GetAllOnlinePlayers' and no extension method `GetAllOnlinePlayers' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?
     
  5. Hi Lazer.

    Would like to ask if you might add a inherince for name colors and size.
    I ask this as I am having issues with a server where they only have the tags from my mod, If the tags get highest Priority then their chat colours are incorrect to represent admin/mod/player, But if I put the tag at a lower priority then doesn't show at all.

    I have checked their file and everything seems to match up.
     
  6. How i can show levels in prefix?
     
  7. betterchat stopped working
     
  8. [Oxide] 18:29 [Info] Loaded plugin Better Chat v4.2.8 by LaserHydra
    [Oxide] 18:29 [Warning] BetterChat has replaced the 'muteglobal' command previously registered by BetterChat
    [Oxide] 18:29 [Warning] BetterChat has replaced the 'unmuteglobal' command previously registered by BetterChat
    [Oxide] 18:29 [Warning] BetterChat has replaced the 'mute' command previously registered by BetterChat
    [Oxide] 18:29 [Warning] BetterChat has replaced the 'unmute' command previously registered by BetterChat
    [Oxide] 18:29 [Warning] BetterChat has replaced the 'chat' command previously registered by BetterChat
    [Oxide] 18:29 [Error] Failed to initialize plugin 'BetterChat v4.2.8' (JsonReaderException: Unexpected character encountered while parsing value: O. Path '[0].Title', line 5, position 14.)
    [Oxide] 18:29 [Debug] at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00000] in <filename unknown>:0
    [Oxide] 18:29 [Info] Unloaded plugin Better Chat v4.2.8 by LaserHydra
    [Oxide] 18:29 [Info] No previous version to rollback plugin: BetterChat
    [Oxide] 18:29 [Warning] Duplicate permission registered 'betterchat.group.gamedeveloper' (by plugin 'Better Chat')
    [Oxide] 18:29 [Warning] Duplicate permission registered 'betterchat.group.default' (by plugin 'Better Chat')
    please help.
     
  9. Its without the <> and dont grant a user grant the admin group
     
  10. Hey! I was just wondering how to get prefixes to work? Could someone explain to me how to do that since i am very nub! Also my players autmoatically have 2 player prefixes. Any way to remove this and just have 1?
     
  11. upload your groups file
     
  12. Tell me please, can anyone knows how to do so, to be displayed in the chat prefix Clan for the game Rust. This is my config:
    Code:
    [
      {
        "GroupName": "Admin",
        "Priority": 1,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#EF29EA",
          "Text": "[Admin]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#00FF80",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "Moder",
        "Priority": 2,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "Yellow",
          "Text": "[Moder]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#00FF80",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
      ,
      {
        "GroupName": "VIP",
        "Priority": 3,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "Red",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#e4d836",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "White"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
      ,
      {
        "GroupName": "default",
        "Priority": 100,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#24C9F2",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
     
  13. here :) :)
     

    Attached Files:

  14. Here you are.
     

    Attached Files:

  15. Thanks!
     
  16. Here you go, this one is better not as messed up as the above one
     

    Attached Files:

    Last edited by a moderator: Aug 27, 2016
  17. its fine, ive sorted them out now :)
     
  18. Good :p
     
  19. Hi guys! How can i make it mute for bad words step by step. I mean on first 10 sec,second one 1min 5 min etc. Can u help pls?