[Admin REQ] AutoRanks - Making a simple Auto Promote Plugin.

Discussion in 'Archived: Plugin Requests' started by Apachekiller, Jan 2, 2012.

  1. Offline

    Apachekiller

    Plugin category: Administration

    Suggested name: AutoRanks - Promotion done easy!

    A bit about me: I am a server owner of currently 3 servers. Two of the servers can hold 100 people and the other about 50 so I have my time well invested into Bukkit servers. I know what am I doing when it comes to plugins, except for making them. That is why I am here asking you great plugin developers to help me out. Read below for more info on the request.

    What I want:

    Simple Answer: I want a plugin that will promote Group A to Group B once the person in Group A has played long enough.

    Advanced Answer: I want the most simplest auto promote plugin ever. I want the plugin to keep track of each players playtime without using any type of SQL databases, flatfiles are the way to go. So the plugin then looks at that flatfile and uses that data to promote people at the right time. Here is a example I want the config file to look like:

    Code:
    ranks:
        Promotion 1: (promotion name)
            fromRank: Guest (the rank the user must be in to be promoted)
            toRank: Member (the rank the user will be promoted to)
            waitTime: 120 (how long the player must wait until promoted, time in seconds)
            removeOther: true (whether or not it removes previous rank)
            allWorlds: false (whether it effects all worlds or not)
                world: true (name of the world, and whether the promotion will take effect in that world)
                world_nether: false
                world_the_end: true
    Ideas for commands:
    • /autoranks (/ars) - reloads config
    • /autoranks time (/ars time) - shows your playtime
    • /autoranks time apachekiller (/ars time apachekiller - shows player time
    Ideas for permissions:
    • autoranks.time - ability to see own playtime
    • autoranks.time.others - ability to see other playtime
    • autoranks.admin - all perms + ability to reload config file
    Willing to pay up to: I most likely won't pay anything, but I will help out with the best I can such as creating logo/graphics for the plugin or setting up a BukkitDev page also possibly making a tutorial video.

    When I'd like it by: As soon as possible would be the best, but I know these things time.

    Similar plugin requests: Many out there, but nothing so simple as this one.

    Devs who might be interested in this: I remember @codename_B mentioning adding a auto promoting feature in bPermissions.

    Also one other thing I forgot to mention was permissions support. PermissionsEx and bPermissions support would be the best, don't worry about BukkitPerms or GroupManager.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  2. Offline

    Mr_H4mm3r

    I think there is a plugin called AutoGroup? Check it out ;-)
     
  3. Offline

    Apachekiller

    Not quite what I am looking for but thank you for the suggestion.
     
  4. Offline

    Edge209

Share This Page