Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Update config.yml to reflect recent custom message settings. | KHobbits | 2013-12-08 | -2/+2 | |
| | |||||
* | Make it so both {world} and {worldname} work for both keyword parsers. | KHobbits | 2013-12-07 | -0/+3 | |
| | |||||
* | Update Bukkit | KHobbits | 2013-12-07 | -3/+22 | |
| | | | | Bukkit: #1859 CB: #2943 | ||||
* | Ignore empty chat events generated by plugins | Necrodoom | 2013-12-07 | -1/+6 | |
| | |||||
* | Add support for adding item meta to [free] signs. | KHobbits | 2013-12-07 | -6/+38 | |
| | | | | Fix NPE on [sign] creation. | ||||
* | Logger cleanup pt 1. | KHobbits | 2013-12-07 | -25/+26 | |
| | |||||
* | Cleanup /remove ingame syntax | KHobbits | 2013-12-07 | -1/+1 | |
| | |||||
* | Show warning when invalid mob type is specified for /remove | KHobbits | 2013-12-07 | -22/+43 | |
| | |||||
* | Remove requires at least one argument. | KHobbits | 2013-12-07 | -1/+5 | |
| | |||||
* | Fix issue in login messages | Chris Ward | 2013-12-07 | -0/+4 | |
| | | | | Message wouldn't be displayed if silent join is enabled and custom is disabled. Probably. | ||||
* | Disable the login message hooks automatically | Chris Ward | 2013-12-07 | -5/+4 | |
| | |||||
* | Fix login messages | Chris Ward | 2013-12-07 | -4/+8 | |
| | |||||
* | Revert "Fixed bug when logging in silently" | Chris Ward | 2013-12-07 | -15/+18 | |
| | | | | This reverts commit 880893aa430d39bf6f0c31b38da818a49dcbb769. | ||||
* | Merge pull request #605 from Phryxiil/2.x | Iaccidentally | 2013-12-06 | -18/+15 | |
|\ | | | | | Fixed bug when logging in silently | ||||
| * | Fixed bug when logging in silently | Zarubinator | 2013-12-06 | -18/+15 | |
|/ | |||||
* | Who doesn't love a good ol' NPE | Chris Ward | 2013-12-06 | -1/+1 | |
| | |||||
* | Fix glass pane IDs | Necrodoom | 2013-12-05 | -155/+305 | |
| | | | | remove duplicates in items.csv (thanks .itemdbparse) | ||||
* | Cleanup join/quit messages. | Chris Ward | 2013-12-05 | -29/+24 | |
| | |||||
* | Fix custom join messages Removes double message, adds colour codes and ↵ | Chris Ward | 2013-12-05 | -27/+37 | |
| | | | | placeholders for the user's name. | ||||
* | Code cleanup | TheReverend403 | 2013-12-05 | -4/+4 | |
| | |||||
* | Update items.csv to 1.7.2 (beta file version) | Necrodoom | 2013-12-05 | -13/+893 | |
| | |||||
* | Updated translations from crowdin | KHobbits | 2013-12-05 | -385/+915 | |
| | |||||
* | Cache join/quit messages. | KHobbits | 2013-12-05 | -24/+58 | |
| | |||||
* | Add options to disable join/quit messages and custom join/quit messages | Iaccidentally | 2013-12-05 | -5/+64 | |
| | |||||
* | Merge remove and killall command, thanks to @Evonuts and @Iaccidentally. | KHobbits | 2013-12-05 | -298/+174 | |
| | |||||
* | Add a title to [Disposal] and [Free] sign inventory | Adam | 2013-12-05 | -2/+2 | |
| | |||||
* | Update FakeServer - fixes compilation | Chris Ward | 2013-12-05 | -0/+18 | |
| | |||||
* | Update to first build of 1.7.2 - CraftBukkit is still buggy so expect issues | KHobbits | 2013-12-05 | -38/+68 | |
| | | | | Bukkit: #1856 CB: #2922 | ||||
* | Add Balance Update Event. | iBo3oF | 2013-12-05 | -2/+46 | |
| | |||||
* | Tidy up string manipulation in trade signs. | KHobbits | 2013-12-05 | -12/+19 | |
| | |||||
* | Try to be a little less confusing with non-command debug errors. | KHobbits | 2013-12-05 | -13/+18 | |
| | |||||
* | Adding saddles to horses should properly tame horses. | KHobbits | 2013-12-05 | -2/+4 | |
| | |||||
* | Do not block user damaging self (ender eye) | Necrodoom | 2013-11-17 | -0/+1 | |
| | |||||
* | Fix logic error with /kickall in console | Joseph Jenniges | 2013-11-17 | -1/+1 | |
| | |||||
* | Fix fromIndex = -20 | snowleo | 2013-11-15 | -4/+4 | |
| | |||||
* | Throw meaningful warnings when wrong Essentials version is used with ↵ | KHobbits | 2013-11-15 | -11/+34 | |
| | | | | unsupported mod packs. | ||||
* | Tidy up Commandremove a bit, thanks to Evonuts | Iaccidentally | 2013-11-10 | -39/+38 | |
| | |||||
* | Add more functionality to the remove command. This now overlaps some ↵ | Iaccidentally | 2013-11-10 | -3/+56 | |
| | | | | functionality of the killall command, which should eventually be merged into this command and removed. new options: hostile, monsters, passive, animals, ambient, mobs, entities | ||||
* | Allow ignore to block tpahere requests. | KHobbits | 2013-11-09 | -6/+9 | |
| | |||||
* | Add a couple more enchant aliases for blast protection | KHobbits | 2013-11-09 | -0/+2 | |
| | |||||
* | Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff | Iaccidentally | 2013-11-06 | -443/+432 | |
| | |||||
* | Add ability to supress join/leave messages :: new permissions: ↵ | Iaccidentally | 2013-11-06 | -0/+8 | |
| | | | | essentials.silentjoin & essentials.silentquit | ||||
* | netbeans 7.4 stuff | Iaccidentally | 2013-11-06 | -63/+58 | |
| | |||||
* | Update Bukkit and Craftbukkit jar files for stable 1.6.4 | KHobbits | 2013-10-28 | -0/+0 | |
| | | | | Bukkit: 1848 Craftbukkit: 2912 | ||||
* | Update Translation files from Crowdin: | KHobbits | 2013-10-28 | -1716/+2800 | |
| | | | | http://translate2.ess3.net/ | ||||
* | Update for consistency. | FearFree | 2013-10-28 | -18/+18 | |
| | | | | Signed-off-by: KHobbits <rob@khobbits.co.uk> | ||||
* | Clarify no perm msgs for missing .offline perms | FearFree | 2013-10-28 | -4/+79 | |
| | | | | Signed-off-by: KHobbits <rob@khobbits.co.uk> | ||||
* | Clarify message when ignoring exempt players. | KHobbits | 2013-10-27 | -3/+24 | |
| | |||||
* | Fix automatic versioning when compiling with Maven | Chris Ward | 2013-10-21 | -1/+2 | |
| | |||||
* | Add a little more group based debugging. | KHobbits | 2013-10-21 | -2/+7 | |
| |