Autorank

Autorank

380k Downloads

Path per world won't work.

jariojose opened this issue ยท 19 comments

commented

Path.yml

https://pastebin.com/Dpq2RkXC

I am Builder.

If I am at spawn (world test) and break 25 grass block (2;25), its works fine. But, If I am at spawn, prereqs OK, auto choose OK.

So, I go to other world (world1), and break 25 grass block, I earn the promotion.... Its a Bug with a query or a conditional clause.

I am using GroupManager, Statz and Autorank-2 both with MySQL.

commented

Why Autorank not work with Stats? Only Statz ?

commented

nice! I am waiting for you fix! ๐Ÿ‘

commented

One more question: Is possible work with Statz being used by Autorank and a ScoreBoard that I am developing? Because when I run both into plugin folders, or Scoreboard or Autorank works...

Is the Wiki Statz is recent?

commented

The Statz wiki is relatively recent, but I'll update it tonight.

commented

Autorank should work with any other plugin simultaneously.

commented

Thanks for pointing out the issue, I'll add it to my to do list.

I'm slowly phasing out support for Stats as it is not being updated anymore and is becoming increasingly buggy.

commented

@Staartvin Do you have any prediction about when you will fix it?

Sorry to question you. I know that you have a lot of work to do.
Thank you, man!

commented

Hmm. I ran into an issue. You want me to update the Statz wiki, but with what?

commented

No. Statz Wiki is fine! But, I need that you fix the Path mission per world. Because when I started the mission in a specific world, World_1, and go to another world, World_2, I can continue the mission. For example, break 100 grass blocks in World_1. But If a break in World_2, the mission is completed.

commented

Ah, this should be fixed in the latest version (if you want to try it).

commented

Sure!

What do I do to try? Clone the project and build here?

commented

No, there is a development server they allows you to download the latest file.

commented

Thanks!

I see here the Jenkins. The last release is: Autorank-4.2.3-Dev-58.jar

Is it the build fixed? Let me know what is it. If you need help with code, I could help you.

commented

Thank you, @Staartvin !

But It continues happening. I check the path, choose it:

  • Break 25 grass blocks at spawn.

So, I went to test_world and broke 25 grass blocks and I received the Rank. But It couldn't happen :(

Continues bugged.

commented

Hmm, I guess I have to do some more work.

commented

If you check 'statz_blocks_broken', only check if the broken blocks are in what world.

commented

Yes, that dev build is the latest one

commented

Path Example:

Admin Rank:

  • prerequisites:
    • in group:
      • value: Builder
    • options:
      • world: spawn
  • requirements:
    • blocks broken:
      • value: 2;25
      • options:
        • world: spawn
        • auto complete: true
  • results:
    • command:
      • value: manuadd &p Admin spawn
    • command2:
      • value: 'say &p just got a promotion; broadcast &p has just been promoted to Admin!'
    • message:
      • value: 'Congratulations, you are now a Admin.'
commented

@Staartvin Could I code it? Where do you check it?