mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Closes #383
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
{
|
||||
"Enabled": false,
|
||||
"Paused": false,
|
||||
"SteamLogin": null,
|
||||
"SteamPassword": null,
|
||||
"PasswordFormat": 0,
|
||||
"SteamParentalPIN": "0",
|
||||
"SteamApiKey": null,
|
||||
"SteamMasterID": 0,
|
||||
"SteamMasterClanID": 0,
|
||||
"CardDropsRestricted": true,
|
||||
"DismissInventoryNotifications": true,
|
||||
"FarmingOrder": 0,
|
||||
"FarmOffline": false,
|
||||
"HandleOfflineMessages": false,
|
||||
"AcceptGifts": false,
|
||||
"IsBotAccount": false,
|
||||
"ForwardKeysToOtherBots": false,
|
||||
"DistributeKeys": false,
|
||||
"ShutdownOnFarmingFinished": false,
|
||||
"SendOnFarmingFinished": false,
|
||||
"SteamTradeToken": null,
|
||||
"SendTradePeriod": 0,
|
||||
"TradingPreferences": 1,
|
||||
"AcceptConfirmationsPeriod": 0,
|
||||
"CustomGamePlayedWhileFarming": null,
|
||||
"CustomGamePlayedWhileIdle": null,
|
||||
"GamesPlayedWhileIdle": []
|
||||
}
|
||||
"AcceptConfirmationsPeriod" : 0,
|
||||
"AcceptGifts" : false,
|
||||
"CardDropsRestricted" : true,
|
||||
"CustomGamePlayedWhileFarming" : null,
|
||||
"CustomGamePlayedWhileIdle" : null,
|
||||
"DismissInventoryNotifications" : true,
|
||||
"DistributeKeys" : false,
|
||||
"Enabled" : false,
|
||||
"FarmOffline" : false,
|
||||
"FarmingOrder" : 0,
|
||||
"ForwardKeysToOtherBots" : false,
|
||||
"GamesPlayedWhileIdle" : [],
|
||||
"HandleOfflineMessages" : false,
|
||||
"IsBotAccount" : false,
|
||||
"LootableTypes" : [ 1, 5, 7 ],
|
||||
"PasswordFormat" : 0,
|
||||
"Paused" : false,
|
||||
"SendOnFarmingFinished" : false,
|
||||
"SendTradePeriod" : 0,
|
||||
"ShutdownOnFarmingFinished" : false,
|
||||
"SteamApiKey" : null,
|
||||
"SteamLogin" : null,
|
||||
"SteamMasterClanID" : 0,
|
||||
"SteamMasterID" : 0,
|
||||
"SteamParentalPIN" : "0",
|
||||
"SteamPassword" : null,
|
||||
"SteamTradeToken" : null,
|
||||
"TradingPreferences" : 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user