Commit Graph
523 Commits
Author SHA1 Message Date
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
md_5 1921d0c77c Optimisations mostly in the form of stringbuilder.append 2012-07-28 15:20:19 +10:00
md_5 61e9643b90 Mavenize this project so we can use Jenkins and easily enable developers to compile from source. 2012-07-28 14:52:38 +10:00
mickael9 9eb65ba133 Always log block data in block interact events.
Also use symbolic names instead of IDs for better readability.
2012-07-25 21:07:17 +10:00
md_5 bff2380901 Remove the version checker. Add metrics (could @jamietech please document this) and add an extra netbeans file to the gitignore. 2012-07-25 20:55:33 +10:00
md_5 cd163ef6c1 Formatting, indentation and ignore cancelled. 2012-07-12 11:56:47 +10:00
Ammar Askar f5e7379fc9 Implemented a way to filter by data type in the block param. Addresses #93
Wrapped up blocks from block param into a neat little class for easy usage
2012-07-12 11:35:53 +10:00
Ammar Askar ffa0bc5ebf Delay queuing of stairs and blocks by 1 tick to allow data to update. Fixes #146 and #143 2012-07-12 11:33:49 +10:00
md_5 9e16d42a08 Fix issue #147 and bump version for new RB. 2012-07-10 17:50:04 +10:00
md-5 39100e2de6 Remove unused depends. 2012-07-07 20:09:19 +10:00
md-5 4cbc62821f Update plugin.yml for new release. 2012-07-07 20:08:14 +10:00
md_5 54ea789ab9 Fix chest logging for double chests and maybe other block types. 2012-06-24 10:44:31 +10:00