Autorank

Autorank

380k Downloads

I want donators to also be able to rank up.

devonkeith opened this issue ยท 6 comments

commented

As soon as a player buys a rank or as soon as they are staff, Autorank immediately stops checking them (still counts time), but won't rank them up. I want autorank to rank up regardless of what rank they are.

commented

I also asked for this!
This is driving me absolutely nuts that Donators cant rank up.

There needs to be an "OR" operator, so when its checking the prerequisites, you can do

in group:
      value: default
or in group:
     value: donatorrank1
or in group:
     value: donatorrank2
or in group:
     value: donatorrank3
commented

In fact, there is an operator! Try doing this:

in group:
    value: (default), (donatorrank1), (donatorrank2), (donatorrank3)
commented

@Staartvin I will give this a try.
One issue I can see, is if they are a donator rank, and they can select whatever path they want then, as I'll have to out the donator ranks in ALL the rank prerequisites.

So for example

Player1 is:
Donator1 (Primary group)
AutoRank1

They could select AutoRank5 as the prerequisites would be

AutoRank5:
    in group:
        value: AutoRank4, (donatorrank1), (donatorrank2), (donatorrank3)

Normal players would be checked they are infant AutoRank4 before they can select AutoRank5, as its a linear system. But this wont be the same for Donator1.

This is why I was suggesting having a track system, to see what position on the track they are at.

Also I assume you dont need the Brackets () in the operator? just the comma?

Edit: please support luckperms, so we can check for multiple ranks from players, this could solve it.

commented

Yes as I assumed. I added the "Captain" rank I give to donators to all the ranks, and it just skipped all of them and went direct to the last rank, there for bypassing the entire ranking system.

  prerequisites:
    in group:
      value: Firstmate, Captain, Admiral
commented

Just create another path with the exact same ranks except require the donor rank in the prereq.

commented

That dousnt work, read my reply.