summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/WorldDataHolder.java
Commit message (Expand)AuthorAgeLines
* Ensure GM reports the same permissions as Bukkit.ElgarL2014-06-20-2/+6
* Fix attachments not being reset between worlds.ElgarL2014-06-20-1/+0
* Convert all User lookups and commands to use UUIDs where possible.ElgarL2014-06-20-21/+14
* Prevent NPEs on new user creation.ElgarL2014-06-20-11/+15
* Prevent plugins which run their PlayerJoinEvent too early from breaking the n...ElgarL2014-06-19-1/+1
* Fix NPE when adding name to UUID key before the name has been set.ElgarL2014-06-19-1/+1
* Add internal name to UUID resolution to speed data lookups.ElgarL2014-06-19-3/+92
* Error in logicElgarL2014-05-04-1/+1
* Prevent players who have never logged in before from taking over existing acc...ElgarL2014-05-04-1/+1
* Fix overloadedWorldHolder so it correctly calls the new WorldHolder code when...ElgarL2014-04-14-4/+4
* v2.1:ElgarL2014-04-14-27/+110
* [GM] Catch all of the null.KHobbits2013-02-01-13/+17
* Synchronize the raising of GroupManager events to Bukkit.getServer()ElgarL2013-01-09-11/+10
* GroupManager typo fixNecrodoom2012-11-08-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
* Thread safety for GMsnowleo2012-09-10-7/+22
* Give a better error when a subgroup is null.ElgarL2012-08-31-4/+8
* Throw a better error than 'null' when someone removes all groups from aElgarL2012-07-06-0/+4
* Fix loading users with only numerals in their names to be seen asElgarL2012-06-24-2/+8
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-1099/+1180
* 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
* 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-2/+5
* Fix world mirroring so it correctly creates data files and data sourcesElgarL2012-02-05-40/+62
* Catch all errors in badly formatted groups.ElgarL2012-01-31-5/+6
* Auto sort permissions on load to speed up population of superperms.ElgarL2012-01-30-26/+30
* Fixed an infinite loop error when using '/manudel' on a logged inElgarL2012-01-25-1/+1
* Catch NullPointerErrors generated by blank permission nodes.ElgarL2012-01-14-2/+12
* Major, MAJOR changes to support partial/full world mirroring.ElgarL2012-01-11-360/+164
* Added custom events so plugins can now be notified of changes withinElgarL2011-12-13-2/+27
* Fix manload to properly clone user variables.ElgarL2011-12-08-8/+12
* globalgroups prefix 'g:' is now not case sensitive.ElgarL2011-11-29-5/+5
* Added file details in error messages for loading groups/users.ElgarL2011-11-27-10/+10
* Stop throwing errors on an empty users file.ElgarL2011-11-21-67/+63
* Fixed GM holding files open and causing the time stamp to be incorrect.ElgarL2011-11-17-4/+8
* Added comments to groups.yml for global groupsElgarL2011-11-15-2/+17
* Minor optimization for Group loading/cloneElgarL2011-11-07-2/+6
* Fix for Users file being flagged as updated when it wasn't.ElgarL2011-11-07-2/+2
* Fixed Group/User reloadingElgarL2011-11-05-6/+28
* Fix for file date conflict causing memory data to be wiped.ElgarL2011-11-04-27/+12
* Fixed up javadoc comment errorsElgarL2011-11-04-10/+12