| Commit message (Expand) | Author | Age | Lines |
... | |
| * | | Made a couple commands available for the console (ones that make sense to be ... | Tim P | 2011-10-18 | -13/+124 |
* | | | Save the ban reason, not the command name. | KHobbits | 2011-10-18 | -1/+1 |
* | | | Removing debugging. | KHobbits | 2011-10-18 | -9/+7 |
* | | | More debugging | KHobbits | 2011-10-18 | -2/+5 |
* | | | Adding a debug note. | KHobbits | 2011-10-18 | -1/+3 |
|/ / |
|
* | | Updated german translation by HDS | snowleo | 2011-10-16 | -17/+16 |
* | | Revert bed fix, because it's fixed in Bukkit now. Thanks to feildmaster | snowleo | 2011-10-15 | -13/+0 |
* | | Test if objects can be read from yaml in the original sort | snowleo | 2011-10-15 | -1/+5 |
* | | Correctly fix the N/S direction | snowleo | 2011-10-15 | -13/+40 |
* | | Moving apikey outside main file. | KHobbits | 2011-10-13 | -2/+9 |
* | | Merge branch 'master' of github.com:essentials/Essentials into essmaster | KHobbits | 2011-10-13 | -3/+450 |
|\ \ |
|
| * | | New storage system for settings (WIP) | snowleo | 2011-10-13 | -3/+450 |
* | | | Made a silly little upload script, for uploading things to dev bukkit. | KHobbits | 2011-10-13 | -0/+1901 |
|/ / |
|
* | | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-10-12 | -24/+56 |
|\| |
|
| * | Added a config setting - bukkit_perms_override: false | ElgarL | 2011-10-12 | -12/+41 |
| * | v 1.4: | ElgarL | 2011-10-11 | -14/+17 |
* | | Cleanup | snowleo | 2011-10-12 | -25/+51 |
* | | Replacing martyr with Pircbot 1.5 | snowleo | 2011-10-12 | -10946/+4166 |
* | | EssentialsUpdate WIP | snowleo | 2011-10-12 | -1/+13835 |
* | | Fixing german translation error. | KHobbits | 2011-10-11 | -1/+1 |
|/ |
|
* | Added two new permission nodes - groupmanager.notify.self & | ElgarL | 2011-10-11 | -1/+34 |
* | Merge branch 'master' into groupmanager | snowleo | 2011-10-11 | -111/+654 |
|\ |
|
| * | Changes for new Bukkit | snowleo | 2011-10-11 | -3/+40 |
| * | CB#1317 | snowleo | 2011-10-11 | -0/+0 |
| * | Changing essentials URL, we should at least give one that works, although buk... | KHobbits | 2011-10-11 | -1/+1 |
| * | Fix NPE in BUY signs | snowleo | 2011-10-10 | -0/+4 |
| * | Fix of the recharge code, also the maximum line length on signs is 15 not 16! | snowleo | 2011-10-10 | -7/+11 |
| * | Reverting ementalos change on freeze-afk, hopefully fixing the flickering. | snowleo | 2011-10-09 | -2/+9 |
| * | Cleanup | snowleo | 2011-10-09 | -3/+5 |
| * | Notch decided that the sun rises north and sets south. | snowleo | 2011-10-09 | -11/+2 |
| * | Prevent that long lines are stored on the sign | snowleo | 2011-10-09 | -8/+19 |
| * | Allow players to recharge trade signs without breaking them. | snowleo | 2011-10-09 | -2/+25 |
| * | Don't spill out items, if inventory is full on buy signs. | snowleo | 2011-10-09 | -19/+236 |
| * | Edited Essentials/src/items.csv via GitHub | KHobbits | 2011-10-09 | -0/+2 |
| * | Allow to disable the death messages of minecraft | snowleo | 2011-10-09 | -5/+22 |
| * | Corrected datavalues for pistons | snowleo | 2011-10-09 | -29/+29 |
| * | Cancel early, not late | snowleo | 2011-10-09 | -1/+1 |
| * | Prevent players with essentials.sleepingignored permission from going to bed.... | snowleo | 2011-10-09 | -0/+14 |
| * | Allow players with essentials.signs.trade.override permission break invalid t... | snowleo | 2011-10-09 | -8/+18 |
| * | Throw RuntimeException instead of NPE, if the api is called before Essentials... | snowleo | 2011-10-09 | -0/+13 |
| * | Easier version of /banip username | snowleo | 2011-10-09 | -32/+27 |
| * | Fix pull request of damage request | snowleo | 2011-10-09 | -4/+8 |
| * | Merge pull request #29 from zzbomb/patch-1 | snowleo | 2011-10-09 | -16/+32 |
| |\ |
|
| | * | Improved to operate like.. "banip <IP|Username>" bans the specified IP or the... | zzbomb | 2011-10-08 | -16/+32 |
| * | | Merge pull request #27 from feildmaster/patch-1 | snowleo | 2011-10-09 | -0/+4 |
| |\ \ |
|
| | * | | Fires an event before "killing."
| feildmaster | 2011-10-03 | -0/+4 |
| * | | | Merge pull request #28 from feildmaster/patch-2 | snowleo | 2011-10-09 | -1/+1 |
| |\ \ \ |
|
| | * | | | Edited Priority to "High"
| feildmaster | 2011-10-03 | -1/+1 |
| | |/ / |
|
| * | / | Fix NPE in /repair | snowleo | 2011-10-08 | -0/+8 |
| | |/
| |/| |
|
| * | | We can get the console command sender from server object now. | snowleo | 2011-10-06 | -18/+21 |