summaryrefslogtreecommitdiffstats
path: root/Essentials
Commit message (Expand)AuthorAgeLines
* Debug messages: Execution time on reload/enable.KHobbits2011-10-30-2/+105
* Removing translations for portal actions.KHobbits2011-10-30-24/+0
* Cleanup last references to portal management in Essentials.KHobbits2011-10-30-16/+1
* More message, in /meKHobbits2011-10-29-1/+1
* Updating actions to allow translations, and colour.KHobbits2011-10-29-8/+12
* Will teamcity like this change?KHobbits2011-10-29-4/+4
* Adding the handler to the (painful) list of permissions systems we support.KHobbits2011-10-29-11/+22
* File formatting.KHobbits2011-10-29-12/+12
* GM permission handler...KHobbits2011-10-29-3/+98
* Removing never used ErrorHandler and UpdateTimer from Essentials Core, they a...snowleo2011-10-27-247/+0
* Sneaking in an option to disable prefix/suffix selectively.KHobbits2011-10-27-5/+29
* Altering PEX prefix/suffix.KHobbits2011-10-27-2/+4
* Fixing invsee error.KHobbits2011-10-26-1/+2
* Extra triggers for /sell inventoryKHobbits2011-10-26-1/+1
* Improved readability of /sellKHobbits2011-10-26-36/+35
* Cleanup debug message, code tidy.KHobbits2011-10-25-62/+85
* Only prevent AFK heal, if freeze player is enabled.KHobbits2011-10-25-5/+8
* Fix health event name.KHobbits2011-10-24-1/+2
* AFK users shouldn't heal from full hunger.KHobbits2011-10-24-2/+13
* Automatically unAFK on interaction.KHobbits2011-10-23-0/+3
* Fix Testsnowleo2011-10-21-2/+63
* Use of lomboks delegate on player wrappingsnowleo2011-10-21-848/+58
* Cleanupsnowleo2011-10-19-25/+25
* Moved all config options to new Settings classessnowleo2011-10-19-45/+410
* Cleanupsnowleo2011-10-19-36/+44
* Merge pull request #30 from tustin2121/mastersnowleo2011-10-19-33/+164
|\
| * Minor fixes. Basic testing shows all works.Tim P2011-10-18-6/+26
| * Made a concerted effort to change the messages.properties in the various lang...Tim P2011-10-18-20/+20
| * Made a couple commands available for the console (ones that make sense to be ...Tim P2011-10-18-13/+124
* | Save the ban reason, not the command name.KHobbits2011-10-18-1/+1
* | Removing debugging.KHobbits2011-10-18-9/+4
* | More debuggingKHobbits2011-10-18-2/+5
* | Adding a debug note.KHobbits2011-10-18-0/+1
|/
* Updated german translation by HDSsnowleo2011-10-16-17/+16
* Revert bed fix, because it's fixed in Bukkit now. Thanks to feildmastersnowleo2011-10-15-13/+0
* Test if objects can be read from yaml in the original sortsnowleo2011-10-15-1/+5
* Correctly fix the N/S directionsnowleo2011-10-15-13/+40
* New storage system for settings (WIP)snowleo2011-10-13-3/+450
* Fixing german translation error.KHobbits2011-10-11-1/+1
* Merge branch 'master' into groupmanagersnowleo2011-10-11-107/+650
|\
| * Changes for new Bukkitsnowleo2011-10-11-0/+37
| * Changing essentials URL, we should at least give one that works, although buk...KHobbits2011-10-11-1/+1
| * Fix NPE in BUY signssnowleo2011-10-10-0/+4
| * Fix of the recharge code, also the maximum line length on signs is 15 not 16!snowleo2011-10-10-7/+11
| * Reverting ementalos change on freeze-afk, hopefully fixing the flickering.snowleo2011-10-09-2/+9
| * Cleanupsnowleo2011-10-09-3/+5
| * Notch decided that the sun rises north and sets south.snowleo2011-10-09-11/+2
| * Prevent that long lines are stored on the signsnowleo2011-10-09-8/+19
| * Allow players to recharge trade signs without breaking them.snowleo2011-10-09-2/+25
| * Don't spill out items, if inventory is full on buy signs.snowleo2011-10-09-19/+236