summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/textreader/KeywordReplacer.java
Commit message (Expand)AuthorAgeLines
* Fix missed cases from previous user iteration optimizations.md_52014-08-16-1/+1
* Optimize player / user iteration.md_52014-07-19-3/+3
* Update essentials to support 3rd party vanish toggling.KHobbits2014-06-27-2/+2
* Reduce a few nickname refresh calls.KHobbits2014-06-19-2/+0
* Converted emulated player class calls to use base class.KHobbits2014-04-13-2/+2
* Future Java versions may not support _ as identifier.FearFree2014-03-22-2/+2
* Modifier order consistencyIaccidentally2014-02-04-2/+2
* Make it so both {world} and {worldname} work for both keyword parsers.KHobbits2013-12-07-0/+2
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-2/+2
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-14/+18
* Clean ImportsKHobbits2013-10-11-12/+11
* Fix case sensitivity on {PLAYERLIST:group}KHobbits2013-09-06-3/+4
* Reimplement 'private' keywords.KHobbits2013-09-01-11/+36
* New enum cached, lazy generated KeywordReplacerKHobbits2013-08-31-119/+280
* Add debug output to keyword replacerKHobbits2013-08-30-23/+46
* Add support for {PLAYERLIST:GROUP} AND {PLAYERLIST:GROUP:<none>}KHobbits2013-08-20-0/+21
* Add COORDS, UPTIME and TPS keywordsChris Ward2013-08-20-3/+17
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-1/+1
* Fix null values.KHobbits2013-06-25-1/+1
* Add missing variable.KHobbits2013-06-25-1/+1
* Update KeywordReplacer.javaKHobbits2013-06-24-1/+2
* Cleanup broadcast, allow limited keywords in.KHobbits2013-06-16-9/+24
* Cleanup importsIaccidentally2013-06-11-4/+3
* Split util classes.KHobbits2013-06-08-3/+4
* Useless importChris Ward2012-12-20-1/+0
* Fix currency display in MOTD - display currency character, trim decimal placesChris Ward2012-12-20-1/+3
* Another NPE fix for botsAlexander Schepp2012-07-10-2/+2
* Prevent NPEs in KeywordReplacerAlexander Schepp2012-06-22-4/+4
* Cleaning up displaynamesKHobbits2012-03-21-0/+1
* Adding full keyword support for newb join message.KHobbits2012-02-18-1/+7
* Optimize TextInput to cache motd and info textfiles.snowleo2012-01-16-5/+8
* Fixing {WorldDate}KHobbits2012-01-14-1/+1
* Added {VERSION} to motdKhyperia2011-12-05-0/+4
* Added new tags to info.txtsnowleo2011-12-02-1/+1
* Added many new MOTD possibilities + getI18n() to Essentials.javaKhyperia2011-12-02-5/+26
* Added {DATE} and {TIME} to motdKhyperia2011-12-02-1/+8
* motd and rules are now configured in the files motd.txt and rules.txt, values...snowleo2011-11-18-0/+112