Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-11-29 | 5.5 kB | |
v2.0.0.tar.gz | 2020-11-29 | 272.1 kB | |
v2.0.0.zip | 2020-11-29 | 366.4 kB | |
Totals: 3 Items | 643.9 kB | 0 |
What's new?
⩥ For developer: - re-construction/refactorization of the existing files into smaller and more manageable files - @idinium96 - [#142] Centralize options parsing and add testing framework - @joekiller - Remove very long currency with weapons list, replace by generating it - @idinium96 - Upgrade TypeScript to v4.1.2 (stronger typed) and other dependencies - @idinium96 - Better Discord Webhook (combine functions, interfaces, add success/failed logging, and use promises). - @idinium96
⩥ For users:
- Make most env variables configurable through commands without the need to restart the bot. New commands: !options
(#168) and !config
- @joekiller / @idinium96
- See: options.json
- Live config update example:
-
[#154] Add item name matching on buy/sell, Add
js-levenshtein
library - @Bonfire -
[#134] Add Full Backpack information and explain to the owner and trade partner why the trade was unable to be performed - @Bonfire / @idinium96
-
[#162] Add confirmation to
!delete
command - @Bonfire -
[#166] Add the ability for the bot to promote sell orders (New item parameter
promoted
) (backpack.tf Premium only) - @idinium96 -
Add
!donatebptf
,!donatecart
and!donatenow
commands. - @idinium96 -
[#170] Add an option to show current stock and max stock (if available) in trade/review summary - @idinium96
- Enable this by setting
tradeSummary.showStockChanges
totrue
in youroptions.json
file. -
Disabled (default):
-
Enabled:
- Enable this by setting
-
Add to show individual pure metals
-
[#165] Add time taken to complete the trade in the trade summary. - @idinium96
-
[#174] Add
!shuffle
command to shuffle your pricelist entries (and will remove and recreate new listings on backpack.tf) - @idinium96 -
Add
strangeParts
tohighValue
object - able to only mention specified strange parts only. - @idinium96- See: Valid Strange Parts
-
Temporary fix for the crates creating multiple sell listings on Backpack.tf - @idinium96
- Craft/Uncraft weapons as currency now will shuffle every 11 minutes (when trade partner use
!buy
/!sell
/!buycart
/!sellcart
commands) - @idinium96
⚠ Please update your .env
or ecosystem.json
file to be just like below:
--- .env: https://github.com/TF2Autobot/tf2autobot/blob/master/template.env
--- https://github.com/TF2Autobot/tf2autobot/blob/master/template.ecosystem.json
ℹ Copy this and paste it into Sublime Text 3/Notepad++/Other editor, edit the values and save as options.json and put it into your bot files
folder.
ℹ Please refer to Wiki: https://github.com/idinium96/tf2autobot/wiki/Configuring-the-bot-(v2) for configuring your options.json
file.
ℹ Please delete the current node_modules
folder:
- Windows: Just delete the folder.
- VPS (Linux): run rm -rf node_modules
✅ Update the bot with git stash && git checkout master && git pull && npm install && npm run build
✅ Now restart your bot:
- Windows: Close cmd (Ctrl + C) and restart your bot.
- VPS (Linux): run pm2 restart ecosystem.json --update-env && pm2 save
🆘 Need help? Ask in TF2Autobot Discord Server
💗 The more the better! Show your love by sharing your bot trades in #🔴|community-2 channel on TF2Autobot Discord Server! Send me a DM for your unique Discord Webhook URL!
⭐ Become Stargazers! Simply click on the Star button or click here.