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 }
46
50
privateval autoPitch by setting("Auto Pitch", true, "Automatically pitches the players rotation down to bounce at faster speeds") { mode ==FlyMode.Bounce }
@JvmStaticvalsprint by setting("Sprint", true) { mode ==FlyMode.Bounce }
53
+
privatevalflagPause by setting("Flag Pause", 20, 0..100, 1, "How long to pause if the server flags you for a movement check") { mode ==FlyMode.Bounce }
50
54
// private val passObstacles by setting("Pass Obstacles", true, "Automatically paths around obstacles using baritone") { mode == FlyMode.Bounce }
51
55
52
-
privateval boostSpeed by setting("Boost", 0.02, 0.0..0.5, 0.005, description ="Speed to add when flying")
56
+
privateval boostSpeed by setting("Boost", 0.00, 0.0..0.5, 0.005, description ="Speed to add when flying")
53
57
privateval rocketSpeed by setting("Rocket Speed", 0.0, 0.0..2.0, description ="Speed multiplier that the rocket gives you") { mode ==FlyMode.Enhanced }
54
58
55
59
privateval mute by setting("Mute Elytra", false, "Mutes the elytra sound when gliding")
0 commit comments