Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-09-25 | -15/+22 |
|\ | ||||
| * | Fixed silly error with isLoaded() | ElgarL | 2011-09-25 | -15/+22 |
| | | ||||
* | | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-09-24 | -5/+59 |
|\| | ||||
| * | Fix for if the scheduler fails | ElgarL | 2011-09-24 | -0/+2 |
| | | ||||
| * | Forgot to push task | ElgarL | 2011-09-24 | -0/+27 |
| | | ||||
| * | Added a BukkitPermsUpdateTask to only update superperms once on a | ElgarL | 2011-09-24 | -5/+30 |
| | | | | | | load/reload. | |||
* | | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-09-24 | -3/+4 |
|\| | ||||
| * | Removed superperms update on plugins unloading. Unneeded and created | ElgarL | 2011-09-24 | -3/+4 |
| | | | | | | undesired lag on shutdown. | |||
* | | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-09-24 | -6/+59 |
|\| | ||||
| * | manulistp <name> + now only lists perms with a value of true | ElgarL | 2011-09-24 | -1/+2 |
| | | ||||
| * | Final fix for lag on manload | ElgarL | 2011-09-24 | -0/+5 |
| | | ||||
| * | manulistp now accepts an additional + to list ALL Superperms | ElgarL | 2011-09-24 | -6/+53 |
| | | | | | | | | effective permissions (/manulistp <name> +). manucheckp also outputs superperms results. | |||
* | | Adjusting behavior of 'spawn-if-no-home'. | KHobbits | 2011-09-24 | -6/+6 |
| | | ||||
* | | Minor typing errors in messages.properties | KHobbits | 2011-09-24 | -6/+6 |
| | | ||||
* | | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-09-24 | -5/+10 |
|\| | ||||
| * | Fixed wasteful updating of perms on a manload. | ElgarL | 2011-09-24 | -1/+7 |
| | | ||||
| * | Fix for null in PLAYER_TELEPORT for bukkit perms. | ElgarL | 2011-09-24 | -5/+4 |
| | | ||||
* | | Merge branch 'master' of github.com:essentials/Essentials into essmaster | KHobbits | 2011-09-22 | -1/+2 |
|\ \ | ||||
| * | | Throw correct exceptions Test #943 | ementalo | 2011-09-22 | -1/+2 |
| | | | ||||
* | | | Fix for home names containing invalid characters. | KHobbits | 2011-09-22 | -0/+2 |
|/ / | ||||
* | | Adding extra creature types to prevent spawn setting. | KHobbits | 2011-09-22 | -0/+3 |
| | | ||||
* | | Missing file for last commit | snowleo | 2011-09-22 | -0/+10 |
| | | ||||
* | | Correctly implement food level on god mode | snowleo | 2011-09-22 | -4/+10 |
| | | ||||
* | | New Methods in Player | snowleo | 2011-09-22 | -0/+24 |
| | | ||||
* | | CB#1185 | snowleo | 2011-09-22 | -0/+0 |
| | | | | | | | | B#855 | |||
* | | BPermissions 1.6.0 | snowleo | 2011-09-22 | -4/+8 |
| | | | | | | | | | | Prefix/suffix support for bPermissions Star permissions are now done by bPermissions | |||
* | | Merge pull request #26 from codename-B/patch-2 | snowleo | 2011-09-21 | -1/+24 |
|\ \ | |/ |/| | So... it's just some updates. | |||
| * | So... it's just some updates. | Ben | 2011-09-22 | -1/+24 |
|/ | ||||
* | Merge pull request #25 from codename-B/patch-1 | KHobbits | 2011-09-21 | -5/+5 |
|\ | | | | | Edited Essentials/src/examples/bpermissions.yml via GitHub | |||
| * | Edited Essentials/src/examples/bpermissions.yml via GitHub | Ben | 2011-09-21 | -5/+5 |
| | | ||||
* | | Update to cb #1181 | KHobbits | 2011-09-21 | -0/+14 |
|/ | ||||
* | CB#1173 | snowleo | 2011-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 a | ElgarL | 2011-09-21 | -2/+4 |
| | | | | | | list (CB 1172). | |||
* | | Merge branch 'groupmanager' | snowleo | 2011-09-21 | -69/+70 |
|\| | ||||
| * | - Reverted WorldHolder static change to maintain backward plugin | ElgarL | 2011-09-21 | -69/+70 |
| | | | | | | compatability. | |||
* | | New config setting: protect.prevent.enderman-pickup | snowleo | 2011-09-21 | -0/+16 |
| | | | | | | | | Defaults to false | |||
* | | Added enderman pickup to sign protection | snowleo | 2011-09-21 | -0/+45 |
| | | ||||
* | | CB#1163 | snowleo | 2011-09-21 | -0/+0 |
| | | | | | | | | B#847 | |||
* | | Food for Godmode: There is no event for food yet, so we have to update it ↵ | snowleo | 2011-09-20 | -0/+4 |
| | | | | | | | | | | | | manually. Test #939 | |||
* | | Heal-Signs sets food level to full and removes fire | snowleo | 2011-09-20 | -0/+2 |
| | | | | | | | | Test #938 | |||
* | | Merge branch 'master' of github.com:essentials/Essentials into essmaster | KHobbits | 2011-09-20 | -2/+7 |
|\ \ | |/ |/| | ||||
| * | Add missing ; | snowleo | 2011-09-20 | -1/+1 |
| | | ||||
| * | Merge pull request #24 from eXeC64/master | snowleo | 2011-09-20 | -2/+7 |
| |\ | | | | | | | Fixed bug where players are unable to remove their own chest protection. | |||
| | * | Fixed bug preventing players from removing their own signs | Harry Jeffery | 2011-09-20 | -2/+7 |
| | | | ||||
* | | | All GroupManager commands issued by players are now echoed in the | ElgarL | 2011-09-20 | -2/+15 |
|/ / | | | | | console. | |||
* | | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-09-20 | -13/+143 |
|\ \ | |/ |/| | ||||
| * | Fix for pushing perms of non superperms supporting plugins | ElgarL | 2011-09-20 | -8/+99 |
| | | ||||
| * | - Push updates to superperms for all valid GM commands. | ElgarL | 2011-09-19 | -21/+60 |
| | | ||||
| * | Fix GroupBridge build | snowleo | 2011-09-18 | -2/+474 |
| | | ||||
* | | do not show socialspy for own actions. Test #732 | ementalo | 2011-09-20 | -1/+2 |
| | |