PlayerRankings

Moved

Total Downloads: 8,316 - First Release: Nov 19, 2015 - Last Update: Jan 17, 2018

5/5, 13 likes
  1. No, I just edited the config files, nothing else.
    Yes, I downloaded both from new.
     
  2. If two ranks are popping up for a player at the same time, then re-check your permissions, you could be sending the same permission for two ranks accidentally.
     
  3. Fixed..
     
  4. Playerranking setting:


    {
    "Amateur": {
    "Permission": "betterchat.amateur",
    "Playtime": "1.0"
    },
    "Novice": {
    "Permission": "betterchat.novice",
    "Playtime": "15.0"
    },
    "Regular": {
    "Permission": "betterchat.regular",
    "Playtime": "30.0"
    },
    "Experienced": {
    "Permission": "betterchat.experienced",
    "Playtime": "50.0"
    },
    "Pro": {
    "Permission": "betterchat.pro",
    "Playtime": "80.0"
    },
    "Advanced": {
    "Permission": "betterchat.advanced",
    "Playtime": "120.0"
    },
    "Elite": {
    "Permission": "betterchat.elite",
    "Playtime": "150.0"
    },
    "Expert": {
    "Permission": "betterchat.expert",
    "Playtime": "200.0"
    },
    "Veteran": {
    "Permission": "betterchat.veteran",
    "Playtime": "200.0"
    },
    "Settings": {
    "Ignore Admins": true
    }
    }


    Betterchat settings:


    {
    "admin": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "admin",
    "Rank": 3,
    "TextColor": "white",
    "Title": "[Admin]",
    "TitleColor": "red"
    },
    "AntiSpam": {
    "Enabled": false,
    "MaxCharacters": 85
    },
    "moderator": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "moderator",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Mod]",
    "TitleColor": "yellow"
    },
    "Mute": {
    "Enabled": true
    },
    "Amateur": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "amateur",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Noob]",
    "TitleColor": "lime"
    },
    "Novice": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "novice",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Novice]",
    "TitleColor": "cyan"
    },
    "Regular": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "regular",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Regular]",
    "TitleColor": "grey"
    },
    "Experienced": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "experienced",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Experienced]",
    "TitleColor": "teal"
    },
    "Pro": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "pro",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Pro]",
    "TitleColor": "red"
    },
    "Advanced": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "advanced",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Advanced]",
    "TitleColor": "red"
    },
    "Elite": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "alite",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Elite]",
    "TitleColor": "red"
    },
    "Expert": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "expert",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Expert]",
    "TitleColor": "red"
    },
    "Veteran": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#5af",
    "Permission": "veteran",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Veteran]",
    "TitleColor": "red"
    },
    "WordFilter": {
    "Banned Words": [
    "fuck",
    "bitch",
    "faggot"
    ],
    "Custom Replacement": "Unicorn",
    "Enabled": false,
    "Replacement": "*",
    "Use Custom Replacement": false
    }
    }



    I cant find the error. I get 2 rank in the game like the picture here:
    Gyazo - 1a9cf27adb2983ae994d01eabb9062fb.png
     
  5. @DKSerious I see what problem you're having, I had to deal with it for another player, one of those ranks is causing an issue with the loop and must be removed entirely from the BetterChat configs and Player Rankings configs, I believe the rank is Regular perhaps.

    If that doesn't work, add me on steam (Ankawi) and I'll help you figure it out.
     
  6. It says permission is missing after betterchat 4.0 came out.
    Can that be the problem since playerrankings looking for permissions that arent the same place as befor?
     
  7. same here fix pls :'(
     
  8. I'll see if I can put it on my testing server and fix it up.
     
  9. [Oxide] 19:50 [Warning] Missing plugin name prefix 'playerrankings.' for permission 'betterchat.pro' (by plugin 'PlayerRankings')
    [Oxide] 19:50 [Warning] Missing plugin name prefix 'playerrankings.' for permission 'betterchat.regular' (by plugin
     
  10. is this working since update?
     
  11. Got all the ranks in and working, but now it shows all ranks at the same time.
     
  12. I'm going to recommend that you guys an older version of BetterChat that is working for now until I get a fix for this hopefully tomorrow.
     
  13. You get an update working yet?
     
  14. Please Please Please update this... I'll give you a cookie
    [DOUBLEPOST=1462351136][/DOUBLEPOST]This is the issue I'm having with the new BetterChat I can remove myself from player but that doesn't fix the problem for the other players, (This worked perfectly with the older BetterChat)
    Also the Admin Ignore does not work as well
     

    Attached Files:

  15. Sorry I've been gone for quite some time. I'll be taking a look at it tomorrow and see if I can fix it.
     
  16. Tested it with the new betterchat. Instead of sending the permissions, I could possibly try to send the command which gives the player the certain ranks. Not sure if I should update it to the new BetterChat or keep it for an older betterchat for now. Probably will just keep it available to players with the older Betterchat.
     
  17. So what is the final consensus on this? @Ankawi
     
  18. I could continue continue this one for people who use older versions of BetterChat like me, or I could create a 2nd plugin possibly and modify it so that it manually adds the players instead of granting them permissions. So far I'm leaning towards staying like this.
     
  19. What version of BetterChat are you using?
     
  20. Version 3.4.1