OnlinePlayersSQL-v1.9.6

Details

  • Filename
    OnlinePlayersSQL.v1.9.6.jar
  • Uploaded by
  • Uploaded
    Jun 14, 2014
  • Size
    15.46 KB
  • Downloads
    1,251
  • MD5
    d8198056a45e85cd5aa43f6a6a9627cd

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

v1.9.6

Hopefully fixed the permissions group issue.

v1.9.5

Wrapped the rest of the log outputs that i could find in a showDebug check requirement. Hopefully now the console window won't be spammed by SQL updates/queries.

v1.9.4

Long time coming, i have switched every single SQL query used by the plugin to use preparedstatements instead, this pretty much removes all the SQL errors that people were reporting.

v1.9.3

Fixed up some SQL Query issues in updatePlayerRecord() where there were extra commas (only an issue on windows) and missing quotes (apparently also only an issue on windows).

v1.9.2

Fixed up the player death event hopefully, should play a bit nicer with Citizens.

v1.9.1

Fix up an SQL Update query issue in the plugins onEnable method.

v1.9.0

Updated to Craftbukkit v. 1.7.2-R0.2 (last beta build released).

Marked as beta because it hasn't been 100% tested yet, It should work with no problems, but the usual thing, back up the SQL data, back up the current plugin version you have, try the new version, see if it works, etc...

Will fix up the Citizen bug issue next.