๐ช Replace Door ID
script untuk ganti door id di world farm kamu! diperlukan agar bot ada akses ke setiap Door nya ya. dan kalau make farming v web, perlu kamu ganti manual door idnya lewat table setelah semua terganti
# OnLoad - start scriptโ
setting "delay_after_join" 4
execute as "{script.bots.0}" var "worlds" store list ["MYWORLD|ID"]
execute if-true [{var.worlds}="null"] terminate
loop "{var.worlds}"
go "{var.loop.value}" await
execute if-true [{var.returnValue.isSuccess}="false"] loop continue
tile @t[foreground="Door"] edit [label="sudah diganti",id="IDBARU"]
var "tile" store entity @t[foreground="Door"]
execute if-true [{var.tile.name}="sudah diganti"] notification raw "{var.loop.value} id changed"
loop end