BetterChat

Moved

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

4.9898/5, 98 likes
  1. LaserHydra updated Better Chat with a new update entry:

    Fix?

     
  2. Will test this update ;)

    Thanks for your release!
     
  3. tell me if it worked! :)
     
  4. i did setup another experimental server (besides the actual gameserver) so let me know if i can help you out with more testing! :)
     
  5. fix is incoming, i failed hardly ^^
    Im sorry, it was late yesterday.
    I just sent that message to himself. Didnt broadcast it.
     
  6. LaserHydra updated Better Chat with a new update entry:

    fix :)

     
  7. No problem, take your time :)
    [DOUBLEPOST=1437395851][/DOUBLEPOST]Works like a Charm! i'll let you know if any issues followup after a half an hour
     
  8. I appreciate it :)
     
  9. Yup~! still works great!

    Thanks for fixing this @ highspeed! :D

    Still got 4 blank and 2 Oxide installed testservers ( with no plugins) if you ever need help testing anything, just let me know! :)
     
  10. No problem mate! It was just a careless mistake...
     
  11. I have a question ( as the overview seems outdated for adding groups)

    Code:
    "owner": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#6699FF",
        "Permission": "color_owner",
        "Rank": 4,
        "TextColor": "orange",
        "Title": "[Admin]",
        "TitleColor": "cyan"
      },
      "V.I.P.": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "blue",
        "Permission": "color_vip",
        "Rank": 2,
        "TextColor": "#CEECF5",
        "Title": "[V.I.P]",
        "TitleColor": "cyan"
      },
      "player": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#99CC99",
        "Permission": "color_player",
        "Rank": 1,
        "TextColor": "#66FF99",
        "Title": "[Player]",
        "TitleColor": "lime"
      }
    }
    I added V.I.P. but the Overview says this ;

    1. Go into the console
    2. Type: oxide.group add vip
    3. Type: oxide.grant group vip color_vip
    4. Type: oxide.usergroup add LaserHydra vip
    Since the code has changed, so the configs (.json) are changed, is this the correct way to add a group V.I.P?
     
  12. Read the updates... http://screenshot.sh/m18EiAp1Gqrao
     
  13. Can you make an update to disable prefixes?
     
  14. just go into the config, and remove the {Title} from Formatting
    [DOUBLEPOST=1437603151][/DOUBLEPOST]
    you can change the formatting using
    • {Rank} = Group Rank
    • {Title} = Group Title
    • {TitleColor} = Group Title Color
    • {NameColor} = Group Name Color
    • {TextColor} = Group Text Color
    • {Name} = Player Name
    • {ID} = Player SteamID
    • {Message} = Message
    And also just add words, letters, numbers, and symbols to it. Its everything possible. You can also just out the Title behind the name or stuff like that
     
    Last edited by a moderator: Jul 22, 2015
  15. Oh! Awesome, got it all configured now. Sick plugin man.
     
  16. No problem, thanks
     
  17. Can anyone help me? I want to use this just for VIP only. So VIP members get a [VIP] "Name" in chat.
    I've tried doing this, and it doesnt work.. everyone just sits as [Player]
     
  18. Follow the example for a VIP Group on the overview