Commit Graph
534 Commits
Author SHA1 Message Date
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
md-5 a350db23be Merge pull request #239 from ammaraskar/y_axis
Consider y axis when calculating radius. Fixes #233
2012-09-21 16:23:27 -07:00
md-5 f71ebf3530 Merge pull request #238 from ammaraskar/crash
Fix /lb tp crash (fixes #218) and remove unused import
2012-09-21 16:23:13 -07:00
md-5 cea99af0a7 Merge pull request #240 from ammaraskar/params
Allow escaping of parameters with double quotes
2012-09-21 16:22:44 -07:00
md-5 72a810e515 Merge pull request #237 from ammaraskar/redo_positions
Properly save the data on block place. Fixes #190
2012-09-21 16:22:11 -07:00
Ammar Askar 0dd7861c40 Allow escaping of parameters with double quotes. Fixes #217 2012-09-22 01:18:10 +05:00
Ammar Askar ca5120ab40 Consider y axis when calculating radius. Fixes #233 2012-09-21 22:07:16 +05:00
Ammar Askar 293f9975ea Fix /lb tp crash (fixes #218) and remove unused import 2012-09-21 21:53:30 +05:00
Ammar Askar 37e4160492 Properly save the data on block place. Fixes #190 2012-09-21 20:03:50 +05:00
md-5 2671e015a8 Fix * permission 2012-09-21 17:50:48 +10:00
md-5 3aa186239f Merge pull request #207 from ammaraskar/more_breaks
Handle more relative breaking scenarios
2012-08-21 22:54:10 -07:00
Ammar Askar fce9d0877e Handle more relative breaking scenarios, courtesy of @Psithief 2012-08-20 06:57:16 +02:00
md_5 823ae35a85 1.57 updates are optional 2012-08-11 15:15:57 +10:00
md_5 2096595bbd Oh boy, horrible implementation to get rid of world edit dependency (reverse-merged from commit 0c69cdeb40) 2012-08-11 15:15:22 +10:00
md-5 a96ce11df8 Merge pull request #187 from ammaraskar/updater
stop hardcoding table names :(
2012-08-10 14:03:32 -07:00
Ammar Askar c1026a4e8a stop hardcoding table names :( 2012-08-10 22:15:12 +02:00
Ammar Askar cd701a644b Delay queuing of block place by 1 tick to allow bukkit to update the data 2012-08-10 09:12:40 +02:00
Ammar Askar 0c69cdeb40 Oh boy, horrible implementation to get rid of world edit dependency 2012-08-10 16:52:02 +10:00
md_5 e3aa14582b Increase default table sizes and default to OP. 2012-08-09 18:56:46 +10:00
Ammar Askar baef9dd963 Log signs broken by relative block breaks 2012-08-08 19:48:25 +10:00
md_5 f98b32db1c Oops, add newline back. 2012-08-05 21:01:25 +10:00
md_5 afe395d83b And disable ourselves 2012-08-05 20:24:31 +10:00
md_5 8bc648e971 Remove automatic WorldEdit downloading. What.A.Joke. 2012-08-05 20:21:39 +10:00
md_5 0290305b23 Bump to 1.56 and invert container ordering 2012-08-05 14:49:01 +10:00
md_5 45bae3fd74 Add the ability to ignore some chat things, namely /register and /login by default 2012-08-05 09:21:37 +10:00
md_5 6d4a46bcde Use async player chat, upgrade to 1.55, and disable lookup permission by default. 2012-08-05 09:08:00 +10:00