Skip to content

Commit b91a4bb

Browse files
authored
rejected: clarify autotyping restrictions
1 parent 01d36b4 commit b91a4bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rejected-or-Rolled-Back-Features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Jagex has requested removal of certain features, and current discussion of featu
3333
* Plugins which are of an adult or overtly sexual nature.
3434
* Plugins that simulate content for any purpose. (e.g. Jagex previously requested Quest Helper's Leviathan simulation be removed.)
3535
* Plugins which "crowdsource" data about other players, such as player locations, gear, names, etc.
36-
* Plugins which allow the user to paste messages into the chatbox. This is considered to be autotyping.
36+
* Plugins which programmatically modify the user's chatbox input for any reason (pasting messages, shorthand expansion, clearing the chatbox, etc.). This is considered to be autotyping. The only way text can get into the chatbox is if the user is pressing keys themselves.
37+
* Plugins which programmatically modify an outgoing chat message after user sends it (same as above).
3738

3839
#### Menu Entry Swapping
3940
* `Conditional menu entry removing`: This can be overpowered in some cases (hiding attack options on NPCs/players based on some conditions, like it being friend or it being specific type of NPC).

0 commit comments

Comments
 (0)