BetterChat

Moved

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

4.9898/5, 98 likes
  1. so your saying I have to re do all my groups that took me 3 hrs to make, added commands to ?
     
  2. save the groups file but check it on this site first JSONLint - The JSON Validator. before you delete anything if all ok then do what I said above then replace the file
     
  3. Thank you that fixed it
     
  4. Reloading this plugin, I don't know what it is but will lag a server to hell.
    [DOUBLEPOST=1465330232][/DOUBLEPOST]I mean, it's great, it's very functional and I appreciate the hard work. I just don't understand.
    [DOUBLEPOST=1465331406][/DOUBLEPOST]After deleting my *980KB "Players.json" file that contained 4,909 steamID's, the plugin loaded fine. Seems if that file becomes large, the server will come to complete halt for a long, long time. No TimeWarnings.
     
    Last edited by a moderator: Jun 7, 2016
  5. So how to fix clan tags? Any body know?
     
  6. me and my friend are trying to make it so it says we are admins in chat, but when we try, it says we are just players but we made the admin group.
     
    Last edited by a moderator: Jun 8, 2016
  7. I have an idea how to fix ClanTags in HurtWorld (HWClans).
    I tried to fix this but got errors one by one. So I hope someone could do this better :)

    Code:
    string ClanTag = HWClans.getClanTag_byUlongID(Convert.ToUInt64(player))output = output.Replace("{ClanTag}", ClanTag);
    
     
  8. So I was wondering how we could use the Group Manager application? Do we put it in with the data file with the DefaultGroupFixed, Group, Players?
    Is there like a way to get them to load into the program or make them extract a code to put into the Groups.json in the data file? Or what? Im cconfused and want to use his program!
     
  9. You need to Open (top left corner in Group Manager application) Groups.json. Then add groups, save changes and then Save Groups.json (top left corner of the programm)
     
  10. Thanks man. I just wasnt looking lol
    [DOUBLEPOST=1465407309][/DOUBLEPOST]Alright another question. So I want to make the groups not apply the default group first for my Owner group. It always sets it to the original colors. So could someone tell me how to set them with priorities? Wulf (Community Admin) (Oxide Dev) Told me that you could set them with priorities so that it would use my Owner colors and tag other than the original "Player" default tag and colors. So I needed to know how to set the priorities for them to not make them then choose the default "Player" colors and tag, and to always set them as my Owner colors. Well I have my tag I just need to get my colors! Right. What I do in oxide to prevent this is "usergroup remove NoNameGaming default" Doing this removes the player from my name and gives me my Owner colors. I dont mind it saying Player but I just want it to skip giving me the default colors and give me the colors for what I set my Owner group to.
     
  11. No need to remove someone from default group. Just set priorities like this: Admin 0, Moderator 1, Default 2. Yes. 0 > 1 > 2 > 3 :D
     
  12. Could I make these numbers keep going past 3? Or is there a limit on the priories? Like if I had 5 groups I could go from 5 down?
    [DOUBLEPOST=1465408360][/DOUBLEPOST]
    So the groups I have Are Owner, Admin, Mod, VIP, and default. Now I would make the Owner the highest priority right? Owner 4, Admin 3, Mod 2, VIP 1, default 0? Or the other way around?
     
  13. Owner 0, Admin 1, Mod 2, VIP 3, default 4
    then set for all groups "HideIfNotHighestPriority": true,

    The default group is always the highest number so if you have 10 groups default will be number 9 as Owner is 0
     
  14. Just installed the plugin, this is what i got

    Code:
    [Oxide] 21:18 [Error] BetterChat plugin failed to compile!
    [Oxide] 21:18 [Error] BetterChat.cs(464,249): error CS1525: Unexpected symbol `end-of-file'
    EDIT:

    Just redownloaded the plugin and installed it again fixed it.
     
  15. I'm not going to look through 111 pages, but i have one question: Chat log (players chat)? I can't find any BetterChat logs !

    "I will update BetterChat to log to the chatlog.txt file." (LaserHydra) ??

    Thanks !

    Edit:
    I saw! There's in oxide/logs (oxide_date.txt)! ;) Waiting for the update! (chatlog.txt file)
     
  16. Hi,

    Everytime I join the server I have Admin Owner before my name, I always have to remove the 'Admin' when I join the server because it always comes back after a rejoin. Any fix for this?

    ~Mike
     
  17. If you use BetterChat:

    oxide/data/BetterChat edit Groups.json ... Title ---> "Hidden": true,

    and reload the plugin, of course!

    Edit:

    i forgot : "HideIfNotHighestPriority": true,
     
    Last edited by a moderator: Jun 9, 2016
  18. Owner 0, Admin 1, Mod 2, VIP 3, default 4
    then set for all groups "HideIfNotHighestPriority": true,

    The default group is always the highest number so if you have 10 groups default will be number 9 as Owner is 0
     
  19. I don't want this because some of my mods have Mod VIP or Mod VIP+ for example. Is there no other fix? Thanks for helping me btw
     
  20. If you want a 2nd group to show set
    HideIfNotHighestPriority": false
    on the vip group