Table of Contents

.annoy

.annoy
An example of using .annoy.
TypeCommand
Categorynone
In-game description“Annoys a player by repeating everything they say.

Syntax: .annoy <player>
Turn off: .annoy”
Default keybindnone
Source codenet/wurstclient/commands/AnnoyCmd.java

.annoy is a chat command that annoys another player by repeating everything they say. This might not work on every server, since there are specific requirements to recognize a chat message.

Syntax

Main article: Command Syntax

Examples:

Settings

RC mode

RC mode
TypeCheckbox
In-game description“Remote control mode. Re-enables a bug that allows .annoy to run Wurst commands. Not recommended for security reasons, but until we have a proper remote control feature, this is at least better than nothing.”
Default valuenot checked

This setting can either be enabled through the Navigator GUI or by running the following command:

.setcheckbox .annoy rc_mode on

Trivia

Changes

VersionChanges
Wurst 1.5 BetaAdded .annoy.
Wurst 3.0pre1Broke .annoy.
Wurst 3.0pre2Fixed .annoy.
Wurst 7.27Fixed .annoy adding extra spaces to repeated messages. (MC 1.19+)
Fixed .annoy's repeated messages being able to trigger Wurst commands.
Wurst 7.27.1Added an “RC mode” checkbox to .annoy.