Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Merge remote-tracking branch 'dysp/patch-1' | snowleo | 2011-12-04 | -272/+272 | |
|\ \ | | | | | | | | | | | | | Conflicts: Essentials/src/messages_da.properties | ||||
| * | | The last translation was so poorly done (I suspect the use of ↵ | Dysp | 2011-12-03 | -273/+273 | |
| | | | | | | | | | | | | google-translate) that I decided to translate it myself. There may be errors due to lack of insigt for the context of the individual sentence. I can easily correct these, if I am notified. | ||||
* | | | Readded because of popular demand: default-stack-size for /give and /item, ↵ | snowleo | 2011-12-04 | -5/+42 | |
| | | | | | | | | | | | | values below 1 return max stack size (or oversized stack size). | ||||
* | | | Ignore teleport cooldown on /tjail | snowleo | 2011-12-04 | -4/+7 | |
| | | | |||||
* | | | Added missing steps to items.csv (by andrewkm from ecocitycraft.com) | snowleo | 2011-12-04 | -0/+22 | |
| | | | |||||
* | | | Fix some rare cases, where adding an item to inventory could result in an ↵ | snowleo | 2011-12-04 | -5/+9 | |
| | | | | | | | | | | | | infinite loop. | ||||
* | | | Allow oversized stacks in kits. | snowleo | 2011-12-04 | -1/+9 | |
| | | | |||||
* | | | Enchantements are now stored in one class | snowleo | 2011-12-04 | -129/+116 | |
| | | | |||||
* | | | Added missing [player] to plugin.yml | snowleo | 2011-12-04 | -1/+1 | |
| | | | |||||
* | | | New permission essentials.spawn.others | snowleo | 2011-12-04 | -4/+4 | |
| | | | |||||
* | | | Added null check to /break | snowleo | 2011-12-04 | -1/+5 | |
| | | | |||||
* | | | Less use of sqrt | snowleo | 2011-12-04 | -3/+9 | |
| | | | |||||
* | | | Merge pull request #35 from khyperia/master | snowleo | 2011-12-04 | -2/+170 | |
|\ \ \ | | | | | | | | | Multiple commits from khyperia | ||||
| * | | | Added [enchant] sign | Khyperia | 2011-12-04 | -0/+139 | |
| | | | | | | | | | | | | | | | | Test #1177 | ||||
| * | | | Added /spawn <player> | Khyperia | 2011-12-03 | -2/+31 | |
| |\ \ \ | | | | | | | | | | | | | | | | Test #607 | ||||
* | | | | | Show command conflict in debug mode. | KHobbits | 2011-12-03 | -6/+12 | |
| | | | | | |||||
* | | | | | Sort translation files properly. | KHobbits | 2011-12-03 | -18/+18 | |
| | | | | | |||||
* | | | | | New Permission: essentials.world.<worldname> | KHobbits | 2011-12-03 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | ~ Unsure about the future of this feature, its recommended you don't rely on /world to switch worlds ~ Test #1178 | ||||
* | | | | | New command /remove | KHobbits | 2011-12-03 | -21/+41 | |
| | | | | | | | | | | | | | | | | | | | | Test #1193 | ||||
* | | | | | New command: /feed New permission: essentials.feed.others | KHobbits | 2011-12-03 | -15/+30 | |
| | | | | | | | | | | | | | | | | | | | | Test #1191 | ||||
* | | | | | New command: /more | KHobbits | 2011-12-03 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Test #1189 | ||||
* | | | | | New Command /break, and new Permission: essentials.break.bedrock | KHobbits | 2011-12-03 | -3/+3 | |
| |/ / / |/| | | | | | | | | | | | Test #1188 | ||||
* | | | | 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 | |
| | | | |