summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Might be worth catching other occurances of the event too.md_52013-01-04-3/+3
|
* ArrayList, I choose you! (Fixes CraftBook erroring when the killall command ↵md_52013-01-04-2/+4
| | | | is used and custom drops are enabled in that plugin)
* Fix nl translationAlexander Schepp2013-01-03-2/+2
|
* Update AntiBuild to use HangingBreakByEntityEvent instead of deprecated ↵Iaccidentally2013-01-02-2/+2
| | | | PaintingBreakByEntityEvent
* Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9Iaccidentally2013-01-02-167/+443
|\
| * Merge pull request #236 from gravypod/patch-1KHobbits2013-01-01-5/+6
| |\ | | | | | | Store ingredient map and recipe shape
| | * Store ingredient map and recipe shapegravypod2012-12-31-5/+6
| | |
| * | New permission: essentials.fly.safelogin - Players with this command will ↵KHobbits2013-01-01-0/+19
| | | | | | | | | | | | automatically switch to fly mode if they login whilst floating in the air.
| * | New perm: essentials.vanish.effect - People with this effect will get the ↵KHobbits2013-01-01-3/+13
| | | | | | | | | | | | potion effect applied while vanished.
| * | Cleanup cleanup.KHobbits2013-01-01-24/+2
| | |
| * | More cleanupKHobbits2013-01-01-8/+36
| | |
| * | CleanupKHobbits2013-01-01-8/+42
| |/
| * Fix recipe NPE/failed display in gameChris Ward2013-01-01-5/+12
| |
| * Don't unregister all listeners.KHobbits2012-12-31-12/+12
| |
| * Unregister unused events.KHobbits2012-12-31-43/+92
| |
| * Use bukkit api for chat user listKHobbits2012-12-31-5/+1
| |
| * Allow unbanning players who do not have valid userdataKHobbits2012-12-31-2/+10
| |
| * Implement event toggle.KHobbits2012-12-30-9/+21
| |
| * Reorganize entity listenerKHobbits2012-12-30-26/+22
| |
| * Use the right formatter in XMPPAlexander Schepp2012-12-30-1/+3
| |
| * Hide a few more duplicate enchantments from /enchantKHobbits2012-12-29-3/+3
| |
| * Set default tpa timeout to 2 minutes.KHobbits2012-12-29-2/+2
| |
| * Allow unsafe enchantments in /item /give /kit and /enchantKHobbits2012-12-29-20/+67
| | | | | | | | Needs enabled in config file manually.
| * Make /enchant only show valid enchantments for the item.KHobbits2012-12-29-1/+1
| |
| * Add aliases for new thorns enchantment.KHobbits2012-12-29-1/+7
| |
| * Ignore self damage in teleport entity protection.KHobbits2012-12-29-2/+2
| |
| * Lets clean up the recipe window on player quit, just in case.KHobbits2012-12-29-1/+5
| |
| * Fix home functionality bugs:KHobbits2012-12-29-31/+38
| | | | | | | | | | /home not using bed when enabled /home not giving teleport warning
| * Update bukkit to 1.4.6-R0.1KHobbits2012-12-29-0/+6
| | | | | | | | bukkit: 1652 cb: 2561
| * Fix string match error on none existing user (/ban).KHobbits2012-12-29-1/+1
| |
| * Add SimplyPerms to classpathChris Ward2012-12-29-1/+3
| |
| * Added SimplyPerms HandlerXefir2012-12-29-0/+64
| |
| * Merge pull request #229 from necrodoom/patch-9Alexander Schepp2012-12-28-1/+1
| |\ | | | | | | fix tempban permission check
| | * derp - fix tempban permission checkNecrodoom2012-12-28-1/+1
| |/
* | Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9Iaccidentally2012-12-26-30/+1
|\|
| * Revert 6b18259af6 - Adding permission node to speak, with config option to ↵Chris Ward2012-12-27-30/+0
| | | | | | | | enable the node
| * Add tpdeny message to /tpahereChris Ward2012-12-27-0/+1
| |
* | Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9Iaccidentally2012-12-25-657/+1093
|\|
| * Adding permission node to speak, with config option to enable the nodeChris Ward2012-12-24-0/+30
| |
| * Move max-tempban-time in configChris Ward2012-12-24-4/+4
| |
| * Fixing IUserChris Ward2012-12-23-1/+1
| |
| * Adding isAfk and setAfk to IUser APIChris Ward2012-12-23-0/+4
| |
| * Make seen status's only show when true.KHobbits2012-12-22-11/+16
| |
| * Merge pull request #215 from necrodoom/patch-5Chris Ward2012-12-21-6/+37
| |\ | | | | | | update items.csv to minecraft 1.4.6
| | * update items.csv to minecraft 1.4.6Necrodoom2012-12-16-6/+37
| | |
| * | Log target plugin in debug mode for altcmdKHobbits2012-12-21-4/+5
| | |
| * | Final all the things - RecipeKHobbits2012-12-21-32/+39
| | |
| * | Fix recipe layout for small shapesKHobbits2012-12-21-2/+5
| | |
| * | Swap method order on recipeKHobbits2012-12-21-20/+22
| | |
| * | Adjust section matching.KHobbits2012-12-20-11/+13
| | |