summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/GroupsDataHolder.java
Commit message (Collapse)AuthorAgeLines
* Update ↵Necrodoom2013-02-01-1/+6
| | | | EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/GroupsDataHolder.java
* CommentingElgarL2012-09-25-1/+1
|
* Fix javadocsElgarL2012-09-25-1/+1
|
* Thread safety for GMsnowleo2012-09-10-4/+7
|
* Revert bad synchronizationsnowleo2012-09-10-3/+3
| | | | This reverts commit 9d820c94a6ff82ee4fef33d0b4e4389282d03d7e.
* Change to Hashtables to reduce the chance of aElgarL2012-09-10-3/+3
| | | | ConcurrentModificationException pulling group/user data in an Async thread.
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-5/+15
|
* Add some commentingElgarL2012-02-05-15/+2
|
* Fix world mirroring so it correctly creates data files and data sourcesElgarL2012-02-05-7/+15
| | | | | for partially mirrored worlds. Fixed world mirroring so it returns the correct data for the requested world
* Major, MAJOR changes to support partial/full world mirroring.ElgarL2012-01-11-0/+118
You can now mirror groups.yml, users.yml or both files between different worlds.