====== Glide ====== ^ Glide ^^ |{{ glide.webp?500 |Jumping off a tree with Glide.}}|| ^Type|[[Hack]]| ^Category|[[Movement]]| ^In-game description|"Makes you glide down slowly when falling.\\ \\ **WARNING:** You will take fall damage if you don't use NoFall."| ^[[keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/GlideHack.java]]| Glide is a Minecraft hack that makes the user slowly glide down instead of falling. This can be used to jump further (horizontally) than would normally be possible. Glide can be detected and blocked by some anti-cheat plugins, such as NoCheat+. Carefully adjusting the settings can sometimes allow Glide to bypass the server's anti-cheat. ===== Settings ===== ==== Fall speed ==== ^ Fall speed ^^ ^Type|Slider| ^In-game description|(none)| ^Default value|0.125| ^Minimum|0.005| ^Maximum|0.25| ^Increment|0.005| "Fall speed" controls how quickly the player will descend vertically when falling. Lower values allow the user to glide further. ==== Move speed ==== ^ Move speed ^^ ^Type|Slider| ^In-game description|"Horizontal movement factor."| ^Default value|1.2| ^Minimum|1.0| ^Maximum|5.0| ^Increment|0.05| "Move speed" is like a horizontal version of [[#Fall speed]]. Higher values allow the user to glide further. ==== Min height ==== ^ Min height ^^ ^Type|Slider| ^In-game description|"Won't glide when you are\\ too close to the ground."| ^Default value|0.0| ^Minimum|0.0| ^Maximum|2.0| ^Increment|0.01| "Min height" controls the point at which Glide will turn off. At the default value of zero, the user will glide all the way down to the ground. Higher values cause Glide to stop at a certain distance above the ground, after which the player will fall down normally. ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.2 Beta]]|Added Glide.| |[[update:Wurst 6.19]]|Added "[[#Fall speed]]", "[[#Move speed]]" and "[[#Min height]]" settings to Glide.| |[[update:Wurst 7.0pre1]]|Temporarily removed Glide.| |[[update:Wurst 7.0pre25]]|Re-added Glide.| |:::|Added a warning to Glide saying that, unless you use [[NoFall]], you will still take fall damage with it enabled.| ^ ForgeWurst ^^ |[[update:ForgeWurst 0.5 Beta]]|Added Glide.| |[[update:ForgeWurst 0.7 Beta]]|Fixed Glide's "[[#Min height]]" setting not doing anything. (Minecraft 1.10.2)|