summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Prevent adding inheritances to globalgroups. These are permissionsElgarL2012-02-25-30/+56
* Removed BukkitPermsOverride as this is now the default with bukkitElgarL2012-02-21-8/+2
* Update for Bukkit R5 compatability.ElgarL2012-02-21-4/+2
* Never give our user object to other plugins!snowleo2012-02-21-1/+1
* Merge branch 'refs/heads/groupmanager'snowleo2012-02-21-57/+32
|\
| * A command of '/manload' with no world arguments now performs a fullElgarL2012-02-18-34/+23
| * comment name changeElgarL2012-02-15-1/+1
| * Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEventElgarL2012-02-15-15/+8
| * Depreciate PlayerTeleportEvent as it's all handled inElgarL2012-02-14-10/+3
* | Updated Essentials to work with R5snowleo2012-02-21-192/+130
* | CB#1952snowleo2012-02-21-0/+0
* | Add bPerm2 support for chat prefixes.KHobbits2012-02-18-4/+69
* | Little bit of extra info in the default /einfo fileKHobbits2012-02-18-0/+4
* | Re-allow colours in newb welcome messages.KHobbits2012-02-18-1/+1
* | Adding full keyword support for newb join message.KHobbits2012-02-18-30/+105
* | Don't try to use old bPerms API if it is not available.KHobbits2012-02-16-12/+22
* | Fixing being charged twice for /back.KHobbits2012-02-16-0/+1
* | Its a good idea to actually register the listenersmd_52012-02-15-2/+1
* | Make Essentials Update use new Listener system, and fix a few general mistake...md_52012-02-15-35/+20
* | Fix formatting in the config.yml and plugin.yml files. Add a new author.md_52012-02-15-20/+20
* | Add all the new R4 methodsmd_52012-02-15-0/+56
* | Update to 1.1-R4md_52012-02-15-0/+36
* | Remove dropItems from the inventory work aroundmd_52012-02-15-39/+30
* | /spawnmob - Only list mobs you have permission to spawn.KHobbits2012-02-14-2/+15
* | Don't return null, throw an exceptionsnowleo2012-02-14-4/+13
* | Merge pull request #49 from Iaccidentally/patch-2snowleo2012-02-14-1/+1
|\ \
| * | fix typo in config.yml (another one)Iaccidentally2012-02-14-1/+1
* | | Merge pull request #48 from Iaccidentally/patch-1snowleo2012-02-14-1/+1
|\ \ \ | |/ / |/| |
| * | fix typo in config.ymlIaccidentally2012-02-14-1/+1
|/ /
* | Less sanitizing for more performancesnowleo2012-02-13-10/+15
* | Caching regex return in user cleanup.KHobbits2012-02-13-2/+8
* | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-02-13-132/+300
|\|
| * Change Service registration to register WorldsHolder instead ofElgarL2012-02-11-2/+3
| * Add some commentingElgarL2012-02-05-36/+12
| * Fix world mirroring so it correctly creates data files and data sourcesElgarL2012-02-05-77/+216
| * Prevent getAllPlayersPermissions() processing a group more than once.ElgarL2012-02-02-19/+27
| * fix setGroup to only block superperms update if update is false.ElgarL2012-02-02-2/+2
| * Fix a bug with getWorldData return the main world data for all mirrors,ElgarL2012-02-02-3/+15
| * Catch all errors in badly formatted groups.ElgarL2012-01-31-7/+9
| * Track the 'onPlayerChangeWorld' event as some teleports seem to not beElgarL2012-01-30-1/+8
| * Auto sort permissions on load to speed up population of superperms.ElgarL2012-01-30-31/+54
| * .project change for Eclipse Build toolElgarL2012-01-29-1/+1
* | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-02-13-1/+28
|\ \
| * | Clean up the CommandException stack traces so they appear as if Essentials wa...md_52012-02-12-1/+28
* | | Allow charges for different mob types in /spawnerKHobbits2012-02-13-1/+5
* | | Add per warp command costsKHobbits2012-02-13-12/+8
|/ /
* | Update trade signs properly, and visibly handle full signs.KHobbits2012-02-11-7/+10
* | Merge pull request #46 from krinsdeath/masterKHobbits2012-02-11-1/+75
|\ \
| * | Added PrivilegesHandler.java;Jeff Wardian2012-02-11-1/+75
* | | Refactoring tpaccept perm check to include tpaall.KHobbits2012-02-11-1/+3