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

manifest.json Erstellt #1468

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
52 changes: 52 additions & 0 deletions minecraft_servers/PlatziLegends/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"server_name": "PlatziLegends",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to lowercase

"nice_name": "PlatziLegends",
"direct_ip": "PlatziLegends.de",
"server_wildcards": [
"%.PlatziLegends.de"
],
"supported_languages": [
"de"
],
"social": {
"discord": "https://discord.gg/3f4Vgj8a3X"
},
"gamemodes": {
"jumpworld": {
"name": "CityBuild",
"color": "#FFA500",
"url": "https://www.timolia.de/games#jumpworld",
"command": "/quickjoin CityBuild",
"versions": "1.21"
},
"dna": {
"name": "Kommt Noch",
"color": "#ADD8E6",
"url": "",
"command": "",
"versions": "*"
}
},
"chat": {
"message_formats": [
"^§[a-f0-9](?<level>\\d+)( \\||§8 \\|) §[a-f0-9](?<sender>[a-zA-Z0-9_]{2,16})§r§7: §f(?<message>.*)$"
]
},
"discord": {
"server_id": 774004070859800600,
"rename_to_minecraft_name": false
},
"brand": {
"primary": "#008FE8",
"background": "#0A56A5",
"text": "#FFFFFF"
},
"location": {
"city": "",
"country": "Germany",
"country_code": "DE"
},
"yt_trailer": "8asFIRe2HSw",
"user_stats": "https://laby.net/@{userName}",
"command_delay": 3000
}
Loading