BetterChat

Moved

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

4.9898/5, 98 likes
  1. Alright awesome!
     
  2. i'm geting this error everytime i type in chat and my group does not save. i'v granted myself the group i'll type in chat it shows i'll type again bam my groups gone.. i am using player rankings as well

    Code:
    [06/09/2017 03:20:27]   at Oxide.Plugins.BetterChat.OnUserChat (IPlayer player, System.String message) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.BetterChat.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 
     
    Last edited by a moderator: Jun 9, 2017
  3. So, I just opened a new server and I can't set titles with spaces anymore like you used to be able to. If i do a title that has spaces in it, then it just tells me all the options for /chat group set everytime and it's quite annoying.
     
  4. Hi,

    Here is my BetterChat config, it was working but i re-installed the plugin and now no matter what I try it only loads the default. (The config file is revered too.)


    [
    {
    "GroupName": "mod",
    "Priority": 2,
    "Title": {
    "Text": "[Mod]",
    "Color": "Aqua",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
    },
    "Username": {
    "Color": "#55aaff",
    "Size": 15
    },
    "Message": {
    "Color": "white",
    "Size": 15
    },
    "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
    }
    },
    {
    "GroupName": "dev",
    "Priority": 4,
    "Title": {
    "Text": "[Developer /Tester]",
    "Color": "#8000FF",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
    },
    "Username": {
    "Color": "#55aaff",
    "Size": 15
    },
    "Message": {
    "Color": "Yellow",
    "Size": 15
    },
    "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
    }
    },
    {
    "GroupName": "owner",
    "Priority": 0,
    "Title": {
    "Text": "[Owner]",
    "Color": "Green",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
    },
    "Username": {
    "Color": "#55aaff",
    "Size": 15
    },
    "Message": {
    "Color": "#FF8040",
    "Size": 15
    },
    "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
    }
    },
    {
    "GroupName": "default",
    "Priority": 5,
    "Title": {
    "Text": "[Player]",
    "Color": "#9EC326",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": true
    },
    "Username": {
    "Color": "#55aaff",
    "Size": 15
    },
    "Message": {
    "Color": "white",
    "Size": 15
    },
    "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
    }
    }
    ]




    It seems to validate as correct JSON.

    Also, how do I make the default group actually be the default players are upon joining?




    Thanks,

    Louwwieee42.
     
  5. Issue appears to have been resolved? After hours of guess work i pasted the config in again and bam.
    [DOUBLEPOST=1497105338][/DOUBLEPOST]How do i set a group to be the default for new players with the above config?
     
  6. Make
    owner 0,
    admin 1,
    default 2 (always the highest number)
     
  7. Thank you. :)
     
  8. I'm a little confused, better chat causes my clan plugin to not work, how do i fix it?
     
  9. link to the one you are using
     
  10. I have a small problem, and im probably going to look like a bit of an idiot asking, but here goes.
    I've set my owner group and made it prority 0 and everything seems fine apart from my name reading as [Owner][Player] Dave. I want to remove the Player bit, but i really dont know how, Can anyone please help?
     
  11. "HiddenIfNotPrimary": true
    on all groups
     
  12. Sadly this did not work, any other options??
    [DOUBLEPOST=1497353862][/DOUBLEPOST]didn't work :(
     
  13. I created a group named owner, when i log out, and log in again its makes me deault, how can i resolve that?
     
  14. remove you from Default, and as @Resistance said I'm thinking It's going to work: "HiddenIfNotPrimary": true
     
  15. i promote my self as a owner, and i quit the server, and i log in again, its makes me player, i do you said "HiddenIfNotPrimary": true, its stills same
     
  16. reloaded the plugin after that?
     
  17. Check what group you are in
    Check you are still in the users.cfg file as an admin (auth level 2)
    Check the BetterChat.json from data folder its set up right (You can upload the file here so it can be looked over)
    After any changes to any json file you must reload the plugin

    How to make an admin in your server
    In rcon type

    ownerid steamid64 "player name" "Admin"
    then server.writecfg
    then relog if in game
     
  18. Do you have Discord, Skype or something, i really need the help.
    My steam link: Steam Community :: Karma Lucifer (Exodia)
     
  19. Hi im new to this plugin, How would i go about to changing admin lime green colors to blue like everyone els?
     
  20. Admin TAG or Username ?

    You can type colors, or HEX values like : Blue or #XXX (Number)