summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* - Update to handle 'getDescription().getPermissions(') returning aElgarL2011-09-21-2/+4
| | | list (CB 1172).
* - Reverted WorldHolder static change to maintain backward pluginElgarL2011-09-21-69/+70
| | | 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
| |
| * Fix GroupBridge buildsnowleo2011-09-18-2/+474
| |
* | do not show socialspy for own actions. Test #732ementalo2011-09-20-1/+2
| |
* | cleanup of *.propertiesementalo2011-09-19-16/+26
| |
* | Added new command /powertooltoggle, enables / disables all powertools ↵ementalo2011-09-19-1/+87
| | | | | | | | assigned (does not remove them) Test #919
* | Ignore ComputationExceptions while loading users asyncsnowleo2011-09-18-0/+7
| |
* | Allow yaw & pitch in /tppossnowleo2011-09-18-1/+7
| |
* | Updated german translation from ThatGangsta on IRCsnowleo2011-09-18-35/+34
| |
* | Fix GroupBridge buildsnowleo2011-09-18-2/+474
| |
* | The correct ant variable from TeamCitysnowleo2011-09-18-3/+3
| |
* | Using ant propertiessnowleo2011-09-18-3/+3
| |
* | One build file for all configurationssnowleo2011-09-18-0/+30
| |
* | Removed PermissionsCommands from BuildAllsnowleo2011-09-18-29/+4
| |
* | Automatic updates for future versions of items.csvsnowleo2011-09-18-99/+324
| | | | | | | | We also update all 1.7.3 versions of items.csv
* | New animals for spawner and spawnmobsnowleo2011-09-17-6/+10
| |
* | GroupManager 1.1snowleo2011-09-17-612/+1378
|\| | | | | | | | | | | | | | | 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-72/+344
| |
| * added PermissionHandler.class and .project/.classpath so this will buildSteve2011-08-31-0/+25
| | | | | | in eclipse
| * Test commit to see if push worksSteve2011-08-29-1/+1
| | | | | | Updated plugin.yml to alpha-6 for GM
| * Merge branch 'master' into groupmanagersnowleo2011-08-14-46/+111
| |\
| * | GroupManager update to Permissions 3.1.6 API done by ElgarLsnowleo2011-08-14-410/+810
| | |
| * | Update Permissions3.jar in lib folder to 3.1.6snowleo2011-08-14-0/+0
| | |
* | | New items.csv by andrewkmsnowleo2011-09-17-1/+138
| | |
* | | New methods in player and server interface.snowleo2011-09-17-0/+182
| | |
* | | CB#1137snowleo2011-09-17-0/+0
| | | | | | | | | | | | B#837
* | | Merge branch 'bukkitupdate'snowleo2011-09-15-197/+141
|\ \ \
| * | | Updates for banningsnowleo2011-09-07-197/+141
| | | | | | | | | | | | | | | | | | | | | | | | Removing the ban workaround We might remove the ban commands completely.
| * | | CB#1089snowleo2011-09-07-0/+0
| | | | | | | | | | | | | | | | B#823
* | | | Fix getSafePosition once again.snowleo2011-09-11-6/+42
| | | | | | | | | | | | | | | | | | | | | | | | This time: Fix the rare case where the double number is slightly below the actual number (like 1.9999999998) Also: Fix the case, when the player teleports somewhere in a 2 block high space and on the floor is something like rails.
* | | | added a clearall option to powertoolsokamosy2011-09-10-1/+22
| | | |