summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* manulistp <name> + now only lists perms with a value of trueElgarL2011-09-24-1/+2
|
* Final fix for lag on manloadElgarL2011-09-24-0/+5
|
* manulistp now accepts an additional + to list ALL SuperpermsElgarL2011-09-24-6/+53
| | | | effective permissions (/manulistp <name> +). manucheckp also outputs superperms results.
* Fixed wasteful updating of perms on a manload.ElgarL2011-09-24-1/+7
|
* Fix for null in PLAYER_TELEPORT for bukkit perms.ElgarL2011-09-24-5/+4
|
* Merge pull request #25 from codename-B/patch-1KHobbits2011-09-21-5/+5
|\ | | | | Edited Essentials/src/examples/bpermissions.yml via GitHub
| * Edited Essentials/src/examples/bpermissions.yml via GitHubBen2011-09-21-5/+5
| |
* | Update to cb #1181KHobbits2011-09-21-0/+14
|/
* CB#1173snowleo2011-09-21-2/+4
|\ | | | | | | | | | | | | | | Merge branch 'groupmanager' Conflicts: lib/bukkit-0.0.1-SNAPSHOT.jar lib/craftbukkit-0.0.1-SNAPSHOT.jar
| * - Update to handle 'getDescription().getPermissions(') returning aElgarL2011-09-21-2/+4
| | | | | | list (CB 1172).
* | Merge branch 'groupmanager'snowleo2011-09-21-69/+70
|\|
| * - Reverted WorldHolder static change to maintain backward pluginElgarL2011-09-21-69/+70
| | | | | | compatability.
* | New config setting: protect.prevent.enderman-pickupsnowleo2011-09-21-0/+16
| | | | | | | | Defaults to false
* | Added enderman pickup to sign protectionsnowleo2011-09-21-0/+45
| |
* | CB#1163snowleo2011-09-21-0/+0
| | | | | | | | B#847
* | Food for Godmode: There is no event for food yet, so we have to update it ↵snowleo2011-09-20-0/+4
| | | | | | | | | | | | manually. Test #939
* | Heal-Signs sets food level to full and removes firesnowleo2011-09-20-0/+2
| | | | | | | | Test #938
* | Merge branch 'master' of github.com:essentials/Essentials into essmasterKHobbits2011-09-20-2/+7
|\ \ | |/ |/|
| * Add missing ;snowleo2011-09-20-1/+1
| |
| * Merge pull request #24 from eXeC64/mastersnowleo2011-09-20-2/+7
| |\ | | | | | | Fixed bug where players are unable to remove their own chest protection.
| | * Fixed bug preventing players from removing their own signsHarry Jeffery2011-09-20-2/+7
| | |
* | | All GroupManager commands issued by players are now echoed in theElgarL2011-09-20-2/+15
|/ / | | | | console.
* | Merge remote branch 'remotes/ess/groupmanager' into essmasterKHobbits2011-09-20-13/+143
|\ \ | |/ |/|
| * Fix for pushing perms of non superperms supporting pluginsElgarL2011-09-20-8/+99
| |
| * - Push updates to superperms for all valid GM commands.ElgarL2011-09-19-21/+60
| |
| * Fix GroupBridge buildsnowleo2011-09-18-2/+474
| |
* | do not show socialspy for own actions. Test #732ementalo2011-09-20-1/+2
| |
* | cleanup of *.propertiesementalo2011-09-19-16/+26
| |
* | Added new command /powertooltoggle, enables / disables all powertools ↵ementalo2011-09-19-1/+87
| | | | | | | | assigned (does not remove them) Test #919
* | Ignore ComputationExceptions while loading users asyncsnowleo2011-09-18-0/+7
| |
* | Allow yaw & pitch in /tppossnowleo2011-09-18-1/+7
| |
* | Updated german translation from ThatGangsta on IRCsnowleo2011-09-18-35/+34
| |
* | Fix GroupBridge buildsnowleo2011-09-18-2/+474
| |
* | The correct ant variable from TeamCitysnowleo2011-09-18-3/+3
| |
* | Using ant propertiessnowleo2011-09-18-3/+3
| |
* | One build file for all configurationssnowleo2011-09-18-0/+30
| |
* | Removed PermissionsCommands from BuildAllsnowleo2011-09-18-29/+4
| |
* | Automatic updates for future versions of items.csvsnowleo2011-09-18-99/+324
| | | | | | | | We also update all 1.7.3 versions of items.csv
* | New animals for spawner and spawnmobsnowleo2011-09-17-6/+10
| |
* | GroupManager 1.1snowleo2011-09-17-612/+1378
|\| | | | | | | | | | | | | | | Merge branch 'groupmanager' Conflicts: EssentialsGroupManager/src/plugin.yml EssentialsGroupManager/src/users.yml
| * Read from group not user for setting superpermsElgarL2011-09-16-2/+2
| |
| * Quickfix: Slightly changing syntax to stop conflict - This needs to be ↵KHobbits2011-09-15-58/+58
| | | | | | | | properly addressed
| * Doh, jumped a versionElgarL2011-09-06-1/+1
| |
| * Final tidy up of superperms for GM 1.2ElgarL2011-09-06-1/+0
| |
| * removed unneeded includeElgarL2011-09-06-2/+1
| |
| * - Fixed BukkitPerms population. Wasn't correctly setting superperms.ElgarL2011-09-06-8/+36
| |
| * Push to Build dev versionElgarL2011-09-04-2/+2
| |
| * - Fix for an infinite loop bug with the new Bukkit Perms during a newElgarL2011-09-03-7/+16
| | | | | | user creation.
| * - Fix for Users.yml containing only 'users:' causing a crash.ElgarL2011-09-03-4/+11
| | | | | | | | - GroupManager will now generate a fresh Users and Groups yml if either file is empty.
| * Minor change to GM's config.yml to make it slightly easier to understandElgarL2011-09-03-1/+2
| | | | | | mirroring