-
Notifications
You must be signed in to change notification settings - Fork 618
create manifest.json #1947
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
base: master
Are you sure you want to change the base?
create manifest.json #1947
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Invalid wildcard entry. Each entry must start with %.. Further information here: https://en.wikipedia.org/wiki/Wildcard_DNS_record (
server_wildcards
) - Please add a name or a color to the gamemode dna
Please fix the issues by pushing one commit to the pull request to prevent too many automatic reviews.
Just as an information:
|
Just as an information regarding your wildcards:
Please make sure it is an actual wildcard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please add a name or a color to the gamemode dna
Please fix the issues by pushing one commit to the pull request to prevent too many automatic reviews.
Just as an information:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the same as background.png
}, | ||
"chat": { | ||
"message_formats": [ | ||
"^§[a-f0-9](?<level>\\d+)( \\||§8 \\|) §[a-f0-9](?<sender>[a-zA-Z0-9_]{2,16})§r§7: §f(?<message>.*)$" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Template regex, change to your own
"command": "/server Minigames", | ||
"versions": "1.21.4" | ||
}, | ||
"dna": {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either remove key or fill in information
}, | ||
"gamemodes": { | ||
"jumpworld": { | ||
"name": "BedWars", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either change name or key above
"jumpworld": { | ||
"name": "BedWars", | ||
"color": "#d000ff", | ||
"command": "/server Minigames", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either change key, name or command
Type of change
Checklist