Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update kit sign permission check | Necrodoom | 2012-09-30 | -1/+1 |
| | ||||
* | update warp sign permission check | Necrodoom | 2012-09-30 | -1/+1 |
| | ||||
* | Should fix tpaccept charge bug - needs testing | KHobbits | 2012-09-30 | -0/+1 |
| | ||||
* | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 | KHobbits | 2012-09-28 | -8/+13 |
|\ | ||||
| * | Update users.yml to follow new ordering. | ElgarL | 2012-09-25 | -3/+3 |
| | | ||||
| * | No need for a new array. | ElgarL | 2012-09-25 | -3/+1 |
| | | ||||
| * | Add alphabetically sorted user lists. | ElgarL | 2012-09-25 | -5/+12 |
| | | ||||
* | | Add potion effect clearing on /heal - Chris Ward | KHobbits | 2012-09-28 | -15/+18 |
| | | ||||
* | | Cleanup of god mode effects, suggested by gravypod. | KHobbits | 2012-09-28 | -6/+11 |
| | | ||||
* | | God mode cancel potion effects - Chris ward | KHobbits | 2012-09-28 | -0/+14 |
| | | | | | | | | Revert heal changes. | |||
* | | Fix updating version on items.csv | Paul A. | 2012-09-27 | -1/+1 |
| | | ||||
* | | Merge pull request #156 from evonuts/patch-1 | Paul A. | 2012-09-27 | -8/+8 |
|\ \ | | | | | | | Minor spelling/grammatical fixes | |||
| * | | Minor spelling/grammatical fixes | evonuts | 2012-09-28 | -8/+8 |
|/ / | ||||
* | | Merge pull request #154 from necrodoom/patch-9 | Paul A. | 2012-09-27 | -1/+1 |
|\ \ | | | | | | | typo fix in config.yml as found by @Evonuts | |||
| * | | typo fix in config.yml | Necrodoom | 2012-09-27 | -1/+1 |
|/ / | ||||
* | | Remove debug comments. | KHobbits | 2012-09-25 | -3/+2 |
| | | ||||
* | | Handle negated wildcard perms in generic superperms | KHobbits | 2012-09-25 | -18/+15 |
| | | ||||
* | | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 | KHobbits | 2012-09-25 | -128/+110 |
|\| | ||||
| * | Change order of data in Users.yml to [name, Group, SubGroup, | ElgarL | 2012-09-25 | -125/+107 |
| | | | | | | Permissions, Info nodes]. | |||
| * | Commenting | ElgarL | 2012-09-25 | -2/+2 |
| | | ||||
| * | Fix javadocs | ElgarL | 2012-09-25 | -2/+2 |
| | | ||||
| * | Minor typo fix - Necrodoom | ElgarL | 2012-09-25 | -1/+1 |
| | | ||||
* | | Revert "Clean up imports" | KHobbits | 2012-09-24 | -1/+5 |
| | | | | | | | | This reverts commit d2546ebd3683c80d9a497c0ed34c2446aa8add81. | |||
* | | Improve fake sign check. | KHobbits | 2012-09-24 | -0/+10 |
| | | ||||
* | | Merge pull request #151 from gravypod/patch-2 | Paul A. | 2012-09-24 | -5/+1 |
|\ \ | | | | | | | Clean up imports | |||
| * | | Clean up imports | gravypod | 2012-09-23 | -5/+1 |
| | | | ||||
* | | | Envelope new drop/pickup/craft perms under 'essentials.build'. | KHobbits | 2012-09-24 | -14/+21 |
| | | | ||||
* | | | Minor cleanup | KHobbits | 2012-09-24 | -24/+18 |
|/ / | ||||
* | | Fix and give better sign errors. | KHobbits | 2012-09-24 | -2/+21 |
| | | ||||
* | | Less sign checking if certain signs aren't enabled. | KHobbits | 2012-09-23 | -4/+2 |
| | | ||||
* | | config typo. | KHobbits | 2012-09-23 | -1/+1 |
| | | ||||
* | | Minor colour change | KHobbits | 2012-09-23 | -30/+14 |
| | | ||||
* | | Move wildcard perm check to superperms handler, rather than being PEX specific. | KHobbits | 2012-09-23 | -1/+5 |
| | | ||||
* | | Lower reporting level of metrics errors. | KHobbits | 2012-09-23 | -1/+1 |
| | | ||||
* | | Support new lines in newbie welcome message. | KHobbits | 2012-09-22 | -8/+20 |
| | | ||||
* | | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 | KHobbits | 2012-09-22 | -19/+30 |
|\| | | | | | | | | | Resolved Conflicts: EssentialsGroupManager/src/org/anjocaido/groupmanager/GlobalGroups.java | |||
| * | Update warning in GlobalGroups - Necrodoom. | ElgarL | 2012-09-22 | -0/+2 |
| | | ||||
| * | - Fix Synchronization on adding subgroups (thanks snowleo). | ElgarL | 2012-09-22 | -26/+27 |
| | | | | | | | | - Remove info node support from GlobalGroups. It should not have them as GlobalGroups are only permission collections. | |||
* | | Cleanup delhome to match normal home cases properly. | KHobbits | 2012-09-22 | -19/+19 |
| | | ||||
* | | Reset colour code at start of default broadcast msg. | KHobbits | 2012-09-22 | -2/+2 |
| | | ||||
* | | General demo txt formatting | KHobbits | 2012-09-22 | -17/+17 |
| | | ||||
* | | Clean chat colours. | KHobbits | 2012-09-22 | -0/+1 |
| | | ||||
* | | Clean up the info.txt | KHobbits | 2012-09-22 | -13/+11 |
| | | ||||
* | | Merge pull request #148 from necrodoom/patch-7 | KHobbits | 2012-09-22 | -18/+22 |
|\ \ | | | | | | | | | | fix info.txt colors and tags I'll do a little manual cleanup. | |||
| * | | fix info.txt colors and tags | Necrodoom | 2012-09-21 | -18/+22 |
| | | | ||||
* | | | Possibly solve info writing issues in globalgroups | KHobbits | 2012-09-22 | -8/+0 |
|/ / | | | | | Editing this on the ess branch, cause i'm sure there is a better fix. | |||
* | | Check for explicit * permission when using PEX. | md_5 | 2012-09-21 | -1/+1 |
| | | ||||
* | | Update config.yml to show multiple enchantments for kits. | KHobbits | 2012-09-21 | -1/+1 |
| | | ||||
* | | Make sure we check for wildcards in PEX | KHobbits | 2012-09-20 | -2/+2 |
| | | ||||
* | | Switch pex permissions checks to use superperms rather than direct api call. | KHobbits | 2012-09-20 | -2/+2 |
| | |