npm install git://github.com/alvinl/stem-friends.git
- Add
"stem-friends": {}
to plugins.json
add / remove friend <steamID>
Adds or removes a friend
{
"stem-friends": {
"whitelist": {
"enabled": false,
"users": ["steamID1", "steamID2"]
},
"autoaccept": true
}
}
whitelist
enabled
Toggles whitelist functionalityusers
Array of whitelisted steamID's
autoaccept
Whether or not to autoaccept all friend requests- Whitelist and autoaccept cannot both be enabled.