Minecraft-Console-Client
Minecraft-Console-Client copied to clipboard
regex help
So im trying to make the console client detect my private messages, made the regex for it, tested it with regex101 and put myself as owner in config but it still doesn't work?
What im trying to detect: [MEMBER name -> me] message
The regex i made: ^\[[a-zA-Z0-9_]+ ([a-zA-Z0-9_]+) -> me\] (.+)$
Regex link: https://regex101.com/r/XvzqbD/1
Response: not even sending an error msg or saying anything in the console itself.
Anyone who can help me with this?