Updated to 1.20.1
This commit is contained in:
@ -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)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user