Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | CB#1317 | snowleo | 2011-10-11 | -0/+0 |
| | | | | B#941 | |||
* | Changing essentials URL, we should at least give one that works, although ↵ | KHobbits | 2011-10-11 | -1/+1 |
| | | | | bukkitdev would probably be better. | |||
* | 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 |
| | | | | "Corrected" values for /getpos and /compass | |||
* | 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 |
| | | | | Also don't give out items, if their inventory is full. | |||
* | 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 ↵ | snowleo | 2011-10-09 | -0/+14 |
| | | | | bed. Prevents a bug in bukkit. | |||
* | Allow players with essentials.signs.trade.override permission break invalid ↵ | snowleo | 2011-10-09 | -8/+18 |
| | | | | trade signs. | |||
* | Throw RuntimeException instead of NPE, if the api is called before ↵ | snowleo | 2011-10-09 | -0/+13 |
| | | | | Essentials is loaded. | |||
* | 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 | |||
| * | Improved to operate like.. "banip <IP|Username>" bans the specified IP or ↵ | zzbomb | 2011-10-08 | -16/+32 |
| | | | | | | | | the IP of the user specified. | |||
* | | Merge pull request #27 from feildmaster/patch-1 | snowleo | 2011-10-09 | -0/+4 |
|\ \ | | | | | | | | | | Fires an event before "killing." | |||
| * | | Fires an event before "killing." | feildmaster | 2011-10-03 | -0/+4 |
| | | | | | | | | | | | | Can be made cancel-able. Could also be written to add "suicide" (if sender == player) | |||
* | | | Merge pull request #28 from feildmaster/patch-2 | snowleo | 2011-10-09 | -1/+1 |
|\ \ \ | | | | | | | | | Edited Priority to "High" of chat listener | |||
| * | | | Edited Priority to "High" | feildmaster | 2011-10-03 | -1/+1 |
| |/ / | | | | | | | Adds compatibility to plugins that adds text to the current "format." | |||
* | / | 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 |
| | | ||||
* | | Register 1.5 | snowleo | 2011-10-04 | -1/+162 |
| | | ||||
* | | Since it will be released, it needs a new version number | snowleo | 2011-10-04 | -2/+3 |
| | | ||||
* | | Removing obsolete Nether portal code. | snowleo | 2011-10-04 | -400/+23 |
| | | | | | | | | | | If you want more control over the worlds, I recommend using Multiverse. /world command still exists, it can be used to switch between worlds. The default ratio of 8 is used for nether. | |||
* | | Null check for probably corrupted worlds | snowleo | 2011-10-04 | -1/+1 |
| | | ||||
* | | Nick length patch | KHobbits | 2011-10-04 | -1/+4 |
| | | ||||
* | | Revert "Less dupe code on last commit." | KHobbits | 2011-10-04 | -1/+1 |
| | | | | | | | | This reverts commit 531f40ceee55d44528f35783d5572a5b5c5292e9. | |||
* | | Less dupe code on last commit. | KHobbits | 2011-10-04 | -1/+1 |
| | | ||||
* | | Fix for /tjail not teleporting users back due to cooldown. | KHobbits | 2011-10-04 | -1/+1 |
| | | ||||
* | | Merge branch 'essmaster' into groupmanager | KHobbits | 2011-10-04 | -1023/+1609 |
|\ \ | ||||
| * | | Updating bPermissions | KHobbits | 2011-10-04 | -0/+0 |
| | | | ||||
| * | | Adding unjail alias to tjail. | KHobbits | 2011-10-04 | -1/+1 |
| | | | ||||
| * | | FoodLevelChange event, update. | KHobbits | 2011-10-04 | -2/+4 |
| | | | ||||
| * | | Add hunger replenish to /heal (Do we want to add a toggle?) | KHobbits | 2011-10-04 | -0/+1 |
| | | | ||||
| * | | Adding list name to /nick support. | KHobbits | 2011-10-04 | -9/+15 |
| | | | ||||
| * | | Removing a few restrictions on manuadd, it shouldnt be a clone of manpromote ↵ | KHobbits | 2011-10-04 | -9/+1 |
| | | | | | | | | | | | | after all. | |||
| * | | Updating to CB 1240 | KHobbits | 2011-10-04 | -8/+110 |
| | | | | | | | | | | | | Bukkit 875 | |||
| * | | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-10-03 | -124/+205 |
| |\ \ | ||||
| * | | | Safe location fix: | KHobbits | 2011-10-03 | -2/+2 |
| | |/ | |/| | | | | | | | x and z needs floor, while y should be round. | |||
| * | | Updating safe teleport locations to include 1.8 blocks. | KHobbits | 2011-10-03 | -13/+19 |
| | | | ||||
| * | | Fixing mail argument errors. | KHobbits | 2011-10-03 | -4/+7 |
| | | | ||||
| * | | Allow different 'sets' of multiple homes, definable by permission. | KHobbits | 2011-10-01 | -44/+114 |
| | | | | | | | | | | | | | | | - Not sure I like this, but it does seem to work - changed config key for backwards compatibility (config node sets value on failure). | |||
| * | | Adding MOTD flags to config.yml | KHobbits | 2011-10-01 | -1/+2 |
| | | | | | | | | | | | | Setting config.yml 'warn-on-build-disallow: true' - should reduce number of confused support requests. | |||
| * | | Patching /unlimited to not give items if player is in creative mode. | KHobbits | 2011-10-01 | -1/+2 |
| | | |