diff --git a/docs/configuration_files.md b/docs/configuration_files.md index 5a1bd942b1..4890c10728 100644 --- a/docs/configuration_files.md +++ b/docs/configuration_files.md @@ -43,7 +43,10 @@ The behaviors of the bot are configured via the `tasks` key in the `config.json` * `dont_nickname_favorite`: Default `false` | Prevents renaming of favorited pokemons * `good_attack_threshold`: Default `0.7` | Threshold for perfection of the attack in it's type *(0.0-1.0)* after which attack will be treated as good.
Used for `{fast_attack_char}`, `{charged_attack_char}`, `{attack_code}` templates * RecycleItems - * `item_filter`: Pass a list of unwanted [items (using their JSON codes)](https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Item-ID's) to recycle when collected at a Pokestop + + > **NOTE:** It's highly recommended to put this task before MoveToFort and SpinFort tasks. This way you'll most likely be able to loot. + * `item_filter`: Pass a list of unwanted [items (using their JSON codes or names)](https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Item-ID's) to recycle. + * `min_empty_space`: Default `6` | Minimum empty space to keep in inventory. Once the inventory has less empty space than that amount, the recycling process is triggered. Set it to the inventory size to trigger it at every tick. * SpinFort * TransferPokemon