1. Some players might not have a title because their data was not ran through yet, have them type /rt refresh and it should run them through the system.
    When you did /rt noadmin did you get a message back saying admins are on or off? And do you have Titles Only mode set to false? if you enable Titles Only mode it disables Ranks, and the ranking titles. (in config is useTitles false or true)
    [DOUBLEPOST=1425912068][/DOUBLEPOST]
    Doesn't seem like a title was set, try doing /rt refresh to re run your player file through the process to see if this addresses it. Are you using the Groups system?
     
  2. No group system
    [DOUBLEPOST=1425915826][/DOUBLEPOST]Admins ranks turned on... Not changing my :(
    [DOUBLEPOST=1425916858][/DOUBLEPOST]Have deleted ur file, but my name still changing my name...
     
  3. I'm confused exactly on what's happening here. Are you getting any errors on start up?
     
  4. No errors... So, all ok right now, BUT is that ok that someone have this:

    Code:
          "Title": "Штатский",
          "Rank": 0.0,
          "Kills": 24.0,
          "KDR": 0.8,
          "Deaths": 30.0,
          "Karma": -24.0,
          "isAdmin": false,
          "hidden": false
    And his rank is 0? Why? Karma - 10 (in /data/ranks...json), but when he is checking with ./rt, karma =0
     
  5. Hey, Awesome Plugin!

    Can you explain the settings in it tho: (not sure if I fully understand them)
    Code:
      "Settings": {
        "showPlayer": true,
        "karma": true,
        "colorSupport": false,
        "useTitles": false,
        "noAdmin": false
      },
    
    And how is Karma calculated?

    Thx!
     
  6. have him do a /rt refresh and then see if something is a miss in the console (if you get an error or not)
    Ah yes sorry been meaning to add these to the FAQ just been busy with the plugin :p
    Code:
    showPlayer - is currently disabled causes more bugs than its worth right now (when it finished it will hide all authlevel 0 players)
    karma - this is the toggle switch for the karma system
    colorSupport - this is the toggle switch for the color system
    useTitles - this is the toggle switch for Titles Only Mode (no ranks just custom titles)
    noAdmin - this is the toggle switch to remove and add admins to the rank system
    
    karma is currently calculated via the config value "karmaModifier" under each rank, it is adjustable.

    Code:
    {
                "rank": 0, - Player Rank
                "title": "Civilian", - Player title for this rank
                "karma": 0, - karma needed to achieve this rank
                "killsNeeded": 0, -kills needed to achieve this rank(Only used if karma is disabled)
                "Color": "#FFFFFF", - color of the title
                "karmaModifier": 1 - how much karma is given if a player of this rank is slain
            }
    
    When editing the karmamodifier make sure you use positive numbers, my plugin automatically determines if the karma should be taken away for given upon kills
     
    Last edited by a moderator: Mar 9, 2015
  7. So... He used ./rt refresh and all ok...

    But, how to get good reputation? Bad - killing fresh spawns, but how to good rep? Thanks.

    P.S. For what this karma value?
     
  8. You get good karma by slaying anyone with negative karma. Bandits etc.
    what do you mean "For what this karma value" ? If you mean to change the value you get read above, and change the karmamodifier option in config, if you mean the amount of karma needed to change rank edit the karma option this can be anything as long as it is a positive or negative whole number.
     
  9. So... Rank giving from this "karma value", yes?
     
  10. Yes, as long as you have karma turned on in the config. If you turn it off, it will use kills instead and you can only get bandit ranks that way.
     
  11. And 1 more question...

    Why he is already get rank 1, but his karma -8 (don't changing karma settings)?


    Code:
        "76561198093388083": {
          "PlayerID": "76561198093388083",
          "RealName": "SUPERMAN",
          "Title": "Штатский",
          "Rank": 1.0,
          "Kills": 10.0,
          "KDR": 2.5,
          "Deaths": 4.0,
          "Karma": -8.0,
          "isAdmin": false,
          "hidden": false
    [DOUBLEPOST=1425922576][/DOUBLEPOST]Why changing his name?
     

    Attached Files:

  12. This may have happened before you updated to 1.1.0 in 1.0.0 there was a bug that if you got 10 kills you would rank up anyway regardless of karma levels. (if I got 9 positive karma, and then got 1 negative karma I would still gain a rank). That bug has been patched in v1.1.0 and if he does /rt refresh it will probably bring him back to rank 0.

    Not sure what you meant in that image?
     
    Last edited by a moderator: Mar 9, 2015
  13. color changed, nothing more :D
     
  14. This whole karma stuff reminds me of Lineage2 :D
     
  15. Hmm... For what this "kills needed" when it's calculating karma?

    Code:
     {
                "rank": 1,
                "title": "Головорез",
                "karma": -10,
                "killsNeeded": 10,
                "Color": "#f5d4ab",
                "karmaModifier": 5
            }, 
     
  16. Lol I got it from Fallout I guess that much is obvious, I hope later in its development I can make the system have bonuses and penalties for karma.
    Okay so your all good now?
     
  17. For me Infestation :D
    [DOUBLEPOST=1425924419][/DOUBLEPOST]
    And the last question... How to change karma? I tried to change value in /data, when unloaded plugin... Loaded plugin and its just back again
     
  18. In order to modify data you have to shut the server off modify it and then re load. I will be adding a command that will let you modify karma with a command.
     
  19. Ok, thanks :)
    [DOUBLEPOST=1425930246][/DOUBLEPOST]In RustIO from @dcode doesn't works fine... :D
    [DOUBLEPOST=1425930468][/DOUBLEPOST]And one more idea... Create system like in Infestation...

    So, you Constable: kill default man -2, kill bandit +1 (if its rang higher - more (+2,+3)), kill constable -2 (if higher - higher minus)... Sry for my bad eng :D
     

    Attached Files:

  20. Guys, how to remove this?
    this is nicknames in game. <color=#FFFFFF> inscription seen over the players heads
    ___________________

    [SOLVED] if set
    Code:
    "colorSupport": false
    and user re-login, all ok
     
    Last edited by a moderator: Mar 10, 2015