Auto Rank says "No rank up found"
TheSaltyPug opened this issue ยท 15 comments
When I do /ar check "name" I get the time reported for the player, but it says "no rank up found" at the end? Here is my AdvConfig, I have set it to use the Advanced config in the other file thing.
Thanks for the help!
Alright, that worked for the player ranks. How i want it to work is there are two sets of ranks: player and pvp. the player has permissions for both. pvp ranks are given when a player gets kills. When I do /ar check, it now says the time and rank up that is available, but the pvp one does not say it will check. Is it still checking? Yes, I did the changes you said to that too.
Thanks!
Your groups are not configured correctly:
Let's take a look at one specific rank setup:
regular:
requirements:
time:
value: 20h
results:
rank change: Member;regular
command: 'say &p just got a promotion; broadcast &p has just been promoted to Regular!'
message: 'Congratulations, you are now Regular.'
Right now, Autorank will not work for this group. The rank name (at the top, regular) should be the group from where a player is ranking. So let's say he's ranking from Member to Regular, you'll need to put Member there. Secondly, for the rank change, the first group is the group where the player is ranked from and the second group is the group he will be ranked to. So, in your case, the rank change tells Autorank to rank the player from Member to Regular, but the regular at the top tells Autorank to check whether a player is the rank regular. Hence, you'll need to change regular at the top with Member. You'll have to do this for all of your groups.
^ New paste with new advanced config.
I am usign my brother's player as a test subject. He is in BOTH the member group and the grunt group, but it does not say anything about a rank up to grunt with kills or anything.
Picture:
http://imgur.com/5nbuXUj
Thanks
Autorank can only check a player for one group at the same time. He has to complete the Member rank before he can do the Grunt one.
So will he go to member -> regular -> trusted -> elder before he can do the other ones?
Sorry for the late reply. I gave you an incorrect answer. Could you try setting the use primary group for vault to false (instead of true).
If you want to have a player rank up in two groups simultaneously, it is impossible. Autorank can rank players from group to group, but can only do so one at the time.
I will try setting it to false; what is that supposed to do?
So it cannot check two groups at one time, can that feature be added soon? It is kind of essential to my server.
Setting it to false makes it so Autorank checks all ranks that a player has, not only the primary one.
I set it to false, but now it ONLY checks the time based. I tried setting players to the highest time based, and it gives me "player is in group grunt, no rank up found." I just checked the config however, and it is still set up correctly.
NOTE: I updated to version 3.8 and installed the latest Statz version