-
Notifications
You must be signed in to change notification settings - Fork 620
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
Changes from all commits
7c9d6a3
03dde6b
012d0fe
c067313
d0f7aff
5b012f8
defe5c6
1cfcbb7
dba9261
031ad1d
39e2c37
cdde5d0
ce94d0a
1b985d2
2f5ac68
959e29b
4110f78
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Either change name or key above |
||
"color": "#d000ff", | ||
"command": "/server Minigames", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Either change key, name or command |
||
"versions": "1.21.4" | ||
}, | ||
"dna": {} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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>.*)$" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
} |
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