summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'refs/heads/groupmanager' into 2.9snowleo2012-12-20-2/+2
|\
| * Fix gm buildssnowleo2012-12-20-112/+806
| | | | | | | | Change craftbukkit.jar -> bukkit,jar
| * Update Bukkit to version #2543 (1.4.5-R1.0) To ensure we are allElgarL2012-12-19-0/+0
| | | | | | compatible with current recommended build.
* | Lets leave numeric homes as is for now, looping through all files on server ↵md_52012-12-20-37/+0
| | | | | | | | startup is not the place to do this (reverse-merged from commit 79a44b919cc05e1f03088d4345fc73363d9c490b)
* | Fix nagging for overriden commands.md_52012-12-20-1/+1
| |
* | Fix NPE in update (sorry again :P)Chris Ward2012-12-20-1/+6
| |
* | Update home names to prepend "home" to numeric home namesChris Ward2012-12-20-0/+32
| |
* | Force people to use latest CB versionsnowleo2012-12-19-1/+1
| |
* | Fix Spawns / Jail loadingsnowleo2012-12-19-3/+4
| |
* | Update Inventory Workaround to the latest versionsnowleo2012-12-19-452/+36
| | | | | | | | Still bugged in CB: maxAmount of items
* | Fix recipe commandChris Ward2012-12-20-20/+30
| |
* | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-12-19-28/+380
|\ \
| * \ Merge pull request #223 from chrisgward/patch-1Chris Ward2012-12-19-1/+343
| |\ \ | | | | | | | | Add /recipe command
| | * | Add /recipe commandChris Ward2012-12-19-1/+343
| | | |
| * | | Simply using the SnakeYaml default (which in turn defaults to Class.forName) ↵md_52012-12-19-26/+2
| |/ / | | | | | | | | | appears to be enough to get the classes for our custom configuration. This avoid Bukkit depreciation.
| * | Merge pull request #216 from chrisgward/patch-1KHobbits2012-12-18-1/+35
| |\ \ | | | | | | | | Add tempban limit (with override node)
| | * | Add tempban limit (with override node) and console override to exempt node.Chris Ward2012-12-17-1/+35
| | | |
* | | | Updating Bukkit to 1.4.5 RBKHobbits2012-12-19-9/+63
| | | | | | | | | | | | | | | | Bukkit: 1643 CB: 2543
* | | | Remove CB from EssCore libs.KHobbits2012-12-18-2/+0
|/ / /
* | | Fix command costs warnings.KHobbits2012-12-17-1/+5
| | |
* | | Support new skeleton and zombie types.KHobbits2012-12-16-18/+50
| | | | | | | | | | | | Also fix baby sheep colours.
* | | Log a few extra metrics.KHobbits2012-12-16-0/+16
| | |
* | | Merge pull request #217 from necrodoom/patch-7KHobbits2012-12-16-4/+4
|\ \ \ | |/ / |/| | add "w" alias
| * | Update Essentials/src/plugin.ymlNecrodoom2012-12-16-2/+2
| | |
| * | add "w" aliasNecrodoom2012-12-16-2/+2
|/ /
* | derpAlexander Schepp2012-12-16-0/+1
| | | | | | That's why switch statements are bad.
* | Fix order of messagesAlexander Schepp2012-12-16-2/+2
| |
* | Update bukkitKHobbits2012-12-16-0/+0
| | | | | | | | Bukkit 1608 CraftBukkit 2488
* | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9KHobbits2012-12-16-4/+14
|\|
| * Fix recursive error detection when partial mirroring the main worldElgarL2012-11-20-2/+2
| |
| * Update bukkit.jar to #1593 in lib so we can reference the newElgarL2012-11-13-1/+2
| | | | | | interfaces.
| * Prevent GM commands from being used on CommandBlocks.ElgarL2012-11-11-1/+8
| |
| * Add support for Rcon.ElgarL2012-11-11-2/+4
| |
* | Merge pull request #214 from necrodoom/patch-4Alexander Schepp2012-12-15-4/+3
|\ \ | | | | | | change add-prefix-suffix description
| * | change add-prefix-suffic descriptionNecrodoom2012-12-15-4/+3
| | | | | | | | | hopefully will keep newbies from changing it for no reason
* | | Fix the gapsnowleo2012-12-15-1/+3
| | |
* | | Align /tp syntax with Minecraft /tp commandsnowleo2012-12-15-13/+51
|/ /
* | Merge pull request #210 from Echo4190/patch-1Iaccidentally2012-12-11-2/+2
|\ \ | | | | | | Update Essentials/src/config.yml
| * | Update Essentials/src/config.ymlEcho4192012-12-11-2/+2
|/ / | | | | | | trillions => trillion english => English
* | Merge pull request #209 from necrodoom/patch-2KHobbits2012-12-10-1/+9
|\ \ | | | | | | update config.yml to reference wiki more
| * | update config.yml to reference wiki moreNecrodoom2012-12-10-1/+9
| | | | | | | | | also changed locale setting to be less confusing
* | | Add missing import.KHobbits2012-12-10-0/+8
| | |
* | | Update metrics to r6KHobbits2012-12-10-26/+66
| | |
* | | Metrics DiffKHobbits2012-12-10-27/+45
|/ /
* | Delay sending respawn event until we actually try to respawn user.KHobbits2012-12-09-9/+37
| |
* | Revert "Bukkit should have fixed this issue, so we can now get a better ↵KHobbits2012-12-09-13/+47
| | | | | | | | | | | | | | | | first join player experience by teleporting them at once with no delay." This reverts commit f7daa20be83be4148069bcb2aa4c0a53f674c832. This breaks compatibility with multiverse, and Essentials core.
* | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-12-09-47/+13
|\ \
| * | Bukkit should have fixed this issue, so we can now get a better first join ↵md_52012-12-09-47/+13
| | | | | | | | | | | | player experience by teleporting them at once with no delay.
* | | Move null bed check to teleport codeKHobbits2012-12-09-12/+15
|/ /
* | Shorten local chat format.KHobbits2012-12-08-2/+2
| |