Autorank

Autorank

380k Downloads

Autorank is supposed to turn AdvancedConfig into Paths right?

sselesUssecnirP opened this issue ยท 3 comments

commented

Isn't Autorank supposed to take things from AdvancedConfig and convert them to the new paths.yml file? Could someone help me convert this?

ranks:
    default:
        requirements:
            time:
                value: 4h
        results:
            rank change: default;Member
            command: 'enjin broadcast &0[&a&lSky&cRanks&0] &p is now a Member!'
            message: 'Congratulations, you are now a member.'
    Member:
        requirements:
            time:
                value: 2d
            mobs killed:
                value: 10;skeleton
            mobs killed2:
                value: 10;creeper
        results:
            rank change: Member;Apprentice
            command: 'enjin broadcast &0[&a&lSky&cRanks&0]&c &p is now a Apprentice!'
            message: 'Congratulations, you are now an Apprentice! Go find a master... (master is Lord+) When you do tell a staff! If you don''t we''ll assume you don''t have one and we''ll demote you if we see you as a higher rank than Apprentice without a master!'
    Apprentice:
        requirements:
            time:
                value: 9d
            mobs killed:
                value: 35;skeleton
            mobs killed2:
                value: 60;creeper
            mobs killed3:
                value: 40;enderman
        results:
            rank change: Apprentice;Advanced
            command: 'enjin broadcast &0[&a&lSky&cRanks&0]&c &p is now an Advanced Apprentice!'
            message: 'Congratulations, you are now an Advanced Apprentice! You are nearly to Lord!'
    Advanced:
        requirements:
            time:
                value: 25d
            mobs killed:
                value: 150;skeleton
            mobs killed2:
                value: 250;creeper
            mobs killed3:
                value: 195;enderman
        results:
            rank change: Advanced;Lord
            command: 'enjin broadcast &0[&a&lSky&cRanks&0]&c &p is now a Lord!'
            message: 'Congratulations, you are now a Lord!'
    Lord:
        requirements:
            time:
                value: 60d
            mobs killed:
                value: 900;skeleton
            mobs killed2:
                value: 600;creeper
            mobs killed3:
                value: 500;enderman
        results:
            rank change: Lord;Darth
            command: 'enjin broadcast &0[&a&lSky&cRanks&0]&c @p is now a Darth! Everyone Congratulate him/her for their dedication!'
            message: 'Congratulations, you are now a Darth! That''s amazing! It''s really hard to get your rank!'

Psst! I am new to posting with code lol. Let me know if there is something better I could've used. xD

commented

Could you help me format it? If not, that's fine! I asked a friend/owner of my server to do it but he isn't always active so if you had some time you could take to format it as Paths.yml, that'd be great!

commented

Did you run the /ar convert advancedconfig command?

commented

Yes that's it.