====== .blocklist ====== ^ .blocklist ^^ |{{ blocklist.webp?500 |The .help entry for .blocklist.}}|| ^Type|[[:Command]]| ^Category|[[:No Category|none]]| ^In-game description|"Changes a BlockList setting of a feature. Allows you\\ to change these settings through keybinds.\\ \\ Syntax: .blocklist add \\ .blocklist remove \\ .blocklist list []\\ .blocklist reset\\ Example: .blocklist Nuker MultiID_List add gravel"| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/commands/BlockListCmd.java]]| .blocklist is a [[:command|chat command]] that that allows the user to manage [[:BlockListSetting|BlockListSettings]] through the chat. Since any .blocklist command can be turned into a [[:keybind]], this command also makes it possible to create keybinds that instantly change a BlockListSetting when a key is pressed. The following features currently have a [[:BlockListSetting]] and thus can be used with ''.blocklist'': {{topic>has_blocklistsetting&simplelist}} ===== Syntax ===== Main article: [[Command Syntax]] * ''.blocklist add '' adds to of .\\ \\ * ''.blocklist remove '' removes from of .\\ \\ * ''.blocklist list []'' lists the blocks in of .\\ \\ * ''.blocklist reset'' resets of to its default values.\\ \\ Examples: * ''.blocklist Nuker MultiID_List add gravel'' adds [[mc>gravel]] to [[:Nuker]]'s [[:Nuker#MultiID List]] setting, so that Nuker will break gravel blocks whenever it's in [[:Nuker#mode|MultiID mode]].\\ \\ * ''.blocklist Nuker MultiID_List list'' lists the blocks in [[:Nuker]]'s [[:Nuker#MultiID List]] setting.\\ \\ * ''.blocklist Nuker MultiID_List list 2'' shows page 2 of [[:Nuker]]'s [[:Nuker#MultiID List]] setting, if it contains enough blocks to be 2 pages long.\\ \\ * ''.blocklist Nuker MultiID_List remove gravel'' removes [[mc>gravel]] from [[:Nuker]]'s [[:Nuker#MultiID List]] setting.\\ \\ * ''.blocklist Nuker MultiID_List reset'' resets [[:Nuker]]'s [[:Nuker#MultiID List]] setting to the default values.\\ \\ ===== Changes ===== ^Version^Changes^ |[[update:Wurst 7.20]]|Added ''.blocklist''.| {{tag>client-side}}