summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/signs
Commit message (Expand)AuthorAgeLines
* Kit cleanup and refactor.KHobbits2014-06-25-4/+5
* New permission: essentials.signs.trade.override.collectKHobbits2014-06-21-7/+19
* Reduce a few nickname refresh calls.KHobbits2014-06-19-0/+1
* Rename listening methods to be a little more descriptive of their purpose.KHobbits2014-05-24-11/+11
* Converted emulated player class calls to use base class.KHobbits2014-04-13-16/+16
* CleanupKHobbits2014-04-06-1/+1
* Future Java versions may not support _ as identifier.FearFree2014-03-22-65/+63
* Fix warp sign costs.KHobbits2014-02-25-1/+2
* Alternative implementation of unsafe enchant blocking for signs.KHobbits2014-02-19-2/+3
* Modifier order consistencyIaccidentally2014-02-04-3/+3
* [Breaking] Add exception when players have exceeded their account limit.KHobbits2014-02-02-14/+26
* Use OSX character split on internal sign interfaceKHobbits2014-01-25-2/+11
* Add and implement sign break/create/interact events to EssAPIKHobbits2013-12-31-26/+61
* Strip all Mac OSX charactersChris Ward2013-12-08-1/+8
* Fix formatting from last commitmd-52013-12-08-2/+2
* Strip weird sign chars sent by OSX due to client bugmd_52013-12-08-2/+2
* Add support for adding item meta to [free] signs.KHobbits2013-12-07-5/+37
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Add a title to [Disposal] and [Free] sign inventoryAdam2013-12-05-2/+2
* Tidy up string manipulation in trade signs.KHobbits2013-12-05-12/+19
* Try to be a little less confusing with non-command debug errors.KHobbits2013-12-05-11/+16
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-17/+15
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-14/+14
* Clean ImportsKHobbits2013-10-11-27/+27
* Update ItemStack reference to getTypeId()GunfighterJ2013-09-17-26/+27
* Clarify kit errorsKHobbits2013-09-05-1/+1
* Don't allow buying partial item sets via trade signs.KHobbits2013-08-28-1/+1
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-16/+22
* More cleanupKHobbits2013-07-07-14/+14
* Misc cleanupKHobbits2013-07-07-3/+3
* Reduce restrictions on same item trading, so only identical items are blocked.KHobbits2013-06-20-1/+2
* [Fix] Don't throw the wrong error message when using group limited kit signs.KHobbits2013-06-19-2/+7
* Cleanup importsIaccidentally2013-06-11-4/+2
* Split util classes.KHobbits2013-06-08-11/+16
* Essentials API cleanup and teleport possession fixing. (UNSTABLE)KHobbits2013-06-08-1/+1
* Better handle kit item casting.KHobbits2013-05-27-1/+1
* Exempt [repair] signs from 'essentials.repair.all' permissions check.KHobbits2013-05-26-5/+16
* Don't throw NPE on broken sign state, just allow block to break.KHobbits2013-05-19-4/+10
* [Feature] Withdraw from trade signs without dropping items as overflow. [EXPE...KHobbits2013-05-06-32/+97
* ECONOMY MADNESS? THIS IS … FIXEDsnowleo2013-05-05-26/+31
* Further economy cleanupKHobbits2013-05-05-16/+17
* Economy MadnessKHobbits2013-05-05-5/+7
* Attempt to smooth out timer usage.KHobbits2013-04-21-0/+4
* Block sign interact if player is dead.KHobbits2013-04-01-2/+2
* Prevent sign healing when the player is recently dead.KHobbits2013-03-29-0/+4
* [Feature] Stack more mobs with /spawnmobGunfighterJ2013-03-22-2/+4
* Import cleanupKHobbits2013-03-16-6/+2
* [Fix] Move allowunsafe enchant perm to: essentials.enchantments.allowunsafeKHobbits2013-03-09-1/+1
* Allow item/item trades still.KHobbits2013-03-08-1/+2
* [Fix] Prevent same item type trades on signs, prevents amount confusion scams.KHobbits2013-03-07-5/+9