1.7.0

Details

  • Filename
    OnlineUsers.jar
  • Uploaded by
  • Uploaded
    Apr 25, 2013
  • Size
    16.94 KB
  • Downloads
    2,480
  • MD5
    c929502fabd18d74d338627e4fcb80cc

Supported Bukkit Versions

  • CB 1.6.2-R0.1
  • CB 1.5.2-R1.0
  • CB 1.4.7-R1.0

Changelog

  • Major efficiency boost by running a separate async task thread to handle adding/removing players from the database or flatfile. Previously this was handled entirely in the player join and quit listeners, thus holding up the main server thread for however long it took.

From brief testing with a local MySQL database the time used by the two listeners decreased to almost 1/900th the time (from 45997950 nanoseconds average down to 51250 nanoseconds). Of course it still takes the same amount of time overall to add or remove players, but most of the time spent won't hold up the server any more.