summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/EssentialsBlockListener.java
Commit message (Expand)AuthorAgeLines
* Convert 9 anonymous scheduled tasks to named classes for better logging.KHobbits2014-05-18-3/+3
* Converted emulated player class calls to use base class.KHobbits2014-04-13-1/+1
* Revert "Do not allow a block with an Essentials Sign attached to it to be pul...KHobbits2014-03-26-25/+2
* Do not allow a block with an Essentials Sign attached to it to be pulled with...Chris Ward2014-03-26-2/+25
* Clean ImportsKHobbits2013-10-11-1/+1
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+1
* Misc cleanupKHobbits2013-07-07-2/+2
* [Feature] Allow the placing of spawners with predefined network id's (/i spaw...KHobbits2013-06-23-8/+32
* Cleanup importsIaccidentally2013-06-11-2/+1
* Split util classes.KHobbits2013-06-08-1/+3
* Unregister unused events.KHobbits2012-12-31-2/+1
* Play a bit less greedy with eventsKHobbits2012-06-10-1/+1
* Listener CleanupKHobbits2012-04-02-2/+2
* Use ignoreCancelled on event registration.KHobbits2012-03-10-5/+1
* *make it look like i'm doing something*KHobbits2012-03-03-1/+1
* Update for new CraftBukkit Event Codesnowleo2012-01-20-9/+8
* Null checksnowleo2011-12-02-1/+5
* Moved block to item conversion to Util classsnowleo2011-12-02-65/+1
* Code cleanup continues...KHobbits2011-11-18-0/+1
* Patching /unlimited to not give items if player is in creative mode.KHobbits2011-10-01-1/+2
* Cleanup of Essentials Block and Player Listenerssnowleo2011-07-15-360/+2
* Disable /unlimited for fire blocksnowleo2011-07-15-0/+2
* More names for pistons (items.csv)snowleo2011-07-01-0/+2
* Deprecating the old sign code and adding the new code.snowleo2011-06-26-5/+12
* Refactoring of the signssnowleo2011-06-08-5/+1
* The rest of Wundarks commit, cleanedsnowleo2011-06-07-89/+153
* Added [Time] SignWundark2011-06-07-0/+8
* Several bug fixes and cleanup.snowleo2011-06-01-7/+10
* Fix array out of bounds exception handling on warp and trade signs.snowleo2011-05-22-0/+4
* Warp sign: Shorter error, so it won't get cut off.snowleo2011-05-22-1/+1
* More debug messages, if debug: true is set.snowleo2011-05-22-0/+7
* Fix money and amount display of all signssnowleo2011-05-15-8/+8
* More translation stuffsnowleo2011-05-09-5/+5
* [trunk] Updated /item and /give to support the new ItemDb.get()snowleo2011-05-09-2/+2
* This is a big refactoring of the user class and more.snowleo2011-05-01-13/+9
* [trunk] Fix the seperate stacks with /unlimited for all data items.snowleo2011-05-01-0/+12
* [trunk] /unlimited: snowleo2011-04-26-0/+16
* Fix signs for names > 14 char length.snowleo2011-04-21-3/+5
* Fix signs for names > 14 char length.snowleo2011-04-21-3/+3
* [trunk] Protection signs: Last character from group was cut off.snowleo2011-04-16-1/+3
* [trunk] Protection signs: Only owner of signs can destroy the signs.snowleo2011-04-16-1/+2
* [trunk] Protection signs: Only owner of signs can destroy the signs.snowleo2011-04-16-4/+5
* [trunk] Groups for Protection signs.snowleo2011-04-16-1/+1
* [trunk] Groups for Protection signs.snowleo2011-04-16-7/+10
* [trunk] Do not rely on getItemInHand();snowleo2011-04-14-5/+4
* [trunk] Unlimited: Breaking change!snowleo2011-04-04-51/+45
* [trunk] Unlimited: Don't run on canceled place.snowleo2011-04-04-0/+1
* [trunk] Renamed infinite to unlimitedsnowleo2011-04-03-39/+40
* [trunk] Removed unused importssnowleo2011-04-03-1/+0
* [trunk] Infinite placement of blocks, egg throws, bucketssnowleo2011-04-03-0/+56