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 searchEChest by setting("Search Ender Chest", false, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="Allow access to your ender chest.")
99
99
val leaveEmptyShulkers by setting("Leave Empty Shulkers", true, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="Does not break empty shulkers.")
100
100
val grindObsidian by setting("Grind Obsidian", true, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="Destroy Ender Chests to obtain Obsidian.")
101
+
val preferEnderchests by setting("Prefer Enderchests", false, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="Prevent using raw material shulkers.")
101
102
val manageFood by setting("Manage Food", true, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="Choose to manage food.")
102
103
val saveMaterial by setting("Save Material", 12, 0..64, 1, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="How many material blocks are saved")
103
104
val saveTools by setting("Save Tools", 1, 0..36, 1, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="How many tools are saved")
104
105
val saveEnder by setting("Save Ender Chests", 1, 0..64, 1, { page ==Page.STORAGE_MANAGEMENT&& storageManagement }, description ="How many ender chests are saved")
105
106
val saveFood by setting("Save Food", 1, 0..64, 1, { page ==Page.STORAGE_MANAGEMENT&& manageFood && storageManagement}, description ="How many food items are saved")
106
-
107
107
val disableMode by setting("Disable Mode", DisableMode.NONE, { page ==Page.STORAGE_MANAGEMENT }, description ="Choose action when bot is out of materials or tools")
108
108
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")
109
109
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