Events
Settings for any events that happened inside the script.
Example
events = {
onSuspended = {
removeAllBot = false,
changeBot = false,
removeBot = true
},
onPreFarm = {
minimumSeeds = 98
},
onFarming = {
plant = true
}
}
Last updated