summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| |
* | Merge pull request #227 from Elvaron/2.9KHobbits2012-12-20-0/+5
|\ \ | | | | | | FallBack for missing config property
| * | FallBack for missing config propertyElvaron2012-12-21-0/+5
| | |
* | | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-12-20-2/+48
|\ \ \
| * | | Merge pull request #226 from Elvaron/2.9KHobbits2012-12-20-2/+48
| |\| | | | | | | | | | Made socialspy commands list configurable
| | * | Made socialspy commands list configurableElvaron2012-12-20-2/+48
| |/ /
* | | Add support for whitelisting commands in /help by permission: ↵KHobbits2012-12-20-1/+1
| | | | | | | | | | | | essentials.help.<plugin>.<command>
* | | Reduce permissions checking when generating /helpKHobbits2012-12-20-1/+2
| | |
* | | Allow certain commands while in jail, but only if the user normally has ↵KHobbits2012-12-20-11/+20
|/ / | | | | | | | | | | | | access to that command. Notes: essentials.jail.allow.<command>
* | Merge branch 'release' of github.com:essentials/Essentials into 2.9KHobbits2012-12-20-4/+15
|\ \
| * | Add a little bit of extra information to /seen, this will show when user is ↵stable-2.9.6KHobbits2012-12-20-4/+15
| | | | | | | | | | | | online.
| * | Warn other party when teleport fails after tpaccept.KHobbits2012-12-20-4/+13
| | |
| * | Redundant tpaccept cost check.KHobbits2012-12-20-8/+0
| | |
* | | Fix max tempban length option.KHobbits2012-12-20-2/+2
| | |
* | | Warn other party when teleport fails after tpaccept.KHobbits2012-12-20-4/+13
| | |
* | | Redundant tpaccept cost check.KHobbits2012-12-20-8/+0
| | |
* | | Merge branch 'release' of github.com:essentials/Essentials into 2.9KHobbits2012-12-20-5/+1
|\| |
| * | Remove command cost warnings from plugin matching.KHobbits2012-12-20-5/+1
| | |
| * | Fix currency display in MOTD - display currency character, trim decimal placesChris Ward2012-12-20-1/+3
| | |
| * | Don't use broken CB methods ...snowleo2012-12-20-3/+3
| | |
| * | Fix nagging for overriden commands.md_52012-12-20-1/+1
| | |
| * | Force people to use latest CB versionsnowleo2012-12-20-1/+1
| | |
| * | Fix Spawns / Jail loadingsnowleo2012-12-20-3/+4
| | |
| * | Update Inventory Workaround to the latest versionsnowleo2012-12-20-452/+36
| | | | | | | | | | | | Still bugged in CB: maxAmount of items
| * | 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.
* | | Don't use broken CB methods ...snowleo2012-12-20-3/+3
| | |
* | | Useless importChris Ward2012-12-20-1/+0
| | |
* | | Fix currency display in MOTD - display currency character, trim decimal placesChris Ward2012-12-20-1/+3
| | |
* | | 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)