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

Crazymine Logo Fixes #1556

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

Crazymine Logo Fixes #1556

wants to merge 49 commits into from

Conversation

Pikaswelt
Copy link
Contributor

Type of change

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

Checklist

  • I have read the README doc
  • I have compressed the images appropriately (e.g. on https://tinypng.com)
  • I have created the manifest.json with the required values

Further comments

Copy link

Just as an information:

  • It seems you're using the template regex for chat message! Please make sure it is the right regex for your server!

@DoJapHD
Copy link
Collaborator

DoJapHD commented Dec 27, 2024

Is the regex correct?

@Pikaswelt
Copy link
Contributor Author

Is the regex correct?

What do you mean?

@DoJapHD
Copy link
Collaborator

DoJapHD commented Dec 27, 2024

You are using this regex for chat messages on your server:

"chat": {
    "message_formats": [
      "^§[a-f0-9](?<level>\\d+)( \\||§8 \\|) §[a-f0-9](?<sender>[a-zA-Z0-9_]{2,16})§r§7: §f(?<message>.*)$"
    ]
  }

This is the exact same we display in our example manifest.json. Are you sure that you just didn't copy-paste the template without changing it for your server?

@Pikaswelt
Copy link
Contributor Author

You are using this regex for chat messages on your server:

"chat": {
    "message_formats": [
      "^§[a-f0-9](?<level>\\d+)( \\||§8 \\|) §[a-f0-9](?<sender>[a-zA-Z0-9_]{2,16})§r§7: §f(?<message>.*)$"
    ]
  }

This is the exact same we display in our example manifest.json. Are you sure that you just didn't copy-paste the template without changing it for your server?

I will change it

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.

2 participants