====== .vclip ====== ^ .vclip ^^ |{{:cmd:vclip.webm||loop,autoplay}}|| ^Type|[[:Command]]| ^Category|[[:No Category|none]]| ^In-game description|"Lets you clip through blocks vertically.\\ The maximum distance is 10 blocks.\\ \\ Syntax: .vclip \\ .vclip (up%%|%%down)"| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/commands/VClipCmd.java]]| .vclip is a [[:command|chat command]] that teleports the player up or down and can be used to glitch through floors and ceilings. The maximum possible distance is 10 blocks (or 100 blocks on really old servers). Negative amounts teleport the player down, while positive amounts teleport the player up. ===== Syntax ===== Main article: [[Command Syntax]] * ''.vclip '' Teleports the player '''' blocks up (or down if it's a negative number).\\ \\ * ''.vclip (up|down)'' Teleports the player up through the ceiling or down through the floor, if possible.\\ \\ Examples: * ''.vclip 2'' Teleports the player up 2 blocks (enough to get through a full block directly above the player's head.\\ \\ * ''.vclip -2.5'' Teleports the player down 2.5 blocks.\\ \\ * ''.vclip up'' Attempts to clip the player through the ceiling.\\ \\ * ''.vclip down'' Attempts to clip the player through the floor.\\ \\ ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.1]]|Added ''.vclip''.| |[[update:Wurst 1.12]]|Fixed an error when typing ''.vclip''.| |[[update:Wurst 7.0pre1]]|Temporarily removed ''.vclip''.| |[[update:Wurst 7.0pre15]]|Re-added ''.vclip''.| |[[update:Wurst 7.27]]|''.vclip '' now accepts fractions.| |:::|Added ''.vclip (up|down)''. Automatically figures out the correct height to clip through the floor or ceiling. (Thanks to BotiPro2007!)|