1. The plugin clans there is a line:
    Code:
    Config.Set("addClanMatesAsFriends", true);
    that does not work for some reason with the plugin Friends.
    How do I do that would, when added to a clan of people, it has automated all clan members were added as a friend (/friend add) ? And just when a player withdraws from the clan, remove friends.
     
  2. Wulf

    Wulf Community Admin

    You should be editing the config file, not the plugin itself.
     
  3. Config File:
    Code:
    "addClanMatesAsFriends": true,
     
  4. Wulf

    Wulf Community Admin

    Did you reload the plugins?