PlayerRankings

Moved

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

5/5, 13 likes
  1. No I have last version... How can I remove that old rank?
     
  2. By using a newer version.
     
  3. I have a strange problem the plugin is working when I typ /ranks but its not giving players there rank anymore. When I want to reload teh plugin I get a error. Still ranks is working.
    Code:
    (11:12:53) | [RCON][86.80.214.171:55573] oxide.reload PlayerRankings
    (11:12:53) | [Oxide] 11:12 [Error] Exception while starting compiler:  (IOException: Error creating standard output pipe)
    (11:12:53) | [Oxide] 11:12 [Error] PlayerRankings plugin failed to compile!
    (11:12:53) | [Oxide] 11:12 [Error] Compiler couldn't be started.
     
  4. Try the newest version of PlayerRankings with BetterChat and ensure that your configs have been properly made.
     
  5. I have the last version. (1.4.0) @Ankawi
    [DOUBLEPOST=1457903295][/DOUBLEPOST]Well I did reupdate the plugin again, and I have the following error now:

    Code:
    (22:07:32) | [Oxide] 22:07 [Error] PlayerRankings plugin failed to compile!
    (22:07:32) | [Oxide] 22:07 [Error] PlayerRankings.cs(2,3): error CS1056: Unexpected character `\0000'
     
  6. I'll see what I can do. Did you modify it at all?
     
  7. I did only editted the time to get the pro rank with in the plugin, so when I need to make a new config it will make a good one. The edit is only a edit where I added a few zeros.
     
  8. When trying to add / remove from playerrankings.json, so they left and adding new ranks!
     
  9. Could you be a bit more specific?
    [DOUBLEPOST=1458715196,1458671579][/DOUBLEPOST]
    Can you post your PlayerRankings configs please?
     
  10. players on my server may not get permissions. Uses BetterChat and have tried to add oxide.grant <group> permission.
    But when writing oxide.usergroup <rank> <player> they get the permissions??

    Config.
    Code:
    {
      "Member": {
        "Permission": "betterchat.member",
        "Playtime": "5"
      },
      "Member+": {
        "Permission": "betterchat.member+",
        "Playtime": "15"
      },
      "Player": {
        "Permission": "betterchat.player",
        "Playtime": "1.0"
      },
      "Pro": {
        "Permission": "pro",
        "Playtime": "99999999.0"
      },
      "Regular": {
        "Permission": "regular",
        "Playtime": "99999999.0"
      },
      "Settings": {
        "Ignore Admins": true
      }
    }
     
    Last edited by a moderator: Mar 25, 2016
  11. That isn't necessary, the plugin automatically sends permissions towards the player, if you're using the newest version of betterchat, you should have betterchat.pro and betterchat.regular with .0 at the end of all of the playtimes, then reload the PlayerRankings, setup betterchat with the pro permission and setup and the same for all ranks, then you're done. But the playtime goes by hours, so I'm not sure what you're trying to do with such high hours.
     
  12. I dont want the pro,regular ranks
     
  13. Then simply modify them, no need to remove them. Just rename them and change up the permissions. Or edit them within the plugin if you wish to do so.
     
  14. shows two rank. How to fix it?
     
  15. when i rename them and the permission, they still comming back?
    [DOUBLEPOST=1458922076,1458899527][/DOUBLEPOST]Can you do so you have to type as an example so that you get oxide.grant = <group> <== Membership ==> to leave.
     
  16. If you're having trouble re-naming the permissions or ranks, then edit them within the plugin.

    Using Oxide's permission system | Oxide
     
  17. Hi. I tried to make this work, but it always shows player in their name.
    I cant see where the error is in my settings, can someone help me? :)
     

    Attached Files:

  18. What do you mean by that it shows player in their name?
     
  19. Sry if I wasnt clear about it.
    It says [player] name
    and somethimes [player] [regualar] name.
    Its shows either the same tag on all no matter if they are in a higher rank.
    or it shoes two ranks at a time.
     
  20. Hm, did you modify the plugin in anyway? Are you sure you have the latest version?