last edited: 2026-01-31
yolkbot 1.5 has released, and it is yolkbot's biggest release yet.
yolkbot 1.5: the new version of yolkbot, which released on 1/25/26. this is what you're reading about. yolkbot 1.4: the previous version of yolkbot, which is what your code runs on now.
yolkbot 1.5 is the gap between yolkbot 1.0 and 2.0. it rewrites a lot of yolkbot's internal systems to be more efficient, stable, and easier to use.
i will continue to update yolkbot 1.4 after yolkbot 1.5 is released until March 1st, 2026. after this date, yolkbot 1.4 will no longer receive updates or support. (this gives you a month, you can migrate, it's not that difficult)
well, you should probably start by reading about the migration to actions, since that impacts everyone using yolkbot. after that:
npm install yolkbot@latestbun install yolkbot@latestsimply update your URLs:
.../global.js -> https://yolkbot.xyz/browser/global.js.../module.js -> https://yolkbot.xyz/browser/module.js (without the .js should also work in most cases)SIMULATION intent allows for better pathfinding, especially when parkour is involvedbot.dispatch still (and always will) work!bot.dispatch is getting removed i'm blocking youyolkbot/enums for easy error handlingerrorLogger parameter for APIs and Bots, allowing for easier error logging:
import { Bot } from 'yolkbot';
const bot = new Bot({ errorLogger: (...data) => console.error('yolkbot error:', ...data) });
bot.getBestTarget - a new utility to get the best target for your bot to targetFASTER_RESPAWN intent - bots respawn faster (1s) with this intent enabled
bot.createPrivateGame('useast', 'ffa', 'castle')yolkbot/socket (yolkws) supports autoReconnect!this may be a bug! join the Discord and let me know :)