Plugin Request Time Track plugin that logs how long a player has played on a server.

Discussion in 'Plugin Help/Development/Requests' started by HCMatt, Apr 23, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    HCMatt

    Commands:
    /playtime
    /playtime <player>

    I want it to keep track of how long a player has played on the server. Not just the current session, but over all. e.g - I logged on yesterday and played 3 hours.. I logged on today and played 2 hours, my playtime would be 5 hours.

    I also want the players to be put into a category... If they have played 5 days (5x24 hours), They will be very active... 3 days active, 1 day inactive, less than 1 day very inactive.

    When /playtime is ran, this should show up:
    (RED)-------------------------------
    (GREEN) p.getName()'s Play Time:
    (DARKGREEN)Time spent on all together(Days, Hours, Minutes)
    (DARKGREEN)Time of current session(How long it has been since they logged on)
    (DARKGREEN)Category:
    (RED)-------------------------------

    When /playtime <player> is ran, this should show up:
    (RED)-------------------------------
    (GREEN) target.getName()'s Play Time:
    (DARKGREEN)Time spent on all together(Days, Hours, Minutes)
    (DARKGREEN)Time of current session(How long it has been since they logged on)
    (DARKGREEN)Category:
    (RED)-------------------------------

    MySQL support would be great, but optional.

    Thanks!

    Matty
     
Thread Status:
Not open for further replies.

Share This Page