Replies: 1 comment
-
There should be an XUID parameter. It's ineffective to use this since XUIDs and usernames can be easily spoofed when offline mode is used. |
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
-
I wanted to write a bot that will search for the senders of the "/me @e...", the "@e" format means mentioning all entities, and the message can be >256, and I decided that I should write a bot that searches for such messages and kicks such players, but I ran into a problem:
How do I find the nickname of the player who sent /me?
/me @e:
"* Nickname(example: 'NoHaije So1o', or 'Gamer_123') entity, entity, entity, entity, entity..."
The nickname is located immediately after *, but what if it has a space, etc. then you won't be able to just use regex.
How do I find the sender?
Beta Was this translation helpful? Give feedback.
All reactions