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 boostSpeed by setting("Boost", 0.00, 0.0..0.5, 0.005, description ="Speed to add when flying")
53
52
privateval rocketSpeed by setting("Rocket Speed", 1.0, 0.0..2.0, 0.01, description ="Speed multiplier that the rocket gives you")
54
-
val fakeFly by setting("Fake Fly", false, "Rapidly swaps the chestplate and elytra to give the appearance the player is flying without an elytra. May also reduce durability loss")
55
53
privateval mute by setting("Mute Elytra", false, "Mutes the elytra sound when gliding")
54
+
val fakeFly by setting("Fake Fly", false, "Rapidly swaps the chestplate and elytra to give the appearance the player is flying without an elytra. May also reduce durability loss")
56
55
57
56
privateconstvalBOUNCE_TAB="Bounce"
58
57
privateconstvalCONTROL_TAB="Control"
59
58
privateconstvalGRIM_CONTROL_TAB="Grim Control"
60
59
privateconstvalPACKET_TAB="Packet"
60
+
privateconstvalGENERAL_TAB="None"
61
61
62
+
@Tab(GENERAL_TAB) @JvmStatic val generalMode by configBlock(GeneralElytraFly(this))
62
63
@Tab(BOUNCE_TAB) @JvmStatic val bounceMode by configBlock(BounceElytraFly(this))
63
64
@Tab(GRIM_CONTROL_TAB) @JvmStatic val grimControlMode by configBlock(GrimControlElytraFly(this))
64
-
@Tab(CONTROL_TAB) @JvmStatic val controlMode by configBlock(ControlElytraFly(this))
65
-
@Tab(PACKET_TAB) @JvmStatic val packetMode by configBlock(PacketElytraFly(this))
65
+
// @Tab(CONTROL_TAB) @JvmStatic val controlMode by configBlock(ControlElytraFly(this))
66
+
// @Tab(PACKET_TAB) @JvmStatic val packetMode by configBlock(PacketElytraFly(this))
0 commit comments