====== .friends ====== ^ .friends ^^ |{{ friends.webp?500 |The .help page for .friends.}}|| ^Type|[[:Command]]| ^Category|[[:No Category|none]]| ^In-game description|"Manages your friends list.\\ \\ Syntax: .friends add \\ .friends remove \\ .friends remove-all\\ .friends list []"| ^[[:keybinds#default_keybinds|Default keybind]]|Middle Mouse Button (while looking at a player)| ^Source code|[[w7src>net/wurstclient/commands/FriendsCmd.java]]| .friends is a [[:command|chat command]] that whitelists players from [[:Combat]] hacks such as [[:Killaura]]. ===== Syntax ===== Main article: [[Command Syntax]] * ''.friends add '' adds to your friends list.\\ \\ * ''.friends remove '' removes from your friends list.\\ \\ * ''.friends remove-all'' removes all players from your friends list.\\ \\ * ''.friends list []'' shows which players are in your friends list.\\ \\ Examples: * ''.friends add notch'' Adds notch to your friends list.\\ \\ * ''.friends remove notch'' Removes notch from your friends list.\\ \\ * ''.friends list'' Shows page 1 of your friends list.\\ \\ * ''.friends list 3'' Shows page 3 of your friends list (if the list is long enough).\\ \\ ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.9 Beta]]|Added ''.friends''.| |[[update:Wurst 7.0pre1]]|Temporarily removed ''.friends''.| |[[update:Wurst 7.0pre13]]|Re-added ''.friends''. (Thanks to [[gh>Mersid]])| |[[update:Wurst 6.31]] (Minecraft 1.8 & 1.12),\\ [[update:Wurst 7.0pre13]] (Minecraft 1.14+)|Added ''.friends remove-all''.| |[[update:Wurst 6.32]] (Minecraft 1.8 & 1.12),\\ [[update:Wurst 7.0pre13]] (Minecraft 1.14+)|Added a "Middle click friends" checkbox to ''.friends'' (you can only see this by using [[:Navigator]]).| {{tag>client-side}}