The New Group Random Avatar CSModule assigns a Group a random avatar from the Group Selectable Avatars store whenever a new Group is created. (Note, this avatar can still be changed by a group owner at a later date.)
<Override xpath="/CommunityServer/CSModules" mode="add"> <add name="NewGroupRandomAvatar" type="AlexCrome.Evolution.Modules.NewGroupRandomAvatar, AlexCrome.Evolution" /> </Override>
To uninstall the New Group Random Avatar addon, simply remove the above xml from your communityserver_override.config file. (Note, this will not change the avatars of any groups which have already had a random avatar assigned to them when they were created).