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
Copy file name to clipboardExpand all lines: src/main/kotlin/com/lambda/module/modules/combat/AutoTotem.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ object AutoTotem : Module(
55
55
privateval minPlayerDistance by setting("Player Distance", 64, 32..128, 4, "Set the distance to detect players to swap") { players }.group(Group.General)
56
56
privateval friends by setting("Friends", false, "Exclude friends from triggering player-based swaps") { players }.group(Group.General)
privateval instantShulker by setting("Instant Shulker", true, description ="Right-click shulker boxes in your inventory to instantly place them and open them.").group(Group.General)
48
48
privateval instantEChest by setting("Instant Ender-Chest", true, description ="Right-click ender chests in your inventory to instantly place them and open them.").group(Group.General)
0 commit comments