better trade

This commit is contained in:
2023-06-06 12:50:53 -04:00
parent d6c003850d
commit 77513c4c8d
5 changed files with 273 additions and 1757 deletions

View File

@ -21,11 +21,16 @@ for(let name in conf.mc.bots){
}
bot.on('onReady', async function(argument) {
inventoryViewer(bot.bot);
// inventoryViewer(bot.bot);
await sleep(1000);
bot.bot.setControlState('jump', true);
console.log(bot.bot.entity);
setTimeout(()=> bot.bot.setControlState('jump', false), 5000)
})
// bot.on('message', function(...args){
// console.log('message | ', ...args)
// })
}
(async ()=>{