Autorank

Autorank

380k Downloads

Not Ranking Correctly

DestinyEclipse opened this issue ยท 38 comments

commented

I have it rank players to 'DragonSlayer' when they kill the enderdragon, no matter what rank they are, but it's not working.
Below is what I use to try to rank the players. Also, I DO have stats enabled and working.

DragonSlayer:
requirements:
mobs killed:
value: 1:ENDER_DRAGON
results:
rank change: DragonSlayer
command: 'say &p just got a promoted to DragonSlayer!;'
message: 'Congratulations, you are now a DragonSlayer.'

commented

Hmm, can you restart your server and then give me the server.log that contains all output from the startup?

commented

Where is the server.log located?

commented

Search for the logs folder in your main folder and then click on latest.log

commented

Turning it back on now

commented
commented

It seems to startup fine. What is the output of /ar debug?

commented
commented

I do just want to say you guys reply so fast, and are extremely helpful.

commented

Seems fine as well. Can you temporarily try to use a different mob and see if that works. I want to test something.

commented

What are some mob names?

commented

Didn't work; I tried using a creeper

commented

If it helps the player was in the rank Builder

commented

Ah, the player needs to be in the group DragonSlayer. That's what you set it to, right?

commented

Use a ';' instead of a ':' at the value line.

commented

so do value: 1;ENDER_DRAGON

commented

Yeah, exactly.

commented

I'll try it

commented

It didn't work

DragonSlayer:
requirements:
mobs killed:
value: 1;ENDER_DRAGON
results:
rank change: DragonSlayer
command: 'say &p just got a promoted to DragonSlayer!;'
message: 'Congratulations, you are now a DragonSlayer.'

commented

If you do /ar check playername
It doesn't say that they have any requirements to rank up

commented

Hmm, can you show me your whole config and permission config?

commented

Permissions Config: http://pastie.org/9108841

commented

Does it throw any errors at startup?

commented

Nope

commented

Can you show me your permissions file? The one used by your permissions plugin?

commented

Yes

commented
commented

Sorry for not replying, I had homeschool.
Yes, I need players to be ranked up to DragonSlayer when they kill the Ender_Dragon.

commented

Ah, I think you got it backward then.

commented

Only players that are in the dragonslayer group will be able to complete the requirement.

commented

So if you're not in the group, killing an ender dragon won't do anything.

commented

Ohhhhh, haha.
Okay, so how would I rank someone to any group after killing any achievement?

EG. If someone is in any group, how could I rank them to dragonslayer?

commented

Well, that's not possible yet. I'll be adding this feature in the future.

commented

Oh. So there's nothing I can do in a meantime?

commented

No, not really.

commented

I can hopefully add this real soon so you can download a development build

commented

Alright, please let me know when you add it. I do love this plugin, I switcher here from RankSuite because their lack of support and all the bugs they have

commented

I'll sure do ;)

commented

Suggestion: When ranking up to a new rank, and a player has multiple ranks, can you make it so we can add a list of ranks that do not get changed?