summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | *borrows snowleo's strainer*KHobbits2012-06-19-1/+1
| | |
* | | Merge branch 'master' of https://github.com/essentials/EssentialsIaccidentally2012-06-19-11/+70
|\| |
| * | Merge pull request #86 from necrodoom/patch-4Paul A.2012-06-19-0/+2
| |\ \ | | | | | | | | adding beef and steak to items.csv - thanks @necrodoom
| | * | hotfix before 2.9.2 releasenecrodoom2012-06-19-0/+2
| | | |
| * | | Little safety check for bad plugins.KHobbits2012-06-19-1/+5
| | | |
| * | | Patch to allow plugins to use ignore lookup, without updating their own code.KHobbits2012-06-19-0/+7
| | | |
| * | | Add optional 2n'd param to temp ban reason TL key.KHobbits2012-06-19-6/+6
| |/ /
| * | Fixing vanish on off argumentsementalo2012-06-18-2/+1
| | |
| * | Use the assigned variable when looking at durability in itemdbementalo2012-06-18-1/+1
| | |
| * | Add sign throttle config option.KHobbits2012-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.Iaccidentally2012-06-17-8/+8
| | |
* | | fix spacing issue in messages.propertiesIaccidentally2012-06-17-8/+8
|/ /
* | Using /exp, show can't find player message, if no matching player is found.KHobbits2012-06-16-23/+30
| |
* | Added missing syntax to plugin.ymlKHobbits2012-06-16-2/+2
| |
* | Fix playerlistname update when prefix/suffix option is disabled.KHobbits2012-06-16-1/+3
| | | | | | | | Fixes #2216
* | Adjust kit delay description.KHobbits2012-06-16-1/+1
| | | | | | | | Fixes #1580
* | Prevent joinbots from triggering join code, unless they are actually ↵KHobbits2012-06-16-0/+4
| | | | | | | | connected to the server and online.
* | Added TL key for ban syntax,KHobbits2012-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 @basicsenseiKHobbits2012-06-16-2/+2
| | | | | | | | Fixes #2260
* | Players should not be able to ignore ConsoleKHobbits2012-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 ↵KHobbits2012-06-16-9/+12
| | | | | | | | | | | | message. Fixes #2263
* | Replace op ignore exempt with ignore exempt chat permission:KHobbits2012-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 consoleKHobbits2012-06-16-33/+65
| |
* | Avoid silent command failures on /hat (ie typing /hat fish will no longer ↵KHobbits2012-06-16-23/+22
| | | | | | | | silently return as if broken)
* | Added missing TL key 'hatRemoved'KHobbits2012-06-16-3/+13
| |
* | Make /vanish follow the same rules as /fly, /god and /gamemodeKHobbits2012-06-16-14/+18
| |
* | Merge pull request #85 from kukelekuuk00/masterIaccidentally2012-06-15-164/+164
|\ \ | | | | | | Updated dutch translation and fixed many grammar and spelling mistakes.
| * | Updated dutch translation and fixed many grammar and spelling mistakes.kukelekuuk002012-06-16-164/+164
| | |
* | | Merge pull request #82 from kukelekuuk00/masterIaccidentally2012-06-15-14/+49
|\| | | | | | | | Allow your hat to be removed with /hat remove
| * | Allow your hat to be removed with /hat removekukelekuuk002012-06-15-14/+49
| | |
* | | Merge pull request #81 from kukelekuuk00/masterPaul A.2012-06-15-5/+21
|\| | | | | | | | /vanish [on|off] - thanks kukelekuuk00
| * | args[0] instead of args[1]kukelekuuk002012-06-15-2/+2
| | | | | | | | | derp
| * | /vanish [on|off]kukelekuuk002012-06-15-5/+21
|/ /
* | Merge branch 'master' of https://github.com/essentials/EssentialsIaccidentally2012-06-12-3/+3
|\ \
| * | Revert "Invert teleport timer."KHobbits2012-06-13-2/+2
| | | | | | | | | | | | This reverts commit 0436962ee74f8769bbd42910cc0f4b07a03e6b91.
| * | Invert teleport timer.KHobbits2012-06-13-2/+2
| | |
| * | 3 char min length on /pay and /msgKHobbits2012-06-13-3/+3
| | |
* | | add /e<command> aliases to essentials spawnIaccidentally2012-06-12-1/+3
|/ /
* | This is broken for some reason. Removing until fixed.Iaccidentally2012-06-12-2/+2
| |
* | oops. forgot this.Iaccidentally2012-06-12-1/+12
| |
* | add admin chatIaccidentally2012-06-12-0/+2
| |
* | Merge pull request #79 from Iaccidentally/masterIaccidentally2012-06-11-15/+15
|\ \ | | | | | | update messages_pt.properties
| * | fix Portuguese translation with new messagesIaccidentally2012-06-11-15/+15
| | |
* | | Merge pull request #78 from Iaccidentally/masterAlexander Schepp2012-06-11-80/+80
|\| | | | | | | | fix some tl keys
| * | fix some tl keysIaccidentally2012-06-11-80/+80
|/ /
* | Messing around with whois syntaxKHobbits2012-06-12-229/+262
| | | | | | | | (TL's probably need some love)
* | Fix spacing issue in /listKHobbits2012-06-12-11/+11
| |
* | Fixing messed enchantment.KHobbits2012-06-12-1/+1
| |
* | Merge pull request #76 from necrodoom/patch-2KHobbits2012-06-11-3/+24
|\ \ | | | | | | pull request for expanding enchant database
| * | pull request for expanding enchant databasenecrodoom2012-06-11-3/+24
| | |