Autorank

Autorank

380k Downloads

Check your Config message

Hardcore0uch opened this issue ยท 0 comments

commented

Hi there, seem to be getting check your config messages a lot. Just wondering how i can fix this. This is what my permissions and Config's look like. I also have Stats installed.

Its saying i have no ranks to go up by when I have made 2 for a test

ranks:

Default:

  requirements:
        time:
            value: 1m
    results:
        rank change: Default;Rank 1
        command: 'say &p just got a promotion; broadcast &p has just been promoted to Rank 1!'
        message: 'Congratulations, you are now a Rank 1.'

Rank 1:
    requirements:
        has item: id(;1;354)
        has item2: id(;1;416)
        Eggs Thrown:
            Value: 30
    results:
        rank change: Rank 1;Rank 2
        command: 'say &p just got a promotion; broadcast &p has just been promoted to Rank 2!'
        message: 'Congratulations, you are now a Rank 2.'
Rank 2:
    requirements:
        In biome: Jungle
        has item: id(3;373/8257)

    results:
        rank change: Rank 2;Rank 3
        command: 'say &p just got a promotion; broadcast &p has just been promoted to Rank 3!'
        message: 'Congratulations, you are now a Rank 3.'

Here are my permissions:

users:

groups:

Default:
Default: true
permissions:
- autorank.check
- autorank.checkothers
- autorank.leaderboard
- autorank.help
- autorank.track
options:
rank: '2000'

Rank 1:
Default: false
permissions:
- autorank.check
- autorank.checkothers
- autorank.leaderboard
- autorank.help
- autorank.track
options:
rank: '1000'

Rank 2:
Default: false
permissions:
- autorank.check
- autorank.checkothers
- autorank.leaderboard
- autorank.help
- autorank.track
options:
rank: '900'