-
Notifications
You must be signed in to change notification settings - Fork 514
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
Add Server Crystopia.net #657
Changes from all commits
54048e8
aeab9ae
0433a85
7bbecb9
f7a30a4
f9a5e2c
2c620dd
d730218
6d12bcf
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,28 @@ | ||
{ | ||
"server_name": "crystopia", | ||
"nice_name": "Crystopia", | ||
"direct_ip": "play.crystopia.net", | ||
"server_wildcards": [ | ||
"mc.crystopia.net" | ||
], | ||
"social": { | ||
"web": "https://crystopia.net", | ||
"web_shop": "none", | ||
"web_support": "https://crystopia.net/support", | ||
"twitter": "CrystopiaNet", | ||
"youtube": "https://www.youtube.com/@", | ||
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. You forgot the tag ig. Update or just remove it. If I would merge your PR, our users would get many wrong redirects.. 😬😬 |
||
"discord": "https://dc.crystopia.net", | ||
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. Custom discord invite links are only supported for LabyMod partners at the moment. Documentation reference: https://github.com/LabyMod/server-media/blob/master/docs/Manifest.md#discord-url |
||
"teamspeak": "ts.crystopia.net" | ||
}, | ||
"gamemodes": { | ||
"smp": { | ||
"name": "SMP", | ||
"command": "/play" | ||
}, | ||
}, | ||
"discord": { | ||
"server_id": 1084507325450162247, | ||
"rename_to_minecraft_name": false | ||
}, | ||
"yt_trailer": "coming" | ||
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. NO, NO, NO!!!! |
||
} |
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.
what?! 😂 I would understand null or an empty string - But where did you get the information that we can and would handle "none" as string? 😂
So if you do not have a web shop, remove the key. It is not required. And the user will not gets a redirect to "none"!