CCLogger v4.0.2
Details
-
FilenameCCLogger-4.0.2.jar
-
Uploaded by
-
UploadedMar 22, 2016
-
Size1.46 MB
-
Downloads12,659
-
MD5793150c877ce0d9661748920e58574a7
Supported Bukkit Versions
- 1.9
Changelog
=== v4.0.2 =======================================================
- Removed last debug output...
=== v4.0.1 =======================================================
- Now only tries to connect to a database if its enabled in the config.yml
- No longer attempts database actions if no database was connected to.
=== v4.0.0 =======================================================
- Completely rewritten.
- Removed support for SQLibrary
- Removed zipping functionality.
- Removed all commands.
- Added support for MongoDB
=== v3.3.3 =======================================================
- Added scheduling to the log writing functions.
- Added more detail to the login/logout logging procedure.
=== 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.