summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/signs/SignBlockListener.java
Commit message (Expand)AuthorAgeLines
* Update ItemStack reference to getTypeId()stable-2.12.1GunfighterJ2013-09-17-15/+15
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-1/+1
* Cleanup importsIaccidentally2013-06-11-3/+2
* Split util classes.KHobbits2013-06-08-3/+4
* Fix sign break bugKHobbits2013-01-04-6/+8
* Don't unregister all listeners.KHobbits2012-12-31-8/+8
* Unregister unused events.KHobbits2012-12-31-0/+8
* Implement event toggle.KHobbits2012-12-30-6/+6
* Improve fake sign check.KHobbits2012-09-24-0/+10
* Less sign checking if certain signs aren't enabled.KHobbits2012-09-23-4/+2
* Prevent that Essentials breaks other plugins signsAlexander Schepp2012-07-28-2/+11
* Missing event aborts in sign code.KHobbits2012-06-10-0/+10
* Slightly widen block break protection on protected signs (still does not bloc...KHobbits2012-04-18-13/+10
* Switch sign listeners back to compare block id, rather than materials.KHobbits2012-04-02-13/+15
* Listener CleanupKHobbits2012-04-02-10/+10
* Split formatting perms for signs as well.KHobbits2012-03-22-12/+3
* Split colour permissions into 3: color/magic/formatKHobbits2012-03-22-2/+2
* Add 'color' sign type to config file.KHobbits2012-03-19-1/+10
* Prevent disabled sign creation (if any of essentials signs are enabled)KHobbits2012-01-29-2/+4
* Added options to enable each sign typeKHobbits2012-01-29-16/+9
* Update for new CraftBukkit Event Codesnowleo2012-01-20-8/+11
* Code cleanup continued.KHobbits2011-11-18-8/+1
* Less use of Craftbukkit code, so less things will break on MC update.snowleo2011-08-27-2/+1
* Correctly catch signs ignitionsnowleo2011-08-25-1/+16
* Restrict sign protections to valid signs onlysnowleo2011-08-08-13/+17
* Prevent players to create correct signs with essentials.signs.color permission.snowleo2011-07-20-8/+8
* Protection of signs against pistonssnowleo2011-07-18-12/+66
* Colored signs with &0-fsnowleo2011-07-16-0/+8
* Prevent signs created by plugins like SignColourssnowleo2011-07-02-0/+5
* Don't place a block, if interacting with a sign.snowleo2011-06-30-11/+18
* Fix: Blocks can't be broken.snowleo2011-06-30-0/+5
* Missing onBlockPlace event for Protection signsnowleo2011-06-26-5/+34
* Protection signs andsnowleo2011-06-26-0/+133