.bind | |
---|---|
Type | Command |
Category | none |
In-game description | “Shortcut for '.binds add'. Syntax: .bind <key> <hacks> .bind <key> <commands> Multiple hacks/commands must be separated by ';'. Use .binds for more options.” |
Default keybind | none |
Source code | net/wurstclient/commands/BindCmd.java |
.bind is a chat command that allows the user to create keybinds through the chat. This command acts as a shortcut for the more versatile .binds command.
Main article: Command Syntax
.bind <key> <hacks>
Binds <key>
to toggle <hacks>
..bind <key> <commands>
Binds <key>
to run <commands>
.Examples:
.bind M .say /home
Binds the M key to run the /home command..bind M .say Hello world.
Binds the M key to send “Hello world.” as a chat message.Version | Changes |
---|---|
Wurst 7.1.2 | Added .bind and .unbind commands for people who are more used to that kind of syntax. |