| .itemlist | |
|---|---|
![]() |
|
| Type | Command |
| Category | none |
| In-game description | “Changes a ItemList setting of a feature. Allows you to change these settings through keybinds. Syntax: .itemlist <feature> <setting> add <item> .itemlist <feature> <setting> remove <item> .itemlist <feature> <setting> list [<page>] .itemlist <feature> <setting> reset Example: .itemlist AutoDrop Items add dirt” |
| Default keybind | none |
| Source code | net/wurstclient/commands/ItemListCmd.java |
.itemlist is a chat command that that allows the user to manage 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:
Main article: Command Syntax
.itemlist <feature> <setting> add <item> adds <item> to <setting> of <feature>..itemlist <feature> <setting> remove <item> removes <item> from <setting> of <feature>..itemlist <feature> <setting> list [<page>] lists the items in <setting> of <feature>..itemlist <feature> <setting> reset resets <setting> of <feature> to its default values.Examples:
| Version | Changes |
|---|---|
| Wurst 7.20 | Added .itemlist. |