How to intercept the response to a command? #3070
Replies: 1 comment
-
To answer my own question, and for future reference: there is also a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I was trying to get the information for the "help" command:
I was able to intercept this command being sent to the server (I think) with:
When I issue the "/help" command however, I do get:
But I don't see anything else in the output.
The help command in spigot does this (in 1.20.4 at least):
So I was wondering what I need to intercept to be able to read the output...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions