You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privateval placementSearch by setting("Place Deep Search", 2, 1..4, 1, { page ==Page.BEHAVIOR }, description ="EXPERIMENTAL: Attempts to find a support block for placing against")
136
137
137
138
// storage management
138
-
privateval storageManagement by setting("Manage Storage", false, { page ==Page.STORAGE_MANAGEMENT }, description ="Choose to interact with container using only packets.")
139
+
privateval storageManagement by setting("Manage Storage", true, { page ==Page.STORAGE_MANAGEMENT }, description ="Choose to interact with container using only packets.")
139
140
privateval leaveEmptyShulkers by setting("Leave Empty Shulkers", true, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="Does not break empty shulkers.")
140
141
privateval grindObsidian by setting("Grind Obsidian", true, { page ==Page.STORAGE_MANAGEMENT }, description ="Destroy Ender Chests to obtain Obsidian.")
141
142
privateval saveMaterial by setting("Save Material", 12, 0..64, 1, { page ==Page.STORAGE_MANAGEMENT }, description ="How many material blocks are saved")
142
143
privateval saveTools by setting("Save Tools", 1, 0..36, 1, { page ==Page.STORAGE_MANAGEMENT }, description ="How many tools are saved")
143
144
privateval saveEnder by setting("Save Ender Chests", 1, 0..64, 1, { page ==Page.STORAGE_MANAGEMENT }, description ="How many ender chests are saved")
144
145
privateval disableMode by setting("Disable Mode", DisableMode.NONE, { page ==Page.STORAGE_MANAGEMENT }, description ="Choose action when bot is out of materials or tools")
146
+
privateval usingProxy by setting("Proxy", false, { disableMode ==DisableMode.LOGOUT&& page ==Page.STORAGE_MANAGEMENT }, description ="Enable this if you are using a proxy to call the given command")
147
+
privateval proxyCommand by setting("Proxy Command", "/dc", { usingProxy && disableMode ==DisableMode.LOGOUT&& page ==Page.STORAGE_MANAGEMENT }, description ="Command to be sent to log out")
145
148
// private val tryRefreshSlots by setting("Try refresh slot", false, { page == Page.STORAGE_MANAGEMENT }, description = "Clicks a slot on desync")
0 commit comments