Commit Graph
559 Commits
Author SHA1 Message Date
Ammar Askar 596fdf054b Changed readme to markdown and added questioner 2013-04-15 23:24:29 +06:00
md-5 99caa06509 Merge pull request #377 from socram8888/master
Added logging of Minecarts with TNT
2013-03-30 16:31:49 -07:00
Ammar Askar 74c7e0e5b8 Added ability to disable id sanity check 2013-03-26 03:31:43 +05:00
socram8888 e44a0c1700 Added logging of Minecarts with TNT 2013-03-16 18:06:21 +01:00
md-5 9d652ff87c Merge pull request #375 from DarkArc/smartLFix
Smart Logging fix
2013-03-15 18:25:40 -07:00
Dark Arc a6f543feac Fixed an issue where smart logging could not make proper block comparison checks 2013-03-15 21:18:12 -04:00
md-5 25c7864133 Merge pull request #374 from DarkArc/smartLUpdate
Updated Smart Logging for MC 1.5
2013-03-15 17:31:04 -07:00
Dark Arc 8a3a61f90f Updated Smart Logging for MC 1.5 2013-03-15 20:15:44 -04:00
md-5 ce0aa22ec0 Merge pull request #371 from DerFlash/master
Better location query mechanism
2013-03-10 14:02:38 -07:00
DerFlash f81ef495c2 * better location query mechanism
* fix override / update WE dependency version in pom
2013-03-10 18:16:57 +01:00
Ammar Askar c7c6978390 Log fireballs according to their shooters. Fixes #336 2013-01-27 11:38:36 +05:00
Ammar Askar bc6ab367f6 Add stone button id to message generator 2013-01-22 14:36:47 +05:00
md_5 1bfa968a48 Wooden button logging, addresses #331 2013-01-22 18:04:27 +11:00
Ammar Askar 3721746f25 Add legacy escaping for dumped logs 2013-01-21 02:37:31 +05:00
md-5 045de2b1c5 Update to 1.70 for release 2013-01-20 19:30:34 +11:00
Ammar Askar cc1ade8dc3 Merge pull request #325 from DarkArc/configWarningQueueSize
Allow the queue size warning to be configurable
2013-01-19 23:46:25 -08:00
Ammar Askar 9326c54dab Log data for blocks from worldedit properly. Fixes #329 2013-01-20 12:34:13 +05:00
Dark Arc 5215c2c11c Allow the queue size warning to be configurable 2013-01-18 16:31:25 -05:00
Ammar Askar f451d0cc0b Merge pull request #326 from DarkArc/gdDefaults
Use more aggressive defaults for the consumer
2013-01-17 18:23:40 -08:00
Dark Arc 58cfd21a4d Use more aggressive defaults for the consumer 2013-01-17 14:10:08 -05:00
Ammar Askar e852c3dc02 Case insensitive hiddenPlayers 2013-01-12 16:20:17 +05:00
Ammar Askar 5d0c3216c2 WorldEdit restored to soft dependency instead of dependency 2013-01-12 16:02:33 +05:00
Andune 83de6fc329 Fix resource memory leak introduced by PreparedStatements that were not being closed 2013-01-12 13:15:27 +05:00
Ammar Askar e361c39937 Added WorldEdit logging 2013-01-12 12:37:45 +05:00
md_5 208dcc0160 Move some stuff down to prevent concurrency issues, see #315 2013-01-08 14:44:46 +11:00
Dark Arc e4ee6f944d [Experimental] Major improvements to LogBlock's accuracy. 2013-01-08 14:39:28 +11:00
Ammar Askar dd99e3bdd1 Merge pull request #303 from DarkArc/testmaster
Added BlockChangePreLogEvent
2012-12-30 19:54:52 -08:00
Dark Arc 99a5880d78 Implement the BlockChangePreLogEvent 2012-12-30 22:31:02 -05:00
md_5 d21633c14f Update to 1.61 2012-12-23 17:05:21 +11:00
Ammar Askar 990881e236 Report progress for large (10k+) rollbacks
Reorganized messy imports
2012-12-15 00:23:54 +05:00
Ammar Askar a14e48fafb Fix timestamps with entries 2012-12-15 00:21:44 +05:00
Ammar Askar ff9b5be91f Reorganize Consumer imports and add PreparedStatements for some rows 2012-12-13 23:27:53 +05:00
Ammar Askar c0255b855b Merge pull request #288 from slide23/kills
Add support for searching kill logs
2012-12-10 21:37:06 -08:00
slide23 02ccc60290 Add support for searching kill logs
Add Commands
'kills' - Searches kill logs

Add Params
'killer' - Limits logs to the player that did the killing
'victim' - Limits logs to the player that got killed
2012-12-10 23:34:24 -06:00
md_5 e3c51ac0c6 Fix bukkit binary break 2012-12-05 18:25:03 +11:00
Ammar Askar cf0688050f cleanup 2012-11-07 18:28:03 +05:00
Ammar Askar 6fb7077826 Add travis-ci support 2012-11-02 13:30:07 +05:00
Ammar Askar 92d68be1c0 sketch out template for incoming world edit logging 2012-10-31 21:36:16 +05:00
Ben Woodford 9b23043139 Added Wither and WitherSkull to logging types 2012-10-31 07:24:59 +11:00
Psithief 1f031ca489 Dragon eggs also fall.
Fixed check to cover all default falling blocks.
2012-09-25 15:36:05 +08:00
Ammar Askar 4b16eba5ed Parse chest access properly on teleport fixes #166
Replace old wiki link
2012-09-23 22:02:35 +05:00
md-5 4d7ca57ca9 Fix plugin.yml 2012-09-23 20:56:34 +10:00
md-5 705a6fcf2e Update plugin.yml in preparation for new release 2012-09-23 19:42:36 +10:00
jamietech 93adefdbf9 Fix duplicate log bits
Removes log prefixes as this is now in Bukkit's logging system and
frankly, looks ugly in the log file and console.
Removes duplicate disable message as this is not required due to
Bukkit's forced, auto-log of plugin enables, disables and loads.
2012-09-22 21:49:17 +10:00
md_5 49b8b20ed4 Bump dependancy versions. Thanks to TomyLoby for fixing WorldEdit. 2012-09-22 20:57:24 +10:00
Ammar Askar 18c86818fb Log falling blocks properly 2012-09-22 20:51:43 +10:00
md-5 89fe3b8817 Merge pull request #242 from ammaraskar/lava_water_logging
Properly consider world water/lava logging config. Fixes #202. I wouldn't accept bad git practices from anybody else :3
2012-09-22 01:15:00 -07:00
Ammar Askar 584406a8f6 Properly consider world water/lava logging config. Fixes #202 2012-09-22 13:12:42 +05:00
md-5 2fc32e6f3c Merge pull request #241 from ammaraskar/date
Allow customizable formats for dates. Fixes #201. Fine ammar can have his silly way.
2012-09-21 22:57:35 -07:00
Ammar Askar 1c7f037fc4 Allow customizable formats for dates. Fixes #201 2012-09-22 10:53:50 +05:00