last edited: 2026-03-08
yolkbot 1.5 was yolkbot's major release, deemed 'the biggest yet' with many breaking changes. the deadline has been reached, meaning previous versions of yolkbot are now deprecated and no longer supported. if you haven't migrated to yolkbot 1.5 yet, you should probably do that soon!
yolkbot 1.5: the new version of yolkbot, which released on 1/25/26. yolkbot 1.4: the previous version of yolkbot, which has been deprecated.
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.
yes. the deadline for migrating to yolkbot 1.5 has been reached, and yolkbot 1.4 is no longer supported. if you don't migrate, your bot will entirely stop working at some point in the future
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 :)