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
val storageManagement by setting("Manage Storage", true, { page ==Page.STORAGE_MANAGEMENT }, description ="Choose to interact with container using only packets.")
94
97
val leaveEmptyShulkers by setting("Leave Empty Shulkers", true, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="Does not break empty shulkers.")
95
98
val grindObsidian by setting("Grind Obsidian", true, { page ==Page.STORAGE_MANAGEMENT }, description ="Destroy Ender Chests to obtain Obsidian.")
99
+
val manageFood by setting("Manage Food", true, { page ==Page.STORAGE_MANAGEMENT }, description ="Choose to manage food.")
96
100
val saveMaterial by setting("Save Material", 12, 0..64, 1, { page ==Page.STORAGE_MANAGEMENT }, description ="How many material blocks are saved")
97
101
val saveTools by setting("Save Tools", 1, 0..36, 1, { page ==Page.STORAGE_MANAGEMENT }, description ="How many tools are saved")
98
102
val saveEnder by setting("Save Ender Chests", 1, 0..64, 1, { page ==Page.STORAGE_MANAGEMENT }, description ="How many ender chests are saved")
103
+
val saveFood by setting("Save Food", 1, 0..64, 1, { page ==Page.STORAGE_MANAGEMENT&& manageFood}, description ="How many food items are saved")
104
+
99
105
val disableMode by setting("Disable Mode", DisableMode.NONE, { page ==Page.STORAGE_MANAGEMENT }, description ="Choose action when bot is out of materials or tools")
100
106
val 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")
101
107
val proxyCommand by setting("Proxy Command", "/dc", { usingProxy && disableMode ==DisableMode.LOGOUT&& page ==Page.STORAGE_MANAGEMENT }, description ="Command to be sent to log out")
0 commit comments