summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix Necrodooms errors for not using an IDE!!!!!ElgarL2013-02-04-3/+3
|
* Merge pull request #291 from necrodoom/patch-32ElgarL2013-02-04-4/+14
|\ | | | | display name instead of path for /mancheckw
| * Update EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.javaNecrodoom2013-02-01-2/+2
| |
| * Update ↵Necrodoom2013-02-01-2/+2
| | | | | | | | EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/UsersDataHolder.java
| * Update ↵Necrodoom2013-02-01-1/+6
| | | | | | | | EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/GroupsDataHolder.java
| * Update ↵Necrodoom2013-02-01-1/+6
| | | | | | | | EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/UsersDataHolder.java
* | Merge pull request #290 from necrodoom/patch-30ElgarL2013-02-04-1/+1
|\ \ | |/ |/| Derp - revert incorrect modified line
| * Derp - revert incorrect modified lineNecrodoom2013-02-01-1/+1
|/
* Let Bukkit decide if a bedspawn is valid or not.KHobbits2013-02-01-4/+4
| | | | Bukkit's bed fix forces minimum bukkit change.
* [GM] Catch all of the null.KHobbits2013-02-01-13/+17
|
* Make gm API lookup respect offlineperms toggle properly.KHobbits2013-02-01-3/+12
|
* Updating groups exampleKHobbits2013-01-31-2/+18
|
* Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9KHobbits2013-01-31-18/+87
|\ | | | | | | | | Conflicts: EssentialsGroupManager/src/Changelog.txt
| * Fix Necrodooms broken code.ElgarL2013-01-30-1/+2
| |
| * Merge pull request #288 from necrodoom/patch-29ElgarL2013-01-30-9/+23
| |\ | | | | | | config option to allow GM commands in commandblocks
| | * update changelogNecrodoom2013-01-30-4/+5
| | |
| | * update commandblock usage deny messageNecrodoom2013-01-30-2/+3
| | |
| | * update config description of allow_commmandblocksNecrodoom2013-01-30-3/+3
| | |
| | * add allow commandblock checkNecrodoom2013-01-30-2/+3
| | |
| | * register new config settingNecrodoom2013-01-30-1/+8
| | |
| | * update config.yml to include commandblock changeNecrodoom2013-01-30-1/+5
| |/
| * Doh, actually find what world we want to check properly with mancheckw.ElgarL2013-01-29-1/+11
| |
| * Update plugin.yml with the new commandElgarL2013-01-29-0/+4
| |
| * grammaaahhhh!!!ElgarL2013-01-29-1/+1
| |
| * Added '/mancheckw <world>' to inspect what permission files a world isElgarL2013-01-29-3/+31
| | | | | | referencing.
| * Missed an SElgarL2013-01-29-1/+1
| |
| * Prevent '*' permissions granting the 'groupmanager.noofflineperm'ElgarL2013-01-29-1/+4
| | | | | | permission.
| * Add support for BukkitForge using 'overworld' as the main world name.ElgarL2013-01-28-8/+17
| |
| * Negate 'groupmanager.noofflineperms' by default in the owner group.ElgarL2013-01-19-1/+3
| |
* | cleanup :: fix buildIaccidentally2013-01-31-20/+15
| |
* | Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronouslyIaccidentally2013-01-31-29/+30
| |
* | Update to 1.4.7 R1 :: remove calls to ScheduleAsyncDelayedTask, as it is ↵Iaccidentally2013-01-31-9/+27
| | | | | | | | deprecated :: cleanup :: WARNING: This commit may or may not be stable
* | What is less than less than one.KHobbits2013-01-29-1/+1
| |
* | Might as well make it all safe.KHobbits2013-01-29-11/+6
| |
* | Don't run calls against bucket api in async login threadsnowleo2013-01-30-65/+65
| |
* | Update /sell command to newer bukkit apisnowleo2013-01-29-13/+5
| |
* | Revert "Merge pull request #286 from GunfighterJ/2.9"ementalo2013-01-29-17/+5
| | | | | | | | | | This reverts commit ad4853454588cb482373e55b173b303e9fb8e45c, reversing changes made to f2619a4dde740d279a299b0ddf6be9eca63fb180.
* | Merge pull request #286 from GunfighterJ/2.9Iaccidentally2013-01-28-5/+17
|\ \ | | | | | | Ignore itemmeta on selling
| * | Ignore itemmeta on sellGunfighterJ2013-01-28-5/+17
| | |
| * | Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9GunfighterJ2013-01-27-99/+68
| |\ \ | |/ / |/| |
* | | Minor /ci tweak.KHobbits2013-01-27-2/+6
| | |
* | | Cleanup /ci addition.KHobbits2013-01-27-97/+62
| | |
| * | Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9GunfighterJ2013-01-27-12/+44
| |\ \ | |/ / |/| |
* | | Merge pull request #278 from GunfighterJ/2.9KHobbits2013-01-27-14/+103
|\ \ \ | | | | | | | | Adds vanilla syntax for /clearinventory
* | | | Fix vanish status when switching worlds.KHobbits2013-01-27-1/+5
| | | | | | | | | | | | | | | | This fixes the potion effect being cleared on world change.
* | | | Add command syntax comment, for clarification.KHobbits2013-01-27-4/+31
| | | | | | | | | | | | | | | | Merge branch '2.9' of github.com:essentials/Essentials into 2.9
* | | | Don't try and charge a user if we don't have the chat data stored.KHobbits2013-01-27-1/+1
| | | |
* | | | Make heal remove fire from players.Iaccidentally2013-01-26-0/+1
| | | |
* | | | Update heal to account for the fact that 20 is not always the max healthIaccidentally2013-01-26-6/+6
| | | |
| | * | Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9GunfighterJ2013-01-24-9/+24
| |/| | | |/ / |/| |