summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder
Commit message (Expand)AuthorAgeLines
* Fix global mirroring of non main worlds.ElgarL2013-02-22-2/+8
* Do not list "all_unnamed_worlds" as a selectable world.ElgarL2013-02-22-24/+27
* Don't try to use the worldHolder before it's initialised.ElgarL2013-02-22-5/+10
* Added a new mirroring option in the config of 'all_unnamed_worlds'. ThisElgarL2013-02-22-10/+40
* '/manselect' will no longer list duplicate worlds.ElgarL2013-02-22-6/+15
* Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/Users...Necrodoom2013-02-01-2/+2
* Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/Group...Necrodoom2013-02-01-1/+6
* Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/Users...Necrodoom2013-02-01-1/+6
* [GM] Catch all of the null.KHobbits2013-02-01-13/+17
* Add support for BukkitForge using 'overworld' as the main world name.ElgarL2013-01-28-7/+15
* Synchronize the raising of GroupManager events to Bukkit.getServer()ElgarL2013-01-09-11/+10
* Fix recursive error detection when partial mirroring the main worldElgarL2012-11-20-2/+2
* GroupManager typo fixNecrodoom2012-11-08-2/+2
* allWorldsDataList now returns fully mirrored worlds whihc are notElgarL2012-10-01-2/+2
* No need for a new array.ElgarL2012-09-25-3/+1
* Add alphabetically sorted user lists.ElgarL2012-09-25-4/+10
* Change order of data in Users.yml to [name, Group, SubGroup,ElgarL2012-09-25-124/+105
* CommentingElgarL2012-09-25-2/+2
* Fix javadocsElgarL2012-09-25-2/+2
* Thread safety for GMsnowleo2012-09-10-17/+46
* Revert bad synchronizationsnowleo2012-09-10-13/+10
* Synchronize the world data holder.ElgarL2012-09-10-2/+4
* Change to Hashtables to reduce the chance of aElgarL2012-09-10-8/+9
* Give a better error when a subgroup is null.ElgarL2012-08-31-4/+8
* Fix mirroring now we are not using any Bukkit methods.ElgarL2012-08-03-16/+24
* Fix a cases sensitivity bug in world loading.ElgarL2012-08-03-1/+1
* Throw a better error than 'null' when someone removes all groups from aElgarL2012-07-06-0/+4
* Ignore any sub folders in the Worlds folder which start with a periodElgarL2012-07-04-1/+1
* Fix loading users with only numerals in their names to be seen asElgarL2012-06-24-2/+8
* Only output a Data update message if something has changed.ElgarL2012-06-22-1/+7
* Fix forgetting sub groups on a manload.ElgarL2012-04-21-0/+1
* Re-initialize the WorldsHolder on a reload, as un-registering andElgarL2012-04-16-2/+9
* Finally remove all deprecated methods.ElgarL2012-04-13-2/+0
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-1898/+2033
* Fixed the 'last' nested throw/catch and rework all user and groupElgarL2012-04-13-102/+190
* Fix silly nested throw/catch statements. Errors are now correctlyElgarL2012-04-12-142/+171
* Expand GlobalGroups.yml and groups.yml to cover the VanishNoPacketElgarL2012-04-11-4/+6
* Better handling of errors in user and group yml's.ElgarL2012-04-07-177/+230
* Prevent Null entries in group inheritance from throwing errors.ElgarL2012-04-03-4/+6
* Catch errors caused by bad indentation in yml's.ElgarL2012-03-29-168/+176
* Stop attempting to push empty permissions when players edit the yml'sElgarL2012-03-29-4/+20
* Auto rename all case sensitive world folders to lower case (ifElgarL2012-03-26-2/+22
* Treat all world names as lower case for file handling (please check inElgarL2012-03-26-18/+26
* Don't remove an attachment on a player leaving as Bukkit never forgetsElgarL2012-03-17-25/+1
* Better reporting when a users.yml is failing to load.ElgarL2012-03-04-1/+6
* Updated Essentials to work with R5snowleo2012-02-21-1/+1
* Add some commentingElgarL2012-02-05-35/+9
* Fix world mirroring so it correctly creates data files and data sourcesElgarL2012-02-05-74/+201
* Fix a bug with getWorldData return the main world data for all mirrors,ElgarL2012-02-02-1/+12
* Catch all errors in badly formatted groups.ElgarL2012-01-31-5/+6