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 takeoff by setting("Takeoff", true, "Automatically jumps and initiates gliding") { mode ==FlyMode.Bounce }
81
83
privateval autoPitch by setting("Auto Pitch", true, "Automatically pitches the players rotation down to bounce at faster speeds") { mode ==FlyMode.Bounce }
privateval onlyOnDiagonal:Boolean by setting("Only On Diagonal", true, "Only use y motion when the player is flying on a non-axial angle") { mode ==FlyMode.Bounce&& yMotionSetting }
89
+
privateval minDiagonalAngle by setting("Min Diagonal Angle", 15.0, 0.0..180.0, 0.1, "The minimum angle the player must be flying to use y motion") { mode ==FlyMode.Bounce&& yMotionSetting && onlyOnDiagonal }
privateval flagPause by setting("Flag Pause", 5, 0..100, 1, "How long to pause if the server flags you for a movement check", "ticks") { mode ==FlyMode.Bounce }
88
94
privateval passObstacles by setting("Pass Obstacles", true, "Automatically paths around obstacles using baritone") { mode ==FlyMode.Bounce }
0 commit comments