Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | Merge branch 'master' of https://github.com/essentials/Essentials | Iaccidentally | 2012-06-19 | -1/+1 | |
| |\ \ | |||||
| | * | | *borrows snowleo's strainer* | KHobbits | 2012-06-19 | -1/+1 | |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/essentials/Essentials | Iaccidentally | 2012-06-19 | -11/+70 | |
| |\| | | |||||
| | * | | Merge pull request #86 from necrodoom/patch-4 | Paul A. | 2012-06-19 | -0/+2 | |
| | |\ \ | | | | | | | | | | | adding beef and steak to items.csv - thanks @necrodoom | ||||
| | | * | | hotfix before 2.9.2 release | necrodoom | 2012-06-19 | -0/+2 | |
| | | | | | |||||
| | * | | | Little safety check for bad plugins. | KHobbits | 2012-06-19 | -1/+5 | |
| | | | | | |||||
| | * | | | Patch to allow plugins to use ignore lookup, without updating their own code. | KHobbits | 2012-06-19 | -0/+7 | |
| | | | | | |||||
| | * | | | Add optional 2n'd param to temp ban reason TL key. | KHobbits | 2012-06-19 | -6/+6 | |
| | |/ / | |||||
| | * | | Fixing vanish on off arguments | ementalo | 2012-06-18 | -2/+1 | |
| | | | | |||||
| | * | | Use the assigned variable when looking at durability in itemdb | ementalo | 2012-06-18 | -1/+1 | |
| | | | | |||||
| | * | | Add sign throttle config option. | KHobbits | 2012-06-17 | -2/+49 | |
| | | | | | | | | | | | | | | | | Allows you to limit how often an Essentials sign can be spammed per player. | ||||
| * | | | The French are weird : they use colons like this. | Iaccidentally | 2012-06-17 | -8/+8 | |
| | | | | |||||
| * | | | fix spacing issue in messages.properties | Iaccidentally | 2012-06-17 | -8/+8 | |
| |/ / | |||||
| * | | Using /exp, show can't find player message, if no matching player is found. | KHobbits | 2012-06-16 | -23/+30 | |
| | | | |||||
| * | | Added missing syntax to plugin.yml | KHobbits | 2012-06-16 | -2/+2 | |
| | | | |||||
| * | | Fix playerlistname update when prefix/suffix option is disabled. | KHobbits | 2012-06-16 | -1/+3 | |
| | | | | | | | | | | | | Fixes #2216 | ||||
| * | | Adjust kit delay description. | KHobbits | 2012-06-16 | -1/+1 | |
| | | | | | | | | | | | | Fixes #1580 | ||||
| * | | Prevent joinbots from triggering join code, unless they are actually ↵ | KHobbits | 2012-06-16 | -0/+4 | |
| | | | | | | | | | | | | connected to the server and online. | ||||
| * | | Added TL key for ban syntax, | KHobbits | 2012-06-16 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | Default message: "Banned: <reason>" Default reason: The Ban Hammer has spoken! Optional 2nd param to banReason, {1}, will contain user who made the ban. Example use: "banReason=Banned for {0} by {1}" | ||||
| * | | Fix teleport cooldowns - thanks @basicsensei | KHobbits | 2012-06-16 | -2/+2 | |
| | | | | | | | | | | | | Fixes #2260 | ||||
| * | | Players should not be able to ignore Console | KHobbits | 2012-06-16 | -33/+34 | |
| | | | | | | | | | | | | Also implement chat exempt permission in other commands. | ||||
| * | | Fix chat showing [spy] prefix when social spy was not required to see the ↵ | KHobbits | 2012-06-16 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | message. Fixes #2263 | ||||
| * | | Replace op ignore exempt with ignore exempt chat permission: | KHobbits | 2012-06-16 | -2/+1 | |
| | | | | | | | | | | | | | | | essentials.chat.ignoreexempt This permission won't prevent a player from ignoring the player, but the player will see the chat messages anyway. | ||||
| * | | Fix /exp so it can be used in the console | KHobbits | 2012-06-16 | -33/+65 | |
| | | | |||||
| * | | Avoid silent command failures on /hat (ie typing /hat fish will no longer ↵ | KHobbits | 2012-06-16 | -23/+22 | |
| | | | | | | | | | | | | silently return as if broken) | ||||
| * | | Added missing TL key 'hatRemoved' | KHobbits | 2012-06-16 | -3/+13 | |
| | | | |||||
| * | | Make /vanish follow the same rules as /fly, /god and /gamemode | KHobbits | 2012-06-16 | -14/+18 | |
| | | | |||||
| * | | Merge pull request #85 from kukelekuuk00/master | Iaccidentally | 2012-06-15 | -164/+164 | |
| |\ \ | | | | | | | | | Updated dutch translation and fixed many grammar and spelling mistakes. | ||||
| | * | | Updated dutch translation and fixed many grammar and spelling mistakes. | kukelekuuk00 | 2012-06-16 | -164/+164 | |
| | | | | |||||
| * | | | Merge pull request #82 from kukelekuuk00/master | Iaccidentally | 2012-06-15 | -14/+49 | |
| |\| | | | | | | | | | | Allow your hat to be removed with /hat remove | ||||
| | * | | Allow your hat to be removed with /hat remove | kukelekuuk00 | 2012-06-15 | -14/+49 | |
| | | | | |||||
| * | | | Merge pull request #81 from kukelekuuk00/master | Paul A. | 2012-06-15 | -5/+21 | |
| |\| | | | | | | | | | | /vanish [on|off] - thanks kukelekuuk00 | ||||
| | * | | args[0] instead of args[1] | kukelekuuk00 | 2012-06-15 | -2/+2 | |
| | | | | | | | | | | | | derp | ||||
| | * | | /vanish [on|off] | kukelekuuk00 | 2012-06-15 | -5/+21 | |
| |/ / | |||||
| * | | Merge branch 'master' of https://github.com/essentials/Essentials | Iaccidentally | 2012-06-12 | -3/+3 | |
| |\ \ | |||||
| | * | | Revert "Invert teleport timer." | KHobbits | 2012-06-13 | -2/+2 | |
| | | | | | | | | | | | | | | | | This reverts commit 0436962ee74f8769bbd42910cc0f4b07a03e6b91. | ||||
| | * | | Invert teleport timer. | KHobbits | 2012-06-13 | -2/+2 | |
| | | | | |||||
| | * | | 3 char min length on /pay and /msg | KHobbits | 2012-06-13 | -3/+3 | |
| | | | | |||||
| * | | | add /e<command> aliases to essentials spawn | Iaccidentally | 2012-06-12 | -1/+3 | |
| |/ / | |||||
| * | | This is broken for some reason. Removing until fixed. | Iaccidentally | 2012-06-12 | -2/+2 | |
| | | | |||||
| * | | oops. forgot this. | Iaccidentally | 2012-06-12 | -1/+12 | |
| | | | |||||
| * | | add admin chat | Iaccidentally | 2012-06-12 | -0/+2 | |
| | | | |||||
| * | | Merge pull request #79 from Iaccidentally/master | Iaccidentally | 2012-06-11 | -15/+15 | |
| |\ \ | | | | | | | | | update messages_pt.properties | ||||
| | * | | fix Portuguese translation with new messages | Iaccidentally | 2012-06-11 | -15/+15 | |
| | | | | |||||
| * | | | Merge pull request #78 from Iaccidentally/master | Alexander Schepp | 2012-06-11 | -80/+80 | |
| |\| | | | | | | | | | | fix some tl keys | ||||
| | * | | fix some tl keys | Iaccidentally | 2012-06-11 | -80/+80 | |
| |/ / | |||||
| * | | Messing around with whois syntax | KHobbits | 2012-06-12 | -229/+262 | |
| | | | | | | | | | | | | (TL's probably need some love) | ||||
| * | | Fix spacing issue in /list | KHobbits | 2012-06-12 | -11/+11 | |
| | | | |||||
| * | | Fixing messed enchantment. | KHobbits | 2012-06-12 | -1/+1 | |
| | | | |||||
| * | | Merge pull request #76 from necrodoom/patch-2 | KHobbits | 2012-06-11 | -3/+24 | |
| |\ \ | | | | | | | | | pull request for expanding enchant database |