PlayerRankings

Moved

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

5/5, 13 likes
  1. Check a few pages back and there should be an external PlayerRankings modified version that I added which should place players at their appropriate ranks. As for resetting to a previous rank and other events, double check your config and BetterChat datafile.
     
  2. Hi, i'm changin Pro and Regular rank up times and everytime i restart the server it still come back with the orginal settings and playtime is resetting to zero. What should i do to fix it please help
     
  3. @Rusty Craft
    Code:
            new void LoadConfig()
            {
                SetConfig("Regular", "Oxide Group", "Regular");
                SetConfig("Regular", "Playtime", 10D);            SetConfig("Pro", "Oxide Group", "Pro");
                SetConfig("Pro", "Playtime", 25D);
    Remove these 4 SetConfig lines from the code,
    for some reason Ankawi doesnt want to add config option / allow ability to change this default behavior :p
     
  4. Not a good idea to remove them, but perhaps a better one is to rename them to your current ranks. Anyway, I'll see what I can do about this issue and mess around with it a bit.
     
  5. It would be cool if this was based on player activity such as kills, deaths, and amount of chat messages to better express the rank per player
     
  6. Then I think this is what you are looking for Player Challenges for Rust | Oxide
     
  7. Thanks for help but now playtime not saving properly it showed 8.54 when i was online then i saved server with the server.save command and restarted server now it shows 7.42 any idea why it happens ?
     
  8. *Suggestion: If you could please removed the config from automatically reverting back to the 'Pro' and 'Regular' ranks that'd be awesome :) I think i manually got rid of it in the .cs but I'll have to remember each time i update the plugin

    Also, maybe a customizable UI displaying current rank in a .png/.jpeg somewhere near chat would be dope too
     
  9. Hello can someone send me a config with a bunch of options so I can study it and learn. I don't want to copy your stuff . I have my own plans O wish to implement . also I am curious does this a better chat automatically add player titles . so they can have in front of there name the rank they hold. ? Thank you
     
  10. ??? can anyone help me please, i am discouraged by this plugin and i don't wish to be.
     
  11. Add me on steam -- Steam Community :: Ankawi and ask any question you have.
     
  12. does it possible to make rankdown a player by it's offline time ?
     
  13. That could be done if I was going to manipulate the data of ConnectionDB, but PlayerRanking's job is to act as an external device that utilizes that information and creates a ranking system out of it, not modify the information that is received by the dependent plugin.

    However, this brings up the idea of another plugin that could include the amount of playtime in a certain week, number of connections, and so on. It would make your server much more competitive and a reward system will fit in nicely for players. It gives player an incentive to play on the server longer which should therefore increase your population. Think of it as a weekly-based system that is concurrent with your wipe schedule.
     
  14. I'm trying to adapt it to the "economics / gui shop", I wanted to put for every 1 hour to earn 1 "coin", how can I do?
     
  15. You could write some code to implement some economics inside PlayerRankings, but really the best way is to write an alternative plugin.
     
  16. Is there anything or anything I can do?
     
  17. so can you please add rankdown option or i should rankdown players manually ?
     
  18. How do you wish to incorporate a rankdown method and for what reasons?
     
  19. could you please add a resource id to this plugin so that Updater can check on it for updates
     
  20. it only says Player in chat, it says you have been promoted to pro and i am still player instead of pro or regular, doesnt it have a group in betterchat ?