summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Update some of the example permissions files for the perm changes.KHobbits2012-09-08-8/+13
|
* Move the per world permissions:KHobbits2012-09-08-28/+28
| | | | essentials.world.worldname is moved to essentials.worlds.worldname
* Log to console the effects of /sudoKHobbits2012-09-08-4/+16
|
* Remove dead setting.KHobbits2012-09-08-8/+0
| | | | Fixes #2465
* Move the per kit and warp permissions:KHobbits2012-09-08-5/+5
| | | | | essentials.kit.kitname is moved to essentials.kits.kitname essentials.warp.warpname is moved to essentials.warps.warpname
* Look out for nulls.KHobbits2012-09-08-2/+14
|
* Make /itemdb command list the 15 shortest item.csv names for said item.KHobbits2012-09-08-8/+119
| | | | This will be useful when making eco signs.
* Fix /itemdb showing 'uses left' on none held items.KHobbits2012-09-08-1/+3
|
* Fix compile error.KHobbits2012-09-08-0/+1
|
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-90/+61
|
* New Permission: essentials.god.pvpKHobbits2012-09-08-1/+6
| | | | Unless you have this permission you will be unable to attack other players while in god mode.
* Give user chance to get display name set before displaying geoip.KHobbits2012-09-08-7/+19
|
* Potential fix for teleporting issue.KHobbits2012-09-08-11/+11
|
* Switch default antibuild status to false. Antibuild toggling shouldn't be ↵KHobbits2012-09-08-3/+3
| | | | an issue with it as a stand alone plugin.
* Fix ConcurrentModification bugssnowleo2012-09-07-2/+261
| | | | This will probably slow down any access to config
* Update Essentials/src/com/earth2me/essentials/commands/Commandburn.javaIaccidentally2012-09-04-1/+1
| | | typo fix
* Catch null eco symbol.KHobbits2012-09-02-2/+2
|
* More error on 'Permissions system error' in debug mode.KHobbits2012-09-02-1/+9
|
* Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-09-02-0/+21
|\
| * Merge pull request #136 from necrodoom/patch-3KHobbits2012-09-02-0/+21
| |\ | | | | | | update enchants with 3-1 letter aliases
| | * update enchants with 3-1 letter aliasesNecrodoom2012-09-01-0/+21
| | |
* | | Update /kit delay to use updated yaml code.KHobbits2012-09-02-10/+29
|/ /
* | Add support for /gamemode toggle | /gamemode t and /gmt to toggle between ↵KHobbits2012-09-02-2/+10
| | | | | | | | the 3 gamemodes.
* | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-09-02-0/+6
|\ \
| * | fix burn matching all playersIaccidentally2012-09-01-0/+6
| |/
* / Another Config tweak.KHobbits2012-08-31-0/+1
|/
* Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9KHobbits2012-08-31-7/+15
|\
| * Include the GM version when logging errors.ElgarL2012-08-31-3/+6
| |
| * Give a better error when a subgroup is null.ElgarL2012-08-31-5/+10
| |
* | Config file tweaksKHobbits2012-08-31-3/+5
| |
* | Fix powertool command logging.KHobbits2012-08-31-3/+11
| |
* | Don't need built in command logger anymore.KHobbits2012-08-31-1/+0
| |
* | Sanity Check.KHobbits2012-08-31-1/+1
| |
* | Add missing repair cost check on /repair handKHobbits2012-08-31-1/+1
| |
* | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-08-31-8/+8
|\ \
| * \ Merge pull request #134 from necrodoom/patch-16KHobbits2012-08-31-8/+8
| |\ \ | | | | | | | | clear whitespace in globalgroups.yml
| | * | clear whitespace in globalgroups.ymlNecrodoom2012-08-31-8/+8
| |/ /
* / / Reduce the number of permissions checks in command cost lookupsKHobbits2012-08-31-33/+58
|/ / | | | | | | | | | | Add support for item number repair costs (repair-123: 120) Ess charge api supports nested charges. Slight kit optimization.
* | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-08-31-8/+8
|\ \
| * | Update Essentials/src/config.ymlPaul A.2012-08-31-5/+5
| | | | | | | | | More grammar from Evonuts
| * | Update Essentials/src/config.ymlPaul A.2012-08-31-3/+3
| | | | | | | | | Grammar update thanks to Evonuts
* | | Fix metrics when kits are improperly configured.KHobbits2012-08-31-2/+5
|/ /
* | Fix painting break in antibuild.KHobbits2012-08-31-17/+32
| |
* | Fix IllegalStateException in sign click patchKHobbits2012-08-31-9/+101
| | | | | | | | Cleanup
* | Fix min bukkit version warning.KHobbits2012-08-30-1/+1
| |
* | Reset fly/speed on world changeKHobbits2012-08-30-0/+9
| | | | | | | | This will be optional in a future version - Discuss http://goo.gl/Vuh4N
* | Update chat formatting to use &r instead of &fKHobbits2012-08-30-7/+7
| |
* | Clear up overriding comments on config file.KHobbits2012-08-30-8/+8
| | | | | | | | Closes #2725
* | Merge pull request #133 from necrodoom/patch-15KHobbits2012-08-30-4/+7
|\ \ | | | | | | clarify some things on config
| * | minor fixNecrodoom2012-08-30-1/+1
| | |