BetterChat

Moved

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

4.9898/5, 98 likes
  1. If you dont have ftp access then try copy and paste the info but first unload the plugin in rcon
     
  2. Does /ignore not SAVE between plugin reloads/restarts for anyone else? It works until a restart.
     
  3. i have a problem wich came in the new update. some of the new players are showed as unknown. their name is replaced with it.

    even in the consol, i can see the name of all players but i cant take action becouse 1/3 is called unknown.
     
  4. same problem. i solved on my server 2 ways
    1- editing LumaEmu file. in PlayerName = NAME delete space after (=) like this PlayerName =NAME. every player had to do this
    2- when enter a player or a groups of players into your server when they are connected an "unknown" still show, reload the plugin and names appears.

    this not the best but it work for me until this plugin get fixed.
     
  5. Wulf

    Wulf Community Admin

    Sorry, pirated/cracked servers are not supported here.
     
  6. sorry,my bad.
     
  7. The game is $20 man, support the devs.
     
  8. Hy i hav a Problem. I add 2 Groups (so i have 3 - default, Admin. Owner) I added all users to the Admin Group and me to Owner. Then i removed all Admins and me from the Default Group. So i dont have 2 tags.

    But after any relog and after Server restart the plugin adds me and the Admins back to the default Group and i got the 2 tags [Owner] [player] agin.
    and where is the data to manage all Groups and the Members with Notepad++ ?
    Any help ?

    thanks
     
  9. upload your groups file
     
  10. thanks for the answer but i did this.
    I set my groups and all my admins to admins:

    Code:
    /chat user add "name/id" "group"
    ....strange thing the Chat response anytime that he putts ME in to that group. But it works anyway and the user is listed in the new group, but......


    ...after ANY RELOG they putt me and my admins automatic back in all groups under my highest. I can Remove me/admins from "default" and/or "Admin" But after any relog it looks again like this again:

    Owner = [Owner][Admin][Player] Name
    Admin = [Admin][Player] Name
    Player = [Player] Name

    But i want it STAY this way:

    Owner = [Owner] Name
    Admin = [Admin] Name
    Player = [Player] Name

    I hope you understand my problem now
     

    Attached Files:

  11. delete
     
    Last edited by a moderator: Oct 21, 2016
  12. I have this same problem currently.
    Players are showing as 'unknown' and I cannot do anything about it. Only fix so far is unloading BetterChat and seeing the real player.
     
  13. anyway to bind chat groups to oxide permission groups?
     
  14. They are.
     
  15. I seem to have a problem with all the users that play on the server get ALL the groups/ranks that I have created. I am wanting to create an Owner, Admin, Moderator and a few VIP ranks, but whenever a Player joins he gets ALL the ranks. Even I get all the ranks, is there a way to change it so I have to set the rank of the player myself? Or so if i put him in an oxide group which is called "Admin" and I have a BetterChat Group which is called "Admin" than he will get the prefix that fits with the BetterChat Group and all the permissions from the oxide group?
     
  16. How do i remove the normal [player] for nomal people?

    I want to its like:

    [admin] SockerkakaN

    And for the normal: coweater66 (without a group)

    Do anyone know?
     
  17. go to your config file and change this values to false. and for admin Tag change to true both. also if you want add some other groups incease priority level.

    "GroupName": "player",
    "Priority": 0,
    "Title": {
    "Hidden": true,
    "HideIfNotHighestPriority": true,
    "Size": 15,
    "Color": "#9EC326",
    "Text": ""
    },
    "PlayerName": {
    "Size": 15,
    "Color": "#9EC326"
    },
    "Message": {
    "Size": 15,
    "Color": "white"
    },
    "Formatting": {
    "Console": "{Title} {Name}: {Message}",
    "Chat": "{Title} {Name}: {Message}"

    ----------------------

    "GroupName": "Admin",
    "Priority": 5,
    "Title": {
    "Hidden": false,
    "HideIfNotHighestPriority": false,
    "Size": 15,
    "Color": "#9EC326",
    "Text": ""
    },
    "PlayerName": {
    "Size": 15,
    "Color": "#9EC326"
    },
    "Message": {
    "Size": 15,
    "Color": "white"
    },
    "Formatting": {
    "Console": "{Title} {Name}: {Message}",
    "Chat": "{Title} {Name}: {Message}"

    i hope you can solve your problem with this.
     
  18. All that is wrong player is no longer used its called default now and what you have there is the old groups file it should be
    Code:
    "GroupName": "default",
        "Priority": 1,
        "Title": {
          "Hidden": true,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#269ec3",
          "Text": "[Player]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#DCFF66",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "admin",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#269ec3",
          "Text": "[Admin]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#DCFF66",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
     
  19. Ok, so here is the problem - all mutes doesn't go to the console. I know that it's not a big deal, but hey - why not?
    Check the [Command("mute", "global.mute"), Permission("betterchat.mute")] Section - it only calls BroadcastChat.
    I think that Puts part should also be there)