Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-12-01 | 1.2 kB | |
v2.1.0.tar.gz | 2020-12-01 | 274.4 kB | |
v2.1.0.zip | 2020-12-01 | 369.2 kB | |
Totals: 3 Items | 644.8 kB | 0 |
v2.1.0 https://github.com/idinium96/tf2autobot/pull/188
- [#127] Add an option to exclude uncraftable weapons as currency - @idinium96
⚠ You will need to remove enableCraftweaponAsCurrency
object in your options.json
file and add a new one:
"weaponsAsCurrency": {
"enable": true,
"withUncraft": true
},
ℹ Your bot will still be able to start if you don't do this. It will be set to the default values (enabled) but it will never automatically removed/added to your current options.json
file.
- replace
moment
library withdayjs
library. - @idinium96 - fix
!config
command for triggeringautobump
changes - @idinium96 - fix bot craft/smelt metals problem - @idinium96
- rollback ECMAScript version - @idinium96
- update dependencies - @idinium96
ℹ Please delete the current node_modules
folder:
- Windows: Just delete the folder.
- VPS (Linux): run rm -rf node_modules
ℹ Please remove and add the mentioned objects into your options.json
file.
✅ Update the bot with git stash && git checkout master && git pull && npm install && npm run build
and then restart your bot.