Updated to 1.20.1

This commit is contained in:
2023-07-25 10:57:01 -04:00
parent d07dc0260b
commit 03c4f4790a
5 changed files with 74 additions and 423 deletions

View File

@ -24,7 +24,6 @@ for(let name in conf.mc.bots){
// inventoryViewer(bot.bot);
await sleep(1000);
bot.bot.setControlState('jump', true);
console.log(bot.bot.entity);
setTimeout(()=> bot.bot.setControlState('jump', false), 5000)
})