Skip to content

Commit 7a7ed50

Browse files
committed
internal: update README.md
1 parent b51d7e4 commit 7a7ed50

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
Minecraft mod to find ClickEvents on IChatComponents which are displayed in chat or a book GUI.
44

5-
For Quickplay, we use this to find new `/play` commands used by Hypixel.
5+
For Quickplay, we use this to find new `/play` commands used by Hypixel.
6+
7+
When installed, the mod will log events to your log file at `.minecraft/logs/latest.log`. Example:
8+
9+
```
10+
[21:39:57] [Client thread/INFO]: [dev.ecr.actionfinder.ActionFinder:clickEventDetected:70]: Click event detected
11+
[21:39:57] [Client thread/INFO]: [dev.ecr.actionfinder.ActionFinder:clickEventDetected:71]: run_command
12+
[21:39:57] [Client thread/INFO]: [dev.ecr.actionfinder.ActionFinder:clickEventDetected:72]: /tp 0 100 0
13+
```

0 commit comments

Comments
 (0)