Store Online Users in DB, name/group/lastonline

Discussion in 'Archived: Plugin Requests' started by fffizzz, Jan 14, 2011.

  1. Offline

    fffizzz

    I was using OnlineUsers for hmod, served its purpose nice, however Im in need of a similar plugin for bukkit.

    Ideal Schema would be like this
    id (auto increment)
    name
    group
    lastonline
    online (tinyint 0/1)

    Group would be nice to easily code your site to color code for mods/admins/vips/etc, without needing to add 15 if statements for each member.

    Last online, for finding inactive users and removing them

    online would be 1 if the user is online, 0 for not online.

    Thanks! I can share PHP scripts if anyone needs once the plugin is made.
     
  2. Offline

    feverdream

    Do you know who created that mod for hey0?
     
  3. Offline

    croemmich

    I created the plugin for hmod. I will work on porting it over to bukkit sometime in the next week.
     
  4. Offline

    feverdream

    There you go.. let croemmich port it :)
     
  5. Offline

    croemmich

    I have it ported, but it is not working due to some bugs in Bukkit. I'll let you know when it works.
     
  6. Offline

    fffizzz

    thanks croem, what do you think about the addition of the group column for sorting/colorizing your userlists easier?
     

Share This Page