better trade
This commit is contained in:
@ -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 ()=>{
|
||||
|
Reference in New Issue
Block a user