We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51d7e4 commit 7a7ed50Copy full SHA for 7a7ed50
1 file changed
README.md
@@ -2,4 +2,12 @@
2
3
Minecraft mod to find ClickEvents on IChatComponents which are displayed in chat or a book GUI.
4
5
-For Quickplay, we use this to find new `/play` commands used by Hypixel.
+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