Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added /spawn <player> | Khyperia | 2011-12-03 | -2/+31 |
|\ | | | | | | | Test #607 | |||
| * | Merge pull request #34 from khyperia/master | KHobbits | 2011-12-03 | -8/+461 |
| |\ | |/ |/| | ||||
* | | Added per-world permissions for /world | Khyperia | 2011-12-03 | -7/+29 |
| | | ||||
* | | Merge commit | Khyperia | 2011-12-03 | -1/+2 |
|\| | ||||
| * | Small cleanup to checkActivity | KHobbits | 2011-12-03 | -1/+2 |
| | | ||||
* | | Fixed accedental typo | Khyperia | 2011-12-02 | -1/+1 |
| | | ||||
* | | Added some commands from request 946 | Khyperia | 2011-12-02 | -180/+986 |
|\| | ||||
| * | Patching gamemode and god toggles to not match on ' ' | KHobbits | 2011-12-02 | -2/+2 |
| | | ||||
| * | items.csv update for crackedstonebrick (id98,2) | KHobbits | 2011-12-02 | -4/+4 |
| | | ||||
| * | Remove invalid dupe permission from permbukkit example. | KHobbits | 2011-12-02 | -3/+1 |
| | | ||||
| * | Make the chat formatting config file link to the wiki. | KHobbits | 2011-12-02 | -10/+12 |
| | | ||||
| * | Missing language files for last commit | snowleo | 2011-12-02 | -0/+7 |
| | | ||||
| * | New config options repair-enchanted (default true) and permission ↵ | snowleo | 2011-12-02 | -0/+25 |
| | | | | | | | | essentials.repair.enchanted | |||
| * | Allows to be teleported to bed location of offline players. | snowleo | 2011-12-02 | -1/+55 |
| | | | | | | | | Also adds missing return in /home command | |||
| * | Null check | snowleo | 2011-12-02 | -1/+5 |
| | | ||||
| * | Moved block to item conversion to Util class | snowleo | 2011-12-02 | -65/+84 |
| | | ||||
| * | Added new tags to info.txt | snowleo | 2011-12-02 | -2/+8 |
| | | ||||
| * | Added many new MOTD possibilities + getI18n() to Essentials.java | Khyperia | 2011-12-02 | -5/+34 |
| | | ||||
| * | Added {DATE} and {TIME} to motd | Khyperia | 2011-12-02 | -1/+8 |
| | | ||||
| * | Missing command aliases. | KHobbits | 2011-12-01 | -1/+1 |
| | | ||||
| * | Missing aliases | KHobbits | 2011-12-01 | -1/+1 |
| | | ||||
| * | CB#1538 b#1050 | KHobbits | 2011-12-01 | -1/+19 |
| | | ||||
| * | Show how far away each player is. | KHobbits | 2011-12-01 | -2/+2 |
| | | ||||
| * | Fixing near output. | KHobbits | 2011-12-01 | -2/+2 |
| | | ||||
| * | Better distance checking. | KHobbits | 2011-12-01 | -39/+32 |
| | | ||||
| * | Command: /near | KHobbits | 2011-12-01 | -0/+68 |
| | | ||||
| * | Fixing spawnmob errors to say the right thing. | KHobbits | 2011-12-01 | -15/+43 |
| | | ||||
| * | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2011-12-01 | -2347/+597 |
| |\ | | | | | | | | | | | | | | | | Conflicts: Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java Essentials/src/com/earth2me/essentials/commands/Commandenchant.java | |||
| | * | minor changes to items.csv | snowleo | 2011-12-01 | -2/+2 |
| | | | ||||
| | * | Updated items.csv by michaelwm from ecocitycraft.com | snowleo | 2011-12-01 | -2/+172 |
| | | | ||||
| * | | Command Cleanup | KHobbits | 2011-12-01 | -56/+34 |
| | | | ||||
* | | | Added many new MOTD possibilities + getI18n() to Essentials.java | Khyperia | 2011-12-01 | -5/+34 |
| | | | ||||
* | | | Added {DATE} and {TIME} to motd | Khyperia | 2011-11-30 | -1/+8 |
| | | | ||||
* | | | Updating to latest | Khyperia | 2011-11-30 | -2099/+18 |
|\ \ \ | | |/ | |/| | ||||
| * | | Update of Smack to 3.2.1 | snowleo | 2011-12-01 | -3/+3 |
| | | | ||||
| * | | We don't need them anymore. | snowleo | 2011-12-01 | -1/+0 |
| | | | ||||
| * | | This is obsolete too. | snowleo | 2011-12-01 | -0/+0 |
| | | | ||||
| * | | Cleanup of the library folder | snowleo | 2011-12-01 | -31/+15 |
| | | | | | | | | | | | | Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists. | |||
| * | | We don't need that anymore. | snowleo | 2011-11-30 | -2064/+0 |
|/ / | ||||
* | | CB#1534 B#1048 | snowleo | 2011-11-30 | -4/+4 |
| | | ||||
* | | Allow EssentialsProtect to go into emergency mode, if Essentials core is not ↵ | snowleo | 2011-11-30 | -106/+171 |
| | | | | | | | | present at all. | |||
* | | If Essentials core fails to read one of the configs now, it will disable ↵ | snowleo | 2011-11-30 | -56/+231 |
| | | | | | | | | itself. If other modules detect that Essentials is not enabled, they will be disabled too. EssentialsProtect will go into emergency mode, canceling all events that could hurt your world. Fix the file and either restart or reload the server. | |||
* | | Removed EnchantmentFix, because it's fixed in CB#1526 | snowleo | 2011-11-30 | -91/+7 |
|/ | ||||
* | /spawnmob sheep:<colour> + /spawnmob sheep:baby = /spawnmob sheep:<colour>baby. | KHobbits | 2011-11-30 | -3/+8 |
| | | | | And as a nice extra, random: /spawnmob sheep:randombaby 10 | |||
* | Missing an Animal. | KHobbits | 2011-11-30 | -0/+1 |
| | ||||
* | New config option update-bed-at-daytime that allows players to always set ↵ | snowleo | 2011-11-30 | -0/+57 |
| | | | | their bed location | |||
* | Updated readme about format guidelines. | snowleo | 2011-11-30 | -1/+1 |
| | ||||
* | Removing old settings.zip | snowleo | 2011-11-30 | -0/+0 |
| | ||||
* | Fix /balancetop, cache was not cleared | snowleo | 2011-11-30 | -18/+30 |
| | ||||
* | Merge branch 'refs/heads/groupmanager' | snowleo | 2011-11-29 | -9/+10 |
|\ |