MOVE Lua
MOVE Lua
setting = {
---> daftar item id yang mau dimove
itemId = {1,1,1,1},
---> bagian storage world
storage = {
---> bagian world take
worldTake = {world = {"x","x","x"}, door = "x"},
---> bagian world drop
worldDrop = {world = {"x","x","x"}, door = "x", limit = 10000, dropposition
= {x = 60, y = 22}}
},
---> bagian mode
mode = {separated = false, removeBot = false},
---> bagian webhook
webhook = {access = false, botstatus = {url = "x"}, infoworld = {url = "x",
messageid = "x"}},
---> bagian delay
delay = {warp = 10000, drop = 2000, reconnect = 10000}
}
--==========================================--
--------------[ MULTIBOT CONFIG]--------------
--==========================================--
---> ganti ke true jika ingin mengambil items dari world farm, ex : floating
blocks/seed or gems
collectfromfarm = false
bot[1] = {
startfrom = 1,
farmList = {"x","x","x"},
idList = "x"
}
bot[2] = {
startfrom = 1,
farmList = {"x","x","x"},
idList = "x"
}
bot[3] = {
startfrom = 1,
farmList = {"x","x","x"},
idList = "x"
}
bot[4] = {
startfrom = 1,
farmList = {"x","x","x"},
idList = "x"
}
--==========================================--
--------------[ Uneditable Area ]-------------
--==========================================--