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