BetterChat

Moved

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

4.9898/5, 98 likes
  1. Try this.
    Also make sure she has the color_vip permission, or she is in a group with that permission.

    Code:
    {
    "mod": {
    "NameColor": "lime",
    "Permission": "color_mod",
    "Prefix": "[Mod]",
    "PrefixColor": "yellow",
    "Rank": 3,
    "TextColor": "white"
    },
    "owner": {
    "NameColor": "orange",
    "Permission": "color_owner",
    "Prefix": "[Owner]",
    "PrefixColor": "orange",
    "Rank": 4,
    "TextColor": "white"
    },
    "player": {
    "NameColor": "lime",
    "Permission": "color_player",
    "Prefix": "[Player]",
    "PrefixColor": "lime",
    "Rank": 1,
    "TextColor": "white"
    },
    "VIP": {
    "NameColor": "cyan",
    "Permission": "color_vip",
    "Prefix": "*Goddess*",
    "PrefixColor": "blue",
    "Rank": 2,
    "TextColor": "#CEECF5"
    }
    }
     
  2. i did ownerid <myname> and restarted server, i have owner powers but it says i am a player. why?
     
  3. ownerid <yourId> not <yourName>
     
  4. yeah i did
     
  5. then Server.Writecfg then restart
     
  6. Why restart just after server.writecfg he must relog
     
  7. didnt work for me... I needed to restart...
     
    Last edited by a moderator: Jun 19, 2015
  8. i tried everything and it doesnt work.
     
  9. put yourself into the admin group
    oxide.usergroup add <yourID> admin
     
  10. Did it and it still aint workin
     
    Last edited by a moderator: Jun 19, 2015
  11. show me your config
     
  12. Code:
    "mod": {
        "NameColor": "lime",
        "Permission": "color_mod",
        "Prefix": "[Mod]",
        "PrefixColor": "yellow",
        "Rank": 2,
        "TextColor": "white"
      },
      "owner": {
        "NameColor": "lime",
        "Permission": "color_owner",
        "Prefix": "[Owner]",
        "PrefixColor": "orange",
        "Rank": 3,
        "TextColor": "white"
      },
      "player": {
        "NameColor": "lime",
        "Permission": "color_player",
        "Prefix": "[Player]",
        "PrefixColor": "lime",
        "Rank": 1,
        "TextColor": "white"
      }
    }
     
    Last edited by a moderator: Jun 20, 2015
  13. You got one } to much at the end
     
  14. alright so i removed the { at the end, should i restart now or what?
     
  15. just reload the plugin
     
  16. ok, now i forgrt the command, oxide.reload <name> correct
    ?
    [DOUBLEPOST=1434758869][/DOUBLEPOST]how so? i forget.
    [DOUBLEPOST=1434760498][/DOUBLEPOST]How? I forget sorry.
     
  17. Correct your betterchatname.json file as above and save it
    Type oxide.reload betterchatname

    If it still doesn't work, go into oxide\data\oxide.groups.json
    Check that the admin group has the permission color_owner

    e.g

    Code:
    {
      "admin": {
        "Title": "admin",
        "Rank": 0,
        "Perms": [
          "vip++",
          "vip",
          "canusegodmode",
          "canbuild",
          "color_owner"
        ],
        "ParentGroup": null
      },
    then also go into oxide\data\oxide.users.json
    Ctrl+F to find, and search for your username. Make sure you have the group admin

    e.g

    Code:
    "7656119796XXXXXXX": {
        "LastSeenNickname": "Jarsky",
        "Perms": [],
        "Groups": [
          "admin"
        ]
      },
     
  18. Does anyone know were the javascript file is i dont :( and i cant access the config
     
  19. which javascript file? If you mean the config => its in the config folder
     
  20. Is there anyway I can make it that Owners, Moderators and Players all share the same colour at chat, I do not intend to reveal the admins or moderators as I have a ticket system in place.