Hey TheAnonymousUser,
Actually, the .annoy
command should work the same way with a cracked account as it does with a premium account. There is nothing in the code that would specifically check for a cracked account and alter .annoy
's behavior.
What can affect .annoy
's behavior, however, is the server's chat format. .annoy
expects chat messages to be formatted like:
<PlayerName> message
or:
[rank] PlayerName: message
If the server you are playing on uses a different format for chat messages, .annoy
won't be able to understand it and thus won't repeat any messages.
Maybe this is what's causing your issue? Let me know.