.setblock | |
---|---|
Type | Command |
Category | none |
In-game description | “Changes a block setting of a feature. Allows you to change these settings through keybinds. Syntax: .setblock <feature> <setting> <block> .setblock <feature> <setting> reset Example: .setblock Nuker ID dirt” |
Default keybind | none |
Source code | net/wurstclient/commands/SetBlockCmd.java |
.setblock is a chat command that allows the user to manage BlockSettings through the chat.
Since any .setblock command can be turned into a keybind, this command also makes it possible to create keybinds that instantly change a BlockSetting when a key is pressed.
The following features currently have a BlockSetting and thus can be used with .setblock
:
Main article: Command Syntax
.setblock <feature> <setting> <block>
sets <setting> of <feature> to <block>..setblock <feature> <setting> reset
resets <setting> of <feature> to its default value.Examples:
Version | Changes |
---|---|
Wurst 7.20 | Added .setblock . |