BetterChat

Moved

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

4.9898/5, 98 likes
  1. Owner: #ACFA58
    Mod: #ACFA58
    Player: #58ACFA
     
  2. Thanks man :D
     
  3. Just search for the html color picker in google and find the color which matches the original one.
     
  4. Sorry for the late reply, the alert sytem here is a tat weird, what oxide plugin? I don't think I have one. Where do I download it
     
  5. This plugin is an Oxide Plugin... This gives you a Config file to change that. Don't change it in the .cs file. The config files are located in oxide/config
     
  6. This right? I don't have the oxide.


    upload_2015-10-13_21-4-46.png
     
  7. Is server restart necessary to make the changes take effect? Reload didn't work.
     
  8. change the config file then use the console command oxide.reload BetterChat and it should work.
     
  9. Thanks man, I really appreciate your help and people that make mods <3
     
  10. Hello,

    how to remove someone from a group? pls
    thx
     
  11. Console Command:
    usergroup.remove <Username> <Groupname>
    or maybe <Groupname> <Username> I am not sure.
     
  12. thx guys!
    [DOUBLEPOST=1445020683][/DOUBLEPOST]oops, sorry.. 1 question again..

    and for remove permissions please? ^^
     
  13. revoke user <Username> <Permission>
    or
    revoke group <Groupname> <Permission>
     
  14. thank so much!
     
  15. Could you add an anti-spam feature also? And also to where you can limit the characters when typing?
     
  16. I think so ;)
     
  17. Thanks man! could we get an estimate on when it's going to be finished?
     
  18. No I am not sure. Sorry. Got quite some stuff to do.
     
  19. to add a vip group can I just paste this into the json?

    "vip":{
    "ConsoleFormatting":"{Title} {Name}: {Message}",
    "Formatting":"{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor":"yellow",
    "Permission":"color_vip",
    "Rank":2,
    "TextColor":"white",
    "Title":"[V.I.P.]",
    "TitleColor":"orange"
    }