1. Type in console oxide.grant user <playerName> <permission>

    The permission argument comes from the config.. if you want the VIP tag the use the "vip_chat" permission.
    In playerName.. its obvious put your player name.
     
  2. Thank You it works now
     
  3. What are the all the colors we can use?
     
    Last edited by a moderator: Jun 18, 2016
  4. I dont know.. the ones that I know are
    [color name]
    you can try html color cords.
     
  5. good plugin
     
    Last edited by a moderator: Sep 18, 2016
  6. I see people can use colored chat and not have a permission group set to them and they can still use it but i would like to restrict it for like staff and detonators ONLY is there a way to change that?
     
  7. Hi, I like using this plugin but I am getting very sick of people swearing and the bad thing is that someone said since I am using this plugin it doesn't work with ProfanityFilter | Oxide which is annoying. I know that you said you don't develop Legacy anymore but can you please do an update it will be very much appreciated. When someone types a word eg fuc# it still pops up in chat and the Profanity filter doesn't block it. People say it is because I am using Easy Chat. Thanks for fixing if you do in advance. :)
     
  8. When i do
    oxide.grant user hnody250 owner_chat
    doesn't work, and sometimes work
     
  9. I have this problem in the console idk why! D:

    Missing plugin name prefix 'easychat.' for permission 'mod_chat' (by plugin 'Easy Chat')
    Missing plugin name prefix 'easychat.' for permission 'owner_chat' (by plugin 'Easy Chat')
    Missing plugin name prefix 'easychat.' for permission 'vip_chat' (by plugin 'Easy Chat')

    hehe pls help me <3 <3 <3
     
  10. Just add the prefix
    easychat.mod_chat
    like this
     
  11. Where? XD
    [DOUBLEPOST=1535232216][/DOUBLEPOST]Could i add you? i need your help bro :(
     
  12. open the plugin using notepad++ download it from here
    then go to line 74 change it from
    Code:
    mgpermission = Convert.ToString(GetConfig("Moderator", "Permission", "mod_chat"));
    to
    Code:
    mgpermission = Convert.ToString(GetConfig("Moderator", "Permission", "easychat.mod_chat"));
    line 71
    Code:
    ogpermission = Convert.ToString(GetConfig("Owner", "Permission", "owner_chat"));
    to
    Code:
    ogpermission = Convert.ToString(GetConfig("Owner", "Permission", "easychat.owner_chat"));
    line 77
    Code:
    vgpermission = Convert.ToString(GetConfig("VIP", "Permission", "vip_chat"));
    to
    Code:
    vgpermission = Convert.ToString(GetConfig("VIP", "Permission", "easychat.vip_chat"));
     
    Last edited by a moderator: Aug 25, 2018
  13. Ohhhh ty! BROO i love u :D
     
  14. Your welcome
     
  15. Hey bro i have another problem, do you know why this files: oxide.groups.JSON, oxide.users.JSON and oxide.covalence.JSON change to .DATA when i launch the server and they look like this

    admin
    "admin
    player
    "player
    <vip>
    "

    donor
    vip"
    moderator
    " moderator
    default
    "default
    and i want this:
    {
    "admin": {
    "Title": "admin",
    "Rank": 0,
    "Perms": [],
    "ParentGroup": null
    },
    "player": {
    "Title": "player",
    "Rank": 1,
    "Perms": [],
    "ParentGroup": null
    },
    "<vip>": {
    "Title": "",
    "Rank": 0,
    "Perms": [],
    "ParentGroup": null
    },
    "donor": {
    "Title": "",
    "Rank": 0,
    "Perms": [
    "vip"
    ],
    "ParentGroup": null
    }
    }
    [DOUBLEPOST=1535241060][/DOUBLEPOST]or look like this to, with stange characters

    5
    76561197962086994
    playerCannabisdonocanban
    1
    76561197961175693
    playerLiMiTeC vipprefix
    0
    76561197961019635
    playerCHEFA1 vipprefix
    1
    76561197960787498
    playernNoitra vipprefix
    %
    76561198171756317
    playerMaiara
    "
    76561197962712605
    playeraok
    &
    76561197961450775
    playerMaDks33
    $
    76561197962839657
    playerKAASH
    ,
    76561197960535801
    player
    zdeath_killer
    $
    76561197961329164
    playerRaven
    "
    76561198079710504
    playerGSA
    %
    76561197961093955
    playerDerick
    +
    76561197967583324
    playerJunior_Delta
    &
    76561197961388555
    playercharuto
    2
    76561197960721668
    playerManiacoDaMachadinha
    +
    76561197961897883
    playerEl Chucho :v
    .
    76561197966661355
    playerNewMonstro-nTj-
    +
    76561197960873527
    playerNumble_clook
    3
    76561197986624037
    player
    donor
    DiamanteFalso
    0
    76561198060304822
    player
    PiaDosPiaolenda
    !
    76561197961070338
    playerTH
    *
    76561197964087979
    player#ADR]sasuke
    (
    76561197963023500
    player GamerOver
    %
    76561197961366602
    playerSmooZy
    #
    76561197962232377
    playerGaTo
    &
    76561197960939620
    playerzAllan_
    (
    76561197961581732
    playerBrunoJr
    &
    76561197961685077
    playerCalango
    &
    76561197972443888
    playerOctavia
    &
    76561197961774929
    playerDencell
    (
    76561197960526280
    player Guilh
     
  16. That was years ago why do you have the old one also dont edit them also you must use commands in rcon now to add or remove permissions as to the way the json file is set out you need to delete the old one and reload the plugin with the new changes I done above