Skip to content

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

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added minecraft_servers/pixelhide/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/pixelhide/[email protected]
Copy link
Collaborator

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/pixelhide/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/pixelhide/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/pixelhide/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions minecraft_servers/pixelhide/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"server_name": "pixelhide",
"nice_name": "PixelHide Network",
"direct_ip": "pixelhide.de",
"server_wildcards": [
"%.pixelhide.de"
],
"supported_languages": [
"de"
],
"social": {
"discord": "https://discord.gg/nSZqTmREB4",
"youtube": "https://www.youtube.com/channel/UCcyVSG411NEIbvGVgDPvTqg"
},
"gamemodes": {
"jumpworld": {
"name": "BedWars",
Copy link
Collaborator

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

"color": "#d000ff",
"command": "/server Minigames",
Copy link
Collaborator

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

"versions": "1.21.4"
},
"dna": {}
Copy link
Collaborator

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

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

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

]
},
"discord": {
"server_id": 1306260263862796300,
"rename_to_minecraft_name": false
},
"brand": {
"primary": "#008FE8",
"background": "#0A56A5",
"text": "#FFFFFF"
},
"location": {
"city": "Düsseldorf",
"country": "Germany",
"country_code": "DE"
},
"yt_trailer": "NLYWpvM9CG0",
"command_delay": 0
}