CCLogger v3.3.1

Details

  • Filename
    CCLogger-3.3.1.jar
  • Uploaded by
  • Uploaded
    Mar 27, 2013
  • Size
    171.49 KB
  • Downloads
    23,091
  • MD5
    28686b0cc8b6629a9f9053996096eb6b

Supported Bukkit Versions

  • 1.5.2

Changelog

=== v3.3.1 =======================================================

- Added command '/ccl clear' which zips all log files, deletes them, and names them based on the current time.
- Added MySQL support.
- Added plugin metrics to get a better grasp on how many people use this plugin.

=== v3.2.6 =======================================================

- Updated SQLibrary database to most current release. I believe all of the bugs in the previous versions have been fixed by the author. I do not think it was my implementation of it.
- Fixed other minor bugs.

=== v3.2.5 =======================================================

- Oops, forgot to add the database toggle for when players quit... Removing version 3.2.4

=== v3.2.4 =======================================================

- Added option to disable SQLite databases. This is set to false by default.

=== v3.2.2 =======================================================

- Fixed another bug that was overlooked.

=== v3.2.1 =======================================================

- Fixed various SQL errors.
- Implemented KasperFranz's fix for SQL timeout error.

- Built against CB 1.4.7-R0.1

(This is a critical bug fix, definitely should be downloaded)

=== v3.2.0 =======================================================

- Updated to support CB 1.4.6-R0.3

- Added SQLite database storage alongside the flatfile ".log" storage.
- Added /ccl count.

/ccl count <word>: counts how many times that word has been said.
/ccl count <word> <playername>: counts how many times that words has been said by that player.

SQLite functionality still requires some further testing. It would be greatly appreciated to have feedback in the comment section on this implementation.