summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Fix async access to bukkit codesnowleo2013-02-08-25/+31
* Merge pull request #304 from necrodoom/patch-40Chris Ward2013-02-06-114/+114
|\
| * pull messages.properties changes to messages_enNecrodoom2013-02-06-114/+114
|/
* Merge pull request #300 from necrodoom/patch-39Chris Ward2013-02-06-113/+113
|\
| * fix a few errorsNecrodoom2013-02-05-3/+3
| * add missing puncuationNecrodoom2013-02-05-113/+113
* | Don't block food recovery in god mode.KHobbits2013-02-05-0/+4
* | Merge pull request #302 from GunfighterJ/patch-9KHobbits2013-02-05-3/+3
|\ \ | |/ |/|
| * Prevents flying from being disabled on world teleport if player has essential...GunfighterJ2013-02-05-3/+3
|/
* Merge pull request #297 from necrodoom/patch-36KHobbits2013-02-05-1/+1
|\
| * fix typo at ID 22Necrodoom2013-02-05-1/+1
|/
* Stylize 'bed' in /home listKHobbits2013-02-03-5/+18
* Merge pull request #294 from necrodoom/patch-35Chris Ward2013-02-03-3/+3
|\
| * add common cat type name aliasesNecrodoom2013-02-03-3/+3
|/
* We don't need move events if afk interact is disabled.KHobbits2013-02-03-3/+2
* Merge pull request #292 from GunfighterJ/2.9KHobbits2013-02-02-2/+22
|\
| * Adds toggle to disable AFK cancel on interactionsGunfighterJ2013-02-02-2/+22
|/
* Minor comment updates.KHobbits2013-02-03-9/+9
* Fix missing 'bed' from home list.KHobbits2013-02-01-4/+0
* Let Bukkit decide if a bedspawn is valid or not.KHobbits2013-02-01-4/+4
* [GM] Catch all of the null.KHobbits2013-02-01-13/+17
* Make gm API lookup respect offlineperms toggle properly.KHobbits2013-02-01-3/+12
* Updating groups exampleKHobbits2013-01-31-2/+18
* Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9KHobbits2013-01-31-18/+87
|\
| * Fix Necrodooms broken code.ElgarL2013-01-30-1/+2
| * Merge pull request #288 from necrodoom/patch-29ElgarL2013-01-30-9/+23
| |\
| | * update changelogNecrodoom2013-01-30-4/+5
| | * update commandblock usage deny messageNecrodoom2013-01-30-2/+3
| | * update config description of allow_commmandblocksNecrodoom2013-01-30-3/+3
| | * add allow commandblock checkNecrodoom2013-01-30-2/+3
| | * register new config settingNecrodoom2013-01-30-1/+8
| | * update config.yml to include commandblock changeNecrodoom2013-01-30-1/+5
| |/
| * Doh, actually find what world we want to check properly with mancheckw.ElgarL2013-01-29-1/+11
| * Update plugin.yml with the new commandElgarL2013-01-29-0/+4
| * grammaaahhhh!!!ElgarL2013-01-29-1/+1
| * Added '/mancheckw <world>' to inspect what permission files a world isElgarL2013-01-29-3/+31
| * Missed an SElgarL2013-01-29-1/+1
| * Prevent '*' permissions granting the 'groupmanager.noofflineperm'ElgarL2013-01-29-1/+4
| * Add support for BukkitForge using 'overworld' as the main world name.ElgarL2013-01-28-8/+17
| * Negate 'groupmanager.noofflineperms' by default in the owner group.ElgarL2013-01-19-1/+3
* | cleanup :: fix buildIaccidentally2013-01-31-20/+15
* | Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronouslyIaccidentally2013-01-31-29/+30
* | Update to 1.4.7 R1 :: remove calls to ScheduleAsyncDelayedTask, as it is depr...Iaccidentally2013-01-31-9/+27
* | What is less than less than one.KHobbits2013-01-29-1/+1
* | Might as well make it all safe.KHobbits2013-01-29-11/+6
* | Don't run calls against bucket api in async login threadsnowleo2013-01-30-65/+65
* | Update /sell command to newer bukkit apisnowleo2013-01-29-13/+5
* | Revert "Merge pull request #286 from GunfighterJ/2.9"ementalo2013-01-29-17/+5
* | Merge pull request #286 from GunfighterJ/2.9Iaccidentally2013-01-28-5/+17
|\ \
| * | Ignore itemmeta on sellGunfighterJ2013-01-28-5/+17