summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src
Commit message (Collapse)AuthorAgeLines
...
* Optimized getAllPlayersPermissions and fixed pushing unknown perms toElgarL2011-09-26-61/+13
| | | superperms.
* Fix for GM not checking inheritance for known superperms nodes.ElgarL2011-09-26-24/+4
|
* Fixed silly error with isLoaded()ElgarL2011-09-25-15/+22
|
* Fix for if the scheduler failsElgarL2011-09-24-0/+2
|
* Forgot to push taskElgarL2011-09-24-0/+27
|
* Added a BukkitPermsUpdateTask to only update superperms once on aElgarL2011-09-24-5/+30
| | | load/reload.
* Removed superperms update on plugins unloading. Unneeded and createdElgarL2011-09-24-3/+4
| | | undesired lag on shutdown.
* 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
|
* - Update to handle 'getDescription().getPermissions(') returning aElgarL2011-09-21-2/+4
| | | list (CB 1172).
* - Reverted WorldHolder static change to maintain backward pluginElgarL2011-09-21-8/+9
| | | compatability.
* 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
| |
* | GroupManager 1.1snowleo2011-09-17-371/+927
|\| | | | | | | | | | | | | | | 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
| * - Invalid groups assigned to players in users.yml will no longer causeElgarL2011-09-03-8/+11
| | | | | | a crash. GM will now set them to the default group instead.
| * Damn typosElgarL2011-09-03-34/+34
| |
| * correct typo on setDefaulttWorldHandlerElgarL2011-09-03-34/+34
| |
| * - GroupManager will now attempt to select the default world when usingSteve2011-09-03-101/+96
| | | | | | commands instead of failing and telling you to use '/manselect <world>'.
| * - Fixed users being able to use 'manuadd' to add users to higher groupsElgarL2011-09-03-31/+56
| | | | | | | | | | | | than their own. - Added SuperPerms support so GM will update adn provide the permissions to plugins which only support Bukkit Perms. - Added more helpful output to errors on argument lengths.
| * Bukkit Superperms supportElgarL2011-09-02-5/+225
| |
| * Test commit to see if push worksSteve2011-08-29-1/+1
| | | | | | Updated plugin.yml to alpha-6 for GM
| * GroupManager update to Permissions 3.1.6 API done by ElgarLsnowleo2011-08-14-170/+437
| |
* | Updating default permissions.KHobbits2011-08-20-51/+51
| |
* | Removing advice to move to perm3KHobbits2011-08-15-1/+1
|/
* Fix duplicated logger messages in GM after reloadsnowleo2011-07-19-1/+3
|
* essentials.back.ondeath would be useless without essentials.backKHobbits2011-07-03-1/+1
|
* Query: KHobbits2011-06-29-17/+24
| | | | - does essentials.back.ondeath work without essentials.back, and vice versa? - should we swap signs.protection.override? to signs.override.protection?
* Added info of change to version.snowleo2011-06-25-1/+1
| | | | idea by TheRec
* Added permissions to bypass EssentialsProtect damage protection.snowleo2011-05-15-0/+1
| | | | | | | | | | | | | | | | | | | As admin you want to disable this with - -essentials.protect.damage.* New permissions: essentials.protect.damage.contact essentials.protect.damage.lava essentials.protect.damage.tnt essentials.protect.damage.creeper essentials.protect.damage.projectiles essentials.protect.damage.fall essentials.protect.damage.suffocation essentials.protect.damage.fire essentials.protect.damage.drowning essentials.protect.damage.lightning git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1476 e251c2fe-e539-e718-e476-b85c1f46cddb
* Using default group for users with unknown group.snowleo2011-05-14-4/+6
| | | | | | Ignore double users. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1460 e251c2fe-e539-e718-e476-b85c1f46cddb
* Op users now have access to all GroupManager commands.snowleo2011-05-13-18/+18
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1435 e251c2fe-e539-e718-e476-b85c1f46cddb
* The default group does not have build rights.snowleo2011-05-13-1/+1
| | | | | | Op users always have build rights. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1434 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk/ Groupmanager] change the groups.yml so the default config will let ↵ementalo2011-05-04-1/+1
| | | | | | default build. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1341 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk/GroupManager] Correct error message on failing to load users file.snowleo2011-04-30-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1291 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] GroupManager: Support utf-8 for saving files.snowleo2011-04-10-5/+17
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1170 e251c2fe-e539-e718-e476-b85c1f46cddb