1. I added a steamid to the VIP part and reloaded the plugin and it's not showing VIP in their name.

    Code:
    {
      "Admins": [
        "99999999999999991",
        "99999999999999992"
      ],
      "Other1": [
        "99999999999999991",
        "99999999999999992"
      ],
      "Other2": [
        "99999999999999991",
        "99999999999999992"
      ],
      "Other3": [
        "99999999999999991",
        "99999999999999992"
      ],
      "Settings": {
        "AddAdminTag": "false",
        "AddOther1Tag": "false",
        "AddOther2Tag": "false",
        "AddOther3Tag": "false",
        "AddVipTag": "true",
        "AdminTag": "(Admin) ",
        "Other1Tag": " ]Other1[",
        "Other2Tag": " ]Other2[",
        "Other3Tag": " ]Other3[",
        "VipTag": " (VIP)"
      },
      "Vips": [
        "7656119802066XXXX",
        "99999999999999992"
      ]
    }
     
  2. Tell the guy that will get the vip tag to relog or if it not works then restart :)
     
  3. I had him relog, but no luck. I'll have to wait until later for restart since there is >30 online. Thank you
     
  4. But i stil preffer u to use chathandler tags man u must start learning a bit of Oxide Permission System bcs every plugin will start using Oxide Permission System and not Rust's Authlevel :)
     
  5. I have noticed an issue with my plugin, when the server is restarted it does not work sometimes.
    You just need to do a oxide.reload vipname to get it working again.

    Not sure why that is, looking into it. Maybe I will re-write it in C#.

    Sorry.
     
  6. And you can expand the number of tags such as up to 10? Or why only 5 of them?
     
  7. any way to move the vip tag to the front of the player's name?
     
  8. Wulf

    Wulf Community Admin

    Remove them as a VIP.
     
  9. I'm out on vacation, once I get back I will update the code to give you that ability. Hope to have it re-written in C#.
    If you are not using it for the Admins then you can use those to get it in front of the name.
     
  10. I'm using the admin tag for my admins, and since mod is almost useless I was using that vip one for my wife and I with a custom title
     
  11. hi could you help me laern where to put my steam id is it where the "admins": [
    "99999999999999991",
    "99999999999999992"

    do i change the 99999999999999991 with my steam id and save and is it the steam 64 id that goes there. thanx
     
  12. yes and yes
     
  13. is this plugin have been updated? becouse its not working at my server.
     
  14. So where do you make it so a specific player has that tag for example i cannot get my player to show the owner tag when i talk in game chat it just stays with [Player]
     
  15. pls guys i need help.plugin is not working o n my server. i tried everything. i given permissions, making vip group and admin group but still not working. here my all plugins.can you help me?why this plugin is not working on my server.i got this message when im join to server or my vip players join the server:
    Code:
    88.231.193.60:50208/76561198044119870/<color=#900000>(Admin)</color>Sea Harier joined 
    but still there is not any tag visible in game.its not working with color or without color.i need a help :(

    @Wulf maybe you can help me.
     

    Attached Files:

    Last edited by a moderator: Dec 5, 2015
  16. Wulf

    Wulf Community Admin

    I haven't used this plugin @Nephilim 2, but pretty sure it isn't maintained anymore. I'd recommend using another plugin.
     
  17. Is there another plugin you would recommend that does the same or similar job?

    Thanks!
     
  18. There are 2-3 plugins like that. Better Chat is the most known.. but there are more like ChatHandler which has this feature and Name Colors.
     
  19. Thanks dude!
     
  20. I've change in the .lua "<color=#808080>[Admin]</color> ". Notifier shows the right color, but at chat my name displays: "<color=#808080>[Admin] Indy</color>" ...what im do wrong?