File Details
AuditTrail 2.4
- R
- Feb 17, 2016
- 1.85 MB
- 286
- 1.8.1
File Name
AuditTrail-2.4.jar
Supported Versions
- 1.8.1
Version 2.4 New Features - added player interact listener - added fish listener - player inventories logged to database on login and logout - supports AuditTrail-Web 1.2 ONLY
Fixes - Added some missing items to the item master item list - Corrected some item names in the master item list - Corrected a few potion names
Version 2.3 New Features - added mySQL player logs. When enabled will log all player specific events to the "playerLog" table. This data is used by AuditTrail-Web to perform user specific queries - added support to save player information on login and logout for viewing in AuditTrail-Web - supports AuditTrail-Web 1.1 ONLY
Version 2.2 New Features - added support for AuditTrail-Web 1.0. This resource is available on Spigot.
Fixes - Corrected wrong material in Bucket Fill event logging - Removed invalid entities from Entity Damage event logging
Version 2.1 New Features - added entity target listener - added shear listener
Fixes - Corrected null pointer exception when loading plugin in specific scenarios
Version 2.0 New Features - further optimizations to both file and mySQL logging to increase performance - mySQL batch insert support added to significantly increase performance - thread pool now used for mySQL logging to increase performance - added creature spawn listener - added tame listener - added MCStats metrics information
Fixes - rare crash when database tables are initially created - console listener command filter not working - command listener command filter not working - a few events not logged when plugin is disabled or server shutdown - reload configuration correctly reads and applies all changes made to the plugin configuration file - plugin releases all memory and objects on disable - exception when upgrading database tables which do not exist - correctly check and save itemList.txt on startup
Version 1.5 New Features - added entityDamage listener - added entityDeath listener - improved efficiency of listeners by minimizing number of objects to create and use during log text creation - added option to show lore and show enchantments for file logging in the configuration file - custom entity names will be correctly logged for entityDeath and playerDeath listeners - custom items will be correctly logged for for all item specific listeners (i.e. blockBreak, blockPlace, craft, itemConsume, itemDrop and itemPickup). If the item contains a custom display name, that will be logged instead of its default name. - craft, itemConsume, itemDrop and itemPickup listeners will now log lore information (if set) - itemDrop and itemPickup listeners will now log enchantment information (if any) - added mob attributes to entityDamage, entityDeath and playerDeath listeners. Attributes include isBaby, isVillager, isTamed (+owner), type (for mobs like horse, rabbit, sheep, ocelot, skeleton)
Fixes - renamed death listener to playerDeath - added missing enchant listener configuration settings to log file - case is now ignored when determining if an item is within a list - corrected duplicate event listener function names
Version 1.31 Fixes - changed plugin name to AuditTrail to better describe its functionality
Version 1.3 New Features - added bed listener - added itemConsume listener - added xpChange listener
Fixes - itemPickup listener filters incorrectly using itemDrop listener filters - added missing : after Location in all file logs
Version 1.2 New Features - added itemDrop listener - added itemPickup listener
Fixes - blockBreak, blockPlace, craft, itemDrop and itemPickup listeners now use full item list found in itemList.txt (located in the AuditTrail plugin folder) to correctly log sub-items. Example: Instead of showing INK_SAC for lapis lazuli, it will now log LAPIS_LAZULI.
Version 1.1 New Features - added bucketFill listener - each listener logging to its own mySQL table - each listener table in mySQL contains only relevant columns for that event - added mySQL table prefix to configuration - added cause to teleport listener logging
Fixes - chat message length too short when logging to mySQL - command message length too short when logging to mySQL - console command length too short when logging to mySQL - enchantment list length too short when logging to mySQL - kick reason length too short when logging to mySQL - teleport listener source Y and Z world coordinates reversed - renamed bucket listener to bucketEmpty
Version 1.0 - initial released version