[Req.] Rank Manager

Discussion in 'Archived: Plugin Requests' started by MRDRMUFN, Aug 15, 2011.

  1. Offline

    MRDRMUFN

    Hello,

    *Willing to pay $$$ based on quality*
    What im looking for is a plugin that can use an existing mysql time table, to promote members to particular ranks. The existing time table is from UtimeM extension of ULX admin mod for Garrysmod. The table looks like so:
    (index, globalid(gen. from steamid), totalTime(sec), lastVisit(lua's os.time() format), steamid, playerName, rank, minecraftName)
    the blue column would need to be added.

    On my minecraft server im currently using bPermissions to manage my users. im curious if it would be possible to read from the mysql db and apply the rank to the members. And i would like it to update the users time spent on the server.

    So step by step would be,
    - User joins and lastVisit from db is echo'd to the server chat
    - load totalTime and store it in session cache or similar
    - keep track of players time spent on server using a counter or function(if available)
    - when a player reaches a certain number of hours on the server, hook into bPermissions and execute /setgroup <player> <rank(replacing spaces with '_')>
    - when player leaves add sessionTime to totalTime and save it
    - update lastVisit

    Files and Commands,
    autopromote_users.yml #associate minecraft names and steamid's
    autopromote_ranks.yml #set at what hours to promote members (and blacklist certain ranks from being promoted from eg. admins donators dev)
    ...
    /playtime <player> #returns a users total time on server in readable format y,w,d,h,m,s


    Future plans for my server,
    - i plan on combining this with an irc server to handle global chat between all gmod and minecraft servers hosted for [iG] ingenious gaming.
    - adding a currency system based on time spent on the server
     
  2. Offline

    MRDRMUFN

    Bump~ I'm willing to pay between $10 - $30 for this Plugin

    im sorry for bumping this so much, i just really need this plugin for my server

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
    Torrent and Samkio like this.
  3. Offline

    Samkio

    I'll do it for £££ based on size of .jar file.
     
    Torrent likes this.
  4. Offline

    MRDRMUFN

    yea if you can do it go right ahead
     
  5. Offline

    codename_B

    I'll be interested to see how this turns out.
     
  6. Offline

    MRDRMUFN

    lol i hope your charging resonably
     
  7. Offline

    Wakko

    I'm sure this has potential, but be careful.
    If a griefer is on the server for X hours and no one catches the person the whole time, they'd get a free promotion and possibly do more damage.
     
  8. Offline

    MRDRMUFN

    Hey Samkio would you like a copy of the db to use for testing purposes?
     
  9. Offline

    APhamx

  10. Offline

    MRDRMUFN

    yea its like that but it also promotes people to ranks off their time spent on the server.
     
  11. Offline

    tnemrap

  12. Offline

    tnemrap

Share This Page