BetterChat

Moved

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

4.9898/5, 98 likes
  1. what is this ? oxide.usergroup add nais_one vip

    sorry not familiar. I did the first part
     
  2. oxide.usergroup = command to add or remove players from a group.
    add = it should add somebody to a group
    nais_one = name of the player who should be assigned to a group
    vip = name of the oxide group the player should be added to.
     
  3. Hi im having issues with the lates version

    [Oxide] 1:38 AM [Error] Failed to call hook 'OnPlayerChat' on plugin 'BetterChat v3.3.0' (ArgumentOutOfRangeException: Cannot be negative.
    Parameter name: length)
    [Oxide] 1:38 AM [Debug] at System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.BetterChat.OnPlayerChat (.Arg arg) [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 (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
  4. ty guys for all the help! hey can you tell me if its broken it doesn't work anymore. i tried reinstalling
     
  5. kool
    ty
    [DOUBLEPOST=1445741235][/DOUBLEPOST]im using oxide.usergroup add name vip

    to add him to VIP and its not working

    it just stays as player I aslo made a group called vip and added him to it. doesnt seem to work. any advice? =/
    [DOUBLEPOST=1445742336][/DOUBLEPOST]I got it ty!
     
  6. @LazerHydra, I removed BetterChat and deleted the config file. I also did an oxide.unload to be sure. my server still has the chat colors.
    and if I reload BetterChat (latest) I still get the above errors with the default file you create.
    [DOUBLEPOST=1445786296][/DOUBLEPOST]UPDATE: I went back one version and everything is working again.
    FEATURE: still want word translator to turn explicit into funny words like you bonked me and I am going to poke you in the flower or something like that :)
    [DOUBLEPOST=1445786676][/DOUBLEPOST]strange FEATURE: users typing fart face get **** **** even words like GodFart get you **** do you have something in your code? I only have the top 10 explicit words and none are fart or face.
     
  7. With the latest version you can replace bad words with a custom replacement. Just need to fix the version. Your last Post confuses me. Lol.
     
  8. I am using version 3.2.11 and I enabled word filter and added a total of 6 explicit words and non of them are "fart" or "face" but if a user types "fart" or "face" or something like "godfart" it puts **** in place of the word fart or face. so I looked at your code and I do not see any filtering so not sure why those words are being filtered. if you type "fart face farting godfather" you get "**** **** ****** *********"
     
  9. well I am only censoring a word if it contains any word fromt he list.
     
  10. how do you pull up all the groups in oxide so you can see what you made? sry for the dumb question.
    [DOUBLEPOST=1445791274][/DOUBLEPOST]when it says /Twisty The Clown has auth level 2 when logging in does that mean they have privileges for all level 2 oxide commands?
     
  11. Hello i keep getting console errors saying: "
    [Oxide] 6:46 PM [Debug] at System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.BetterChat.OnPlayerChat (.Arg arg) [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 (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    "
    and also Players tag is not showing after latest update.
     
  12. go back to the previous version. that worked for me until Lazer gets the bug(s) fixed.
     
  13. Thanks mate!
     
  14. I have a issue where when i give someone the rank/revoke some one a rank it does not do anything. Please help!
     
  15. LaserHydra updated Better Chat with a new update entry:

    3.3.01

     
  16. Hi there.
    Just wanting to follow up regards to my last post, I am currently trying to modify the mod to enable the setting I require to work with my permission setup, is there a way I can compare the different titles for there rank and force the highest one to be displayed.

    I ask this as that way I can also add an extra variable eg "owner", "MasterSelect", "y" and have it only display the highest one marked with y.
     
  17. I've got another bug, but with the CustomReplacement.
    From time to time it appears in chat to words which is not in FilterList
    For example, word Тебе (in russuian). I don't know why it replace to CustomReplacement, in the config file there is no word like this :( that is why i can't provide any information how to reproduce it.
    I can give you my config file for more details, but only by PM, because it consist with russian bad language :)
    [DOUBLEPOST=1445884808][/DOUBLEPOST]And one more question: Should I need to specify a word in upper case (For example: f*ck, F*ck, F*CK)? to take into account all the possible combinations, or lower case letters will be enough?
     
  18. I can be F*CK, F*cK, f*Ck or what ever. It will work. I will try to find out why it does that.