Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regex templates for chat object in Manifest.md #1318

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rettichlp
Copy link
Contributor

Type of change

  • Add new directory for a server
  • Update directory of a server
  • Remove directory of a server
  • Documentation Update

Further comments

  • added some example regex templates for the chat object in the Manifest documentation (for color and formatting codes), so it is a little bit easier to use the chat feature
Description Regex
Any color code §[a-f0-9]
Any formatting code §[k-or]
Any color or formatting code §[a-fk-or0-9]
Any color or formatting code in a row zero or one: (§[a-fk-or0-9])?
at least one: (§[a-fk-or0-9])+
zero or more: (§[a-fk-or0-9])*
Player name [a-zA-Z0-9_]{2,16}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant