Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix GroupBridge build | snowleo | 2011-09-18 | -2/+474 |
| | ||||
* | Read from group not user for setting superperms | ElgarL | 2011-09-16 | -2/+2 |
| | ||||
* | Quickfix: Slightly changing syntax to stop conflict - This needs to be ↵ | KHobbits | 2011-09-15 | -58/+58 |
| | | | | properly addressed | |||
* | Doh, jumped a version | ElgarL | 2011-09-06 | -1/+1 |
| | ||||
* | Final tidy up of superperms for GM 1.2 | ElgarL | 2011-09-06 | -1/+0 |
| | ||||
* | removed unneeded include | ElgarL | 2011-09-06 | -2/+1 |
| | ||||
* | - Fixed BukkitPerms population. Wasn't correctly setting superperms. | ElgarL | 2011-09-06 | -8/+36 |
| | ||||
* | Push to Build dev version | ElgarL | 2011-09-04 | -2/+2 |
| | ||||
* | - Fix for an infinite loop bug with the new Bukkit Perms during a new | ElgarL | 2011-09-03 | -7/+16 |
| | | | user creation. | |||
* | - Fix for Users.yml containing only 'users:' causing a crash. | ElgarL | 2011-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 understand | ElgarL | 2011-09-03 | -1/+2 |
| | | | mirroring | |||
* | - Invalid groups assigned to players in users.yml will no longer cause | ElgarL | 2011-09-03 | -8/+11 |
| | | | a crash. GM will now set them to the default group instead. | |||
* | Damn typos | ElgarL | 2011-09-03 | -34/+34 |
| | ||||
* | correct typo on setDefaulttWorldHandler | ElgarL | 2011-09-03 | -34/+34 |
| | ||||
* | - GroupManager will now attempt to select the default world when using | Steve | 2011-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 groups | ElgarL | 2011-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 support | ElgarL | 2011-09-02 | -72/+344 |
| | ||||
* | added PermissionHandler.class and .project/.classpath so this will build | Steve | 2011-08-31 | -0/+25 |
| | | | in eclipse | |||
* | Test commit to see if push works | Steve | 2011-08-29 | -1/+1 |
| | | | Updated plugin.yml to alpha-6 for GM | |||
* | Merge branch 'master' into groupmanager | snowleo | 2011-08-14 | -46/+111 |
|\ | ||||
| * | Update Permissions3.jar in lib folder to 3.1.6 | snowleo | 2011-08-14 | -0/+0 |
| | | ||||
| * | Merge pull request #22 from okamosy/master | KHobbits | 2011-08-11 | -46/+104 |
| |\ | | | | | | | Adding hidden players to tpo/unlimited update | |||
| | * | Added ability to clear entire list of of unlimited items | okamosy | 2011-08-11 | -38/+65 |
| | | | | | | | | | | | | | | | Fixed permission bug with per item spawning General unlimited cleanup | |||
| | * | Added support for teleporting to hidden players | okamosy | 2011-08-11 | -8/+39 |
| |/ | | | | | | | Permission: essentials.teleport.hidden | |||
| * | Merge pull request #1 from okamosy/master | KHobbits | 2011-08-11 | -0/+7 |
| |\ | | | | | | | added error message | |||
| | * | added error message when attempting to pay a user that isn't online | okamosy | 2011-08-11 | -0/+7 |
| | | | ||||
* | | | GroupManager update to Permissions 3.1.6 API done by ElgarL | snowleo | 2011-08-14 | -410/+810 |
| | | | ||||
* | | | Update Permissions3.jar in lib folder to 3.1.6 | snowleo | 2011-08-14 | -0/+0 |
|/ / | ||||
* | | Catch NPE while login of new player | snowleo | 2011-08-11 | -3/+12 |
| | | ||||
* | | Allow the use of the world spawn in EssentialsSpawn for new players. | snowleo | 2011-08-11 | -10/+14 |
| | | ||||
* | | Fix help for plugins which miss command descriptions. | KHobbits | 2011-08-11 | -33/+40 |
|/ | ||||
* | Todo/alias. | KHobbits | 2011-08-11 | -2/+2 |
| | ||||
* | Fix unbanning players who don't have user files. | KHobbits | 2011-08-11 | -4/+13 |
| | ||||
* | Updating /help for static ptime. | KHobbits | 2011-08-11 | -1/+1 |
| | ||||
* | Fix sethome/seen for invalid players. | KHobbits | 2011-08-11 | -1/+5 |
| | ||||
* | Stop searching for tp location after a chunk. | KHobbits | 2011-08-11 | -6/+5 |
| | ||||
* | /ptime list output message change | KHobbits | 2011-08-11 | -2/+6 |
| | ||||
* | Removing hole in floor, tp cop-out. | KHobbits | 2011-08-11 | -1/+6 |
| | | | | | This should force the code to find an suitable tp location. - Not sure how well this will effect performance, but wanted to test it. | |||
* | Add '@' prefix to time, to fix the time, rather than relative. | KHobbits | 2011-08-10 | -11/+32 |
| | ||||
* | Merge diff from krnlyng: | KHobbits | 2011-08-10 | -2/+7 |
| | | | | Adjust item spawn, to allow for match native names. | |||
* | Fixing annoying text match. | KHobbits | 2011-08-10 | -1/+1 |
| | ||||
* | Fixing omission on last patches. | KHobbits | 2011-08-10 | -3/+4 |
| | ||||
* | Patch around broken bukkit method. | KHobbits | 2011-08-10 | -1/+3 |
| | ||||
* | Trim help message to fit on 1 line. | KHobbits | 2011-08-10 | -4/+4 |
| | | | | Added old time alias. | |||
* | Fixing display timezone if the server isn't running GMT+1 | KHobbits | 2011-08-10 | -1/+3 |
| | ||||
* | Added method to list users fixed time. | KHobbits | 2011-08-10 | -1/+15 |
| | ||||
* | Adjust times a little bit to be more realistic? | KHobbits | 2011-08-10 | -4/+4 |
| | ||||
* | Allow other plugins to use the same first line on signs as essentials. Just ↵ | snowleo | 2011-08-08 | -3/+6 |
| | | | | make sure that the player, who creates the sign does not have essentials.signs.signname.create or essentials.signs.create.signname permission. | |||
* | Reverting some changes to /time command | snowleo | 2011-08-08 | -10/+2 |
| | ||||
* | Revert "Prevent closing already closed statements" | snowleo | 2011-08-08 | -28/+7 |
| | | | | This reverts commit b9fc6a0b2bd89d7dcd5b97540a03353a096b55bd. |