Skip to content

Commit

Permalink
Minemen - Update REGEX Message Formats
Browse files Browse the repository at this point in the history
  • Loading branch information
HiitSayZ authored and alexladouceur committed Sep 11, 2023
1 parent f58fcdf commit 2d322c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft_servers/minemen/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"chat": {
"message_formats": [
"^(?<rank>\\[.+?\\]\\s)?(?<sender>[a-zA-Z0-9_]{1,16})(\\s(?<tag>[a-zA-Z0-9_ ]+))?:(?<message>.*)$"
"^(?<rank>§[a-z0-9]\\[.+?\\]\\s)?(?<senderColor>§[a-z0-9])(?<senderColorOptional>(§[a-z0-9])+)?(?<sender>[a-zA-Z0-9_]{1,16})(?<tag>[§a-zA-Z0-9_ ]+)?:\\s(?<message>.*)$"
]
},
"discord":{
Expand Down

0 comments on commit 2d322c0

Please sign in to comment.