Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add Minimum Balance, to allow people to manage overdrafts. | KHobbits | 2012-02-28 | -7/+57 |
| | ||||
* | Lowering min bukkit to r4 - 1838, this build should still be compatible. | KHobbits | 2012-02-25 | -1/+1 |
| | ||||
* | Merge branch 'master' into release | KHobbits | 2012-02-25 | -626/+621 |
|\ | ||||
| * | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-02-25 | -40/+87 |
| |\ | ||||
| | * | Prevent promoting players to, and demoting to GlobalGroups. | ElgarL | 2012-02-25 | -1/+30 |
| | | | ||||
| | * | Prevent adding inheritances to globalgroups. These are permissions | ElgarL | 2012-02-25 | -30/+56 |
| | | | | | | | | | collections, not player groups. | |||
| | * | Removed BukkitPermsOverride as this is now the default with bukkit | ElgarL | 2012-02-21 | -8/+2 |
| | | | | | | | | | handling child nodes. | |||
| | * | Update for Bukkit R5 compatability. | ElgarL | 2012-02-21 | -4/+2 |
| | | | | | | | | | Removed some unused variables. | |||
| * | | Write to user files less, on money update. | KHobbits | 2012-02-23 | -2/+2 |
| | | | ||||
| * | | Balance top now has server total on first line. | KHobbits | 2012-02-23 | -228/+249 |
| | | | | | | | | | | | | Balance top will update ess balance backup if using register/vault eco. | |||
| * | | Fixing upgrade script to allow powertool upgrade. | KHobbits | 2012-02-23 | -3/+3 |
| | | | ||||
| * | | Fixing kits for new config classes. | KHobbits | 2012-02-22 | -18/+26 |
| | | | ||||
| * | | Extra command aliases. | KHobbits | 2012-02-22 | -17/+17 |
| | | | ||||
| * | | Powertools dispatch commands as delayed tasks (should reduce any conflict ↵ | KHobbits | 2012-02-22 | -2/+10 |
| | | | | | | | | | | | | issues). | |||
| * | | Switch powertools to use different event. | KHobbits | 2012-02-22 | -45/+56 |
| | | | | | | | | | | | | | | | Reduce multiple triggering of powertool events. Abort event when used with powertool. | |||
| * | | Fix powertools with new config format. | KHobbits | 2012-02-22 | -20/+13 |
| | | | ||||
| * | | Check to see if home section exists. | KHobbits | 2012-02-21 | -3/+4 |
| | | | ||||
| * | | Fixing home list. | KHobbits | 2012-02-21 | -11/+3 |
| | | | ||||
| * | | Fix /sudo message display. | KHobbits | 2012-02-21 | -1/+2 |
| |/ | ||||
| * | Never give our user object to other plugins! | snowleo | 2012-02-21 | -1/+1 |
| | | ||||
| * | Merge branch 'refs/heads/groupmanager' | snowleo | 2012-02-21 | -57/+32 |
| |\ | ||||
| | * | A command of '/manload' with no world arguments now performs a full | ElgarL | 2012-02-18 | -34/+23 |
| | | | | | | | | | reload of GM. | |||
| | * | comment name change | ElgarL | 2012-02-15 | -1/+1 |
| | | | ||||
| | * | Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent | ElgarL | 2012-02-15 | -15/+8 |
| | | | | | | | | | | | | | | | as it's all handled in PlayerChangedWorldEvent. This also means we no longer update permissions before we change worlds. | |||
| | * | Depreciate PlayerTeleportEvent as it's all handled in | ElgarL | 2012-02-14 | -10/+3 |
| | | | | | | | | | PlayerChangedWorldEvent. | |||
| * | | Updated Essentials to work with R5 | snowleo | 2012-02-21 | -192/+130 |
| | | | ||||
| * | | CB#1952 | snowleo | 2012-02-21 | -0/+0 |
| | | | | | | | | | | | | B#1330 | |||
* | | | Merge branch 'master' into release | KHobbits | 2012-02-19 | -43/+198 |
|\| | | ||||
| * | | Add bPerm2 support for chat prefixes. | KHobbits | 2012-02-18 | -4/+69 |
| | | | ||||
| * | | Little bit of extra info in the default /einfo file | KHobbits | 2012-02-18 | -0/+4 |
| | | | ||||
| * | | Re-allow colours in newb welcome messages. | KHobbits | 2012-02-18 | -1/+1 |
| | | | ||||
| * | | Adding full keyword support for newb join message. | KHobbits | 2012-02-18 | -30/+105 |
| | | | | | | | | | | | | Also adding {ADDRESS} and {USERNAME} as new keywords. | |||
| * | | Don't try to use old bPerms API if it is not available. | KHobbits | 2012-02-16 | -12/+22 |
| | | | ||||
| * | | Fixing being charged twice for /back. | KHobbits | 2012-02-16 | -0/+1 |
| | | | ||||
* | | | Merge remote branch 'remotes/origin/master' into release | KHobbits | 2012-02-15 | -94/+161 |
|\| | | ||||
| * | | Its a good idea to actually register the listeners | md_5 | 2012-02-15 | -2/+1 |
| | | | ||||
| * | | Make Essentials Update use new Listener system, and fix a few general ↵ | md_5 | 2012-02-15 | -35/+20 |
| | | | | | | | | | | | | mistakes, including that of the config | |||
| * | | Fix formatting in the config.yml and plugin.yml files. Add a new author. | md_5 | 2012-02-15 | -20/+20 |
| | | | ||||
| * | | Add all the new R4 methods | md_5 | 2012-02-15 | -0/+56 |
| | | | ||||
| * | | Update to 1.1-R4 | md_5 | 2012-02-15 | -0/+36 |
| | | | ||||
| * | | Remove dropItems from the inventory work around | md_5 | 2012-02-15 | -39/+30 |
| | | | ||||
* | | | Merge branch 'master' into release | KHobbits | 2012-02-14 | -12/+45 |
|\| | | ||||
| * | | /spawnmob - Only list mobs you have permission to spawn. | KHobbits | 2012-02-14 | -2/+15 |
| | | | ||||
| * | | Don't return null, throw an exception | snowleo | 2012-02-14 | -4/+13 |
| | | | ||||
| * | | Merge pull request #49 from Iaccidentally/patch-2 | snowleo | 2012-02-14 | -1/+1 |
| |\ \ | | | | | | | | | fix typo in config.yml (another one) | |||
| | * | | fix typo in config.yml (another one) | Iaccidentally | 2012-02-14 | -1/+1 |
| | | | | ||||
| * | | | Merge pull request #48 from Iaccidentally/patch-1 | snowleo | 2012-02-14 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | fix typo in config.yml | |||
| | * | | fix typo in config.yml | Iaccidentally | 2012-02-14 | -1/+1 |
| |/ / | ||||
| * | | Less sanitizing for more performance | snowleo | 2012-02-13 | -10/+15 |
| | | | ||||
| * | | Caching regex return in user cleanup. | KHobbits | 2012-02-13 | -2/+8 |
| | | | | | | | | | | | | (Pushing this for testing purposes). |