0% found this document useful (0 votes)
42 views2 pages

MOVE Lua

This document contains configuration settings for an automated item moving script, including item IDs to move, storage locations, mode settings, webhook settings, and delays. It also defines multiple bot configurations that specify world farms to collect items from.

Uploaded by

rapramadhan66
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views2 pages

MOVE Lua

This document contains configuration settings for an automated item moving script, including item IDs to move, storage locations, mode settings, webhook settings, and delays. It also defines multiple bot configurations that specify world farms to collect items from.

Uploaded by

rapramadhan66
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

--==========================================--

---------------[ MAIN CONFIG ]----------------


--==========================================--

BizzantiuM = {version = "1.0", handler = "akbarsht"} -- Dont touch !

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]--------------
--==========================================--

bot = {} ---> dont touch / jangan diedit

---> 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 ]-------------
--==========================================--

You might also like