Topic locked

When a user was last on the server

24 Feb 2012, 02:50

So after thinking about how snugflunkys has been unexplainably gone, I realized that there is no way to tell when a user last joined. Based on old comments in-game (from admins) though, I think there may be a non-publicly accessible way. Is there?

Re: When a user was last on the server

24 Feb 2012, 03:02

We no longer log player activity but several of the veterans and staff members (myself included) keep logs from the server echos on #aprilon.mc, our IRC server echo. I'll check them now.

[EDIT]
On my log that goes farthest back I found this:
Code:
Jul 29 12:09:53 <Miyuki^APN-MC>   [Snugflunkys disconnected]

That time is in my time zone (Central time, GMT -6). If I recall correctly you are in Mountain time so that would be at 11:09:53 for you.

That is most certainly not my only log file, it's just the oldest and the biggest. I'll check the others and see if anything pops up.

Re: When a user was last on the server

24 Feb 2012, 08:51

HAPPYGOPUCKEY wrote:We no longer log player activity but several of the veterans and staff members (myself included) keep logs from the server echos on #aprilon.mc, our IRC server echo. I'll check them now.

[EDIT]
On my log that goes farthest back I found this:
Code:
Jul 29 12:09:53 <Miyuki^APN-MC>   [Snugflunkys disconnected]

That time is in my time zone (Central time, GMT -6). If I recall correctly you are in Mountain time so that would be at 11:09:53 for you.

That is most certainly not my only log file, it's just the oldest and the biggest. I'll check the others and see if anything pops up.


I'm not sure if the /seen command is available with commandbook, but in Essentials it shows you when the player logged out last

Re: When a user was last on the server

24 Feb 2012, 08:59

But is it possile for a normal player to use /seen? If there is the command, of course.

Re: When a user was last on the server

24 Feb 2012, 21:13

When we ran CanaryMod I kept track of online times including when they last signed in. I'm hoping this could appear in some way soon - I pulled data from a JSON file the server generated, and displayed there data here: http://mca.aprilon.net/pub_activity.php?sk=onlinetime,1

Re: When a user was last on the server

25 Feb 2012, 16:35

Karl wrote:When we ran CanaryMod I kept track of online times including when they last signed in. I'm hoping this could appear in some way soon - I pulled data from a JSON file the server generated, and displayed there data here: http://mca.aprilon.net/pub_activity.php?sk=onlinetime,1


But when we switched to bukkit that stopped :c
Topic locked