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 |
|
md_5
|
18d4ab9f66
|
Tweak gitignore and remove unused things from build.xml
|
2012-06-23 18:18:24 +10:00 |
|
md_5
|
722c930e85
|
Ensure formatting is consistant across all files.
|
2012-06-23 18:16:23 +10:00 |
|
md_5
|
f1ea45ce83
|
Use sexy new (but untested) chest logging.
|
2012-06-23 18:03:50 +10:00 |
|
md_5
|
8a47e3b2ec
|
I'm sorry but you just shouldn't be using Yeti / Niji perms now.
|
2012-06-23 17:52:13 +10:00 |
|
DiddiZ
|
e645f309a3
|
Merge pull request #108 from Peter200lx/master
Update to queueBlockReplace
|
2012-03-26 17:06:56 -07:00 |
|
Peter Olson
|
a57657f149
|
Properly log block replacement.
Before if a block was replaced with another
block of the same type but with different
data, it would not log the event if the
original data was 0.
|
2012-03-26 00:40:43 -07:00 |
|
DiddiZ
|
533ca22e6c
|
Merge pull request #106 from GoalieGuy6/patch-1
Added option to disallow tool dropping to prevent item duplication
|
2012-03-24 15:25:57 -07:00 |
|
GoalieGuy6
|
683d15a86f
|
Added option to disallow tool dropping to prevent item duplication
|
2012-03-24 13:08:40 -04:00 |
|
DiddiZ
|
efef779efc
|
Merge pull request #99 from DaneEveritt/master
readme Fixes
|
2012-03-13 08:27:29 -07:00 |
|
Dane Everitt
|
82b5c78bf0
|
Grammatical Error Fix
|
2012-03-13 11:54:48 -03:00 |
|
DiddiZ
|
15c2c3e981
|
Merge pull request #91 from OdiumxXx/master
Updated for CB1.2.3-R0.1
|
2012-03-04 08:48:52 -08:00 |
|
Odium xXx
|
49ee96d66a
|
Updated for CB1.2.3-R0.1
Depreciated code 'ContainerBlock' -> 'InventoryHolder'
|
2012-03-03 23:42:20 +10:00 |
|
DiddiZ
|
d8c46767a3
|
Removed double logblock.tp permission
|
2012-03-01 00:18:50 +01:00 |
|
DiddiZ
|
6762fc4404
|
Fix for the last fix
|
2012-02-25 21:42:51 +01:00 |
|
DiddiZ
|
3b0ea47562
|
Fixed updater error
|
2012-02-24 23:05:58 +01:00 |
|
DiddiZ
|
ebead5f0cc
|
Check if EntityChangeBlockEvent is triggered by Enderman
|
2012-02-22 18:48:06 +01:00 |
|
DiddiZ
|
55d7b679ba
|
Fixed onlinetime logging for players without real life (>839 hours) :D
|
2012-02-20 00:25:10 +01:00 |
|
DiddiZ
|
ba0c784743
|
Fixed ant
|
2012-02-19 18:22:26 +01:00 |
|
DiddiZ
|
bfba0b9e9b
|
Updated enderman logging
|
2012-02-19 18:17:07 +01:00 |
|
DiddiZ
|
a18b6a422b
|
Possibly fix for ClassNotFoundException at reload
|
2012-02-19 18:11:00 +01:00 |
|
DiddiZ
|
15596f1979
|
Updated water/lava flow logging
|
2012-02-19 18:09:11 +01:00 |
|