| .blocklist | |
|---|---|
![]() |
|
| Type | Command |
| Category | none |
| In-game description | „Changes a BlockList setting of a feature. Allows you to change these settings through keybinds. Syntax: .blocklist <feature> <setting> add <block> .blocklist <feature> <setting> remove <block> .blocklist <feature> <setting> list [<page>] .blocklist <feature> <setting> reset Example: .blocklist Nuker MultiID_List add gravel“ |
| Default keybind | none |
| Source code | net/wurstclient/commands/BlockListCmd.java |
.blocklist is a chat command that that allows the user to manage 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:
Main article: Command Syntax
.blocklist <feature> <setting> add <block> adds <block> to <setting> of <feature>..blocklist <feature> <setting> remove <block> removes <block> from <setting> of <feature>..blocklist <feature> <setting> list [<page>] lists the blocks in <setting> of <feature>..blocklist <feature> <setting> reset resets <setting> of <feature> to its default values.Examples:
.blocklist Nuker MultiID_List add gravel adds gravel to Nuker's MultiID List setting, so that Nuker will break gravel blocks whenever it's in MultiID mode..blocklist Nuker MultiID_List list 2 shows page 2 of Nuker's MultiID List setting, if it contains enough blocks to be 2 pages long.| Version | Changes |
|---|---|
| Wurst 7.20 | Added .blocklist. |