PlayerRankings

Moved

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

5/5, 13 likes
  1. Ankawi updated Player Rankings with a new update entry:

    1.3.0

     
  2. group ranking plugins create plz~
     
  3. thank you, but i just use chathandler.lua, this plugin pretty work with you ranks.
     
  4. /ranks why your playtime: 0 hours
    after two hours of play
     
  5. The time is tracked by ConnectionDB, are you sure you have that plugin?
     
  6. nope:) sorry, thx
    [DOUBLEPOST=1449806566][/DOUBLEPOST]BetterChat.json
    Code:
     "Regular": {
      "ConsoleFormatting": "{Title} {Name}: {Message}",
      "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
      "NameColor": "yellow",
      "Permission": "color_regular",
      "Rank": 1,
      "TextColor": "white",
      "Title": "[Regular]",
      "TitleColor": "lime"
      },
       "Pro": {
      "ConsoleFormatting": "{Title} {Name}: {Message}",
      "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
      "NameColor": "yellow",
      "Permission": "color_pro",
      "Rank": 1,
      "TextColor": "white",
      "Title": "[Pro]",
      "TitleColor": "lime"
      },
      "player": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#32CD32",
        "Permission": "color_player",
        "Rank": 1,
        "TextColor": "white",
        "Title": "[new]",
        "TitleColor": "#32CD32"
      },
    PlayerRankings.json
    Code:
    {
      "Player": {
        "Permission": "color_player",
        "Playtime": "1.0"
      },
      "Pro": {
        "Permission": "color_pro",
        "Playtime": "25.0"
      },
      "Regular": {
        "Permission": "color_regular",
        "Playtime": "0.5"
      }
    }
    /ranks - my playtime in game 0.91 but why my prefix [new] must be [Regular]
    View attachment 15044
     
    Last edited by a moderator: Dec 11, 2015
  7. Seems like you have 0.5 in your configs, I would recommend you do it only in hours such as 5.0 or 10.0 instead of 0.5, then make sure to revoke yourself from regular. You can also add more ranks if you'd like
     
    Last edited by a moderator: Dec 11, 2015
  8. thank you
    I try so
     
  9. @Ankawi
    {
    "CRZYDedicated": {
    "Permission": "color_crzy",
    "Playtime": "20.0"
    },
    "Dedicated": {
    "Permission": "color_dedi",
    "Playtime": "10.0"
    },
    "Member": {
    "Permission": "color_member",
    "Playtime": "5.0"
    },
    "New": {
    "Permission": "color_new",
    "Playtime": "0.5"
    },
    "Player": {
    "Permission": "color_player",
    "Playtime": "1.0"
    },
    "Pro": {
    "Permission": "color_pro",
    "Playtime": "25.0"
    },
    "Regular": {
    "Permission": "color_regular",
    "Playtime": "10.0"
    }
    }
     
  10. players in my server arent recieving ranks there stuck on [player]
     
    Last edited by a moderator: Jan 7, 2016
  11. This plugin uses ConnectionDB for playtime, and BetterChat for the ranks, do you have both installed? Please check the FAQ and make sure that both of the plugin's configs are correct without any errors.
     
  12. i have them installed i had some trouble adding the groups into better chat config but i kept on trying and got it figured out hanks =D yay success

    other problem thats bothering me is this when i reload or load plugin


    (17:41:59) | [RCON][xxxxxxxxxxxxxx] oxide.reload PlayerRankings

    (17:41:59) | [Oxide] 5:42 PM [Info] Unloaded plugin PlayerRankings v1.3.0 by Ankawi

    (17:41:59) | [Oxide] 5:42 PM [Info] Loaded plugin PlayerRankings v1.3.0 by Ankawi

    (17:42:11) | [RCON][xxxxxxxxxxxxxxxx] oxide.reload Betterchat

    (17:42:11) | [Oxide] 5:42 PM [Error] Failed to load plugin 'Betterchat' (no source found)

    (17:42:18) | [RCON][xxxxxxxxxxxxxxxx] oxide.reload BetterChat

    (17:42:18) | [Oxide] 5:42 PM [Info] Unloaded plugin Better Chat v3.4.1 by LaserHydra

    (17:42:18) | [Oxide] 5:42 PM [Info] Loaded plugin Better Chat v3.4.1 by LaserHydra

    (17:42:18) | [Oxide] 5:42 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_casual' (by plugin 'Better Chat')

    (17:42:18) | [Oxide] 5:42 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_mod' (by plugin 'Better Chat')

    (17:42:18) | [Oxide] 5:42 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_noob' (by plugin 'Better Chat')

    (17:42:18) | [Oxide] 5:42 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_owner' (by plugin 'Better Chat')

    (17:42:18) | [Oxide] 5:42 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_player' (by plugin 'Better Chat')

    (17:42:18) | [Oxide] 5:42 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_pro' (by plugin 'Better Chat')

    (17:42:18) | [Oxide] 5:42 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_regular' (by plugin 'Better Chat')

    (17:42:18) | [Oxide] 5:42 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_veteran' (by plugin 'Better Chat')
     
    Last edited by a moderator: Jan 7, 2016
  13. Good to hear that you fixed it, and these warnings you may want to post in BetterChat's thread as they are warnings for the permissions.
     
  14. Wil do thanks for the help
     
  15. I'm getting errors on a multiplay server when i try to use this plugin. Errors meaning it pops up saying that the player ranks cfg directory doesnt exist, as well as the plugin making it so i cant manage the configs and plugins.
     
    Last edited by a moderator: Jan 8, 2016
  16. Did you install the two dependencies
     
  17. yessir.
     
  18. I dont have this plugin installed so this wait for others to reply
     
  19. ok my player rankings stoped working the moment i updated beterchat any ideas ?
     
  20. I'll check it out once I get home.
    Add me on Steam (Ankawi) And I should be able to help you figure it out.