summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.java
Commit message (Collapse)AuthorAgeLines
...
| * Added '/mancheckw <world>' to inspect what permission files a world isElgarL2013-01-29-1/+27
| | | | | | referencing.
* | Merge remote-tracking branch 'remotes/origin/groupmanager' into 2.9KHobbits2013-01-14-1/+1
|\|
| * Fix the logger so errors are reported again.ElgarL2013-01-13-1/+1
| |
* | Merge remote-tracking branch 'origin/groupmanager' into 2.9Chris Ward2013-01-11-1/+1
|\|
| * Store a plugin and server reference.ElgarL2013-01-11-1/+1
| |
* | Merge branch 'groupmanager' into 2.9Chris Ward2013-01-10-12/+27
|\|
| * Synchronize the raising of GroupManager events to Bukkit.getServer()ElgarL2013-01-09-2/+17
| | | | | | (should prevent deadlocks).
| * Merge pull request #241 from necrodoom/patch-15ElgarL2013-01-09-1/+1
| |\ | | | | | | fix typo
| | * fix typoNecrodoom2013-01-05-1/+1
| | |
| * | Clear our attachment map upon a manload so we correctly reconfigure aElgarL2013-01-09-1/+1
| |/ | | | | players new permissions.
| * fix isOpOverride checksNecrodoom2012-12-31-4/+4
| |
| * Fix missing + from Necrodoom's pull request.ElgarL2012-12-28-3/+3
| |
| * Update EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.javaNecrodoom2012-12-25-4/+4
| |
* | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9KHobbits2012-12-16-1/+9
|\|
| * Update bukkit.jar to #1593 in lib so we can reference the newElgarL2012-11-13-1/+2
| | | | | | interfaces.
| * Prevent GM commands from being used on CommandBlocks.ElgarL2012-11-11-0/+6
| |
| * Add support for Rcon.ElgarL2012-11-11-1/+2
| |
* | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9KHobbits2012-11-11-6/+6
|\|
| * Update EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.javaNecrodoom2012-11-02-6/+6
| |
* | Use the class, not the interfaceAlexander Schepp2012-10-31-1/+1
| | | | | | This code will be changed later, once Elgarl updates the gm branch to 1.4
* | Quickfix to prevent GM commands from being called by BlockCommandSender.Alexander Schepp2012-10-31-0/+5
|/
* Minor typo fix - NecrodoomElgarL2012-09-25-1/+1
|
* Include the GM version when logging errors.ElgarL2012-08-31-2/+4
|
* Only output a Data update message if something has changed.ElgarL2012-06-22-2/+2
|
* Allow 'manucheckp' to notify when superperms reports false but it isElgarL2012-04-22-1/+1
| | | really negated.
* Fix forgetting sub groups on a manload.ElgarL2012-04-21-6/+42
|
* Re-initialize the WorldsHolder on a reload, as un-registering andElgarL2012-04-16-35/+61
| | | | re-registering a new holder means all plugins have to check for the new service on every quiery.
* Finally remove all deprecated methods.ElgarL2012-04-13-55/+0
|
* Code tidyElgarL2012-04-13-10/+6
|
* Stop using our own deprecated methods as we tell others to do.ElgarL2012-04-13-10/+8
|
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-150/+167
|
* Unregister the worldsHolder as a service on a reload/shutdown instead ofElgarL2012-04-12-1/+1
| | | the whole plugin.
* Fix 'manuadd' to use the default or selected world (via 'manselect'), ifElgarL2012-04-10-3/+12
| | | the world is not specified in the command.
* Stop the error on shutdown if GM failed to load at startup.ElgarL2012-04-10-42/+128
| | | | | | GroupManager will now generate it's own log (in the GM folder) to keep things tidy, but also to account of those players unable to find/access their server.log. Startup errors will now lock out ALL commands other than '/manload'
* Added missing confirmation message on '/manload'.ElgarL2012-04-07-0/+2
|
* Expand 'manwhois' to also list a users subgroups.ElgarL2012-04-07-0/+10
|
* Remove all permission attachments when performing a manload or restart.ElgarL2012-04-06-0/+3
|
* Added a new permission node 'groupmanager.op'. This will cause playersElgarL2012-04-02-1/+1
| | | | | with this node to be treated as op's when using GroupManager commands (they will still require each commands permission node to use them).
* Correct GrammarElgarL2012-03-22-1/+1
|
* Removed Portuguese text, and added English replacements. Made more sense of ↵Michael Bonney2012-03-21-153/+153
| | | | the sentences, and also changed an incorrect message to it's proper form.
* change []<> for optional command componentsElgarL2012-03-06-1/+1
|
* Expanded '/manuadd'to accept an optional variable for the world (egElgarL2012-03-06-32/+54
| | | '/manuadd <player> <group> <world>').
* Make 'manload' reload the config correctly.ElgarL2012-02-28-9/+9
|
* Prevent promoting players to, and demoting to GlobalGroups.ElgarL2012-02-25-0/+28
|
* Prevent adding inheritances to globalgroups. These are permissionsElgarL2012-02-25-0/+10
| | | collections, not player groups.
* A command of '/manload' with no world arguments now performs a fullElgarL2012-02-18-33/+21
| | | reload of GM.
* Change Service registration to register WorldsHolder instead ofElgarL2012-02-11-1/+1
| | | AnjoPermissionsHandler. This is the correct entry point for all data.
* Fix world mirroring so it correctly creates data files and data sourcesElgarL2012-02-05-2/+3
| | | | | for partially mirrored worlds. Fixed world mirroring so it returns the correct data for the requested world
* Fix a bug with getWorldData return the main world data for all mirrors,ElgarL2012-02-02-1/+1
| | | instead of the worlds parent data.
* Fix players retaining permissions when demoted.ElgarL2012-01-29-15/+16
|