PlayerNotes v2.0

Details

  • Filename
    PlayerNotes.jar
  • Uploaded by
  • Uploaded
    Dec 11, 2012
  • Size
    16.41 KB
  • Downloads
    1,060
  • MD5
    4afe153a3588a804c4fe3b8064de2b22

Supported Bukkit Versions

  • CB 1.4.5-R0.2

Changelog

2.0

  • Removed Sync dependency
  • Added datetime column to track when a note was added. This column will be added automatically.

1.5

  • Release to public
  • Changed connection method; instead of always-alive SQL connection (which fails), make a new connection each time a command is used. I weighed up the extra resource usage against the fact that this makes the plugin actually work properly... yep.