| Commit message (Expand) | Author | Age | Lines |
* | Converted emulated player class calls to use base class. | KHobbits | 2014-04-13 | -2/+2 |
* | Future Java versions may not support _ as identifier. | FearFree | 2014-03-22 | -10/+10 |
* | Add IEssentialsSpawn class for API for Essentials Spawn with two methods, get... | Dabo Ross | 2014-03-09 | -1/+49 |
* | Pass optional location parameters to teleport TL keys. | KHobbits | 2014-01-12 | -6/+6 |
* | Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff | Iaccidentally | 2013-11-06 | -1/+1 |
* | Extract CommandSender to CommandSource, this should prevent Ess user object l... | KHobbits | 2013-10-16 | -3/+3 |
* | Clarify kit errors | KHobbits | 2013-09-05 | -1/+1 |
* | [API] fix other modules to use new packages | Iaccidentally | 2013-07-13 | -6/+6 |
* | More cleanup | KHobbits | 2013-07-07 | -1/+1 |
* | Essentials API cleanup and teleport possession fixing. (UNSTABLE) | KHobbits | 2013-06-08 | -9/+17 |
* | Update Essentials spawn to use new kit params. | KHobbits | 2013-05-27 | -1/+1 |
* | Forgot to push Essentials spawn changes. | KHobbits | 2013-05-24 | -2/+2 |
* | [Fix] Print correct sender name on /spawn player from console. | Necrodoom | 2013-03-19 | -1/+2 |
* | [Fix] Charging players at wrong point in /spawn | KHobbits | 2013-02-28 | -2/+4 |
* | This is still needed. | Iaccidentally | 2013-02-25 | -2/+3 |
* | Revert "[Spawn] Please join me in welcoming EssentialsSpawn to Java 1.6 and m... | KHobbits | 2013-02-26 | -7/+2 |
* | [Spawn] Please join me in welcoming EssentialsSpawn to Java 1.6 and modern bu... | Iaccidentally | 2013-02-25 | -2/+7 |
* | Check if player is still online | snowleo | 2013-02-08 | -0/+4 |
* | Fix async access to bukkit code | snowleo | 2013-02-08 | -25/+31 |
* | Let Bukkit decide if a bedspawn is valid or not. | KHobbits | 2013-02-01 | -1/+1 |
* | Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously | Iaccidentally | 2013-01-31 | -1/+1 |
* | Code comments | KHobbits | 2012-11-04 | -0/+1 |
* | Support new lines in newbie welcome message. | KHobbits | 2012-09-22 | -1/+5 |
* | Async EssentialsSpawn join event, like the others. | KHobbits | 2012-09-08 | -3/+19 |
* | Implement all abstract methods. | KHobbits | 2012-03-28 | -0/+10 |
* | Adding starter/newbie kit to EssentialsSpawn | KHobbits | 2012-03-04 | -7/+24 |
* | Prevent EssSpawn trying to handle spawning of jailed players. | KHobbits | 2012-02-28 | -0/+5 |
* | Adding full keyword support for newb join message. | KHobbits | 2012-02-18 | -1/+6 |
* | If bed home is set, give priority when spawning. | KHobbits | 2012-01-28 | -8/+8 |
* | Check bed still exist, for bed homes. | KHobbits | 2012-01-28 | -2/+8 |
* | Don't try to spawn users who have disconnected before we have a chance to spa... | ementalo | 2012-01-24 | -3/+9 |
* | Removing load info, bucket displays that now. | snowleo | 2012-01-20 | -5/+0 |
* | New Event code for EssentialsSpawn | snowleo | 2012-01-20 | -6/+24 |
* | Removing debugging messages. | KHobbits | 2012-01-13 | -4/+0 |
* | Adjusting default spawn behavior. | KHobbits | 2012-01-13 | -6/+14 |
* | Adjusting /spawn to not trigger respawn event. | KHobbits | 2011-12-08 | -6/+13 |
* | Allow to set the Respawn priority in config. | snowleo | 2011-12-07 | -1/+1 |
* | Null check in new player teleport, fixes #1212 | snowleo | 2011-12-07 | -1/+5 |
* | Catch TeleportClause.COMMAND in the teleport listener. | ementalo | 2011-12-07 | -4/+6 |
* | Refactoring to create less redundant code | snowleo | 2011-12-06 | -92/+19 |
* | Prevent some rare cases of NPE and Deadlocks, better error handling on yaml load | snowleo | 2011-12-06 | -2/+21 |
* | Updated EssentialsSpawn to use the new config code | snowleo | 2011-12-06 | -27/+193 |
* | Ignore teleport cooldown on /tjail | snowleo | 2011-12-04 | -1/+1 |
* | New permission essentials.spawn.others | snowleo | 2011-12-04 | -4/+4 |
* | Added /spawn <player> | Khyperia | 2011-12-03 | -2/+31 |
* | If Essentials core fails to read one of the configs now, it will disable itse... | snowleo | 2011-11-30 | -5/+8 |
* | CB#1518 B#1042 | snowleo | 2011-11-27 | -3/+2 |
* | BedLocationFix for CraftBukkit | snowleo | 2011-11-27 | -2/+3 |
* | New behavior of the /home command and beds | snowleo | 2011-11-26 | -16/+13 |
* | Switch to the new I18n class and format cleanup of all classes | snowleo | 2011-11-21 | -10/+9 |