This commit is contained in:
2025-05-04 19:22:31 -04:00
parent ddc6f2d167
commit 7c26d2f0a3
15 changed files with 958 additions and 318 deletions

View File

@ -16,10 +16,14 @@ class Tp{
}
}
await this.bot.goTo({
where: this.bot.findBlockBySign('bot TP spot'),
range: 0,
});
let spot = this.bot.findBlockBySign('bot TP spot');
if(spot){
await this.bot.goTo({
where: spot,
range: 1,
});
}
this.cleatTimeout = setTimeout(()=>{
this.bot.pluginUnload(this.constructor.name)