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

Craftportal #1138

Merged
merged 11 commits into from
Jun 4, 2024
Binary file added minecraft_servers/craftportal/background.png
Copy link
Collaborator

Choose a reason for hiding this comment

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

Compress image

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/craftportal/background@2x.png
Copy link
Collaborator

Choose a reason for hiding this comment

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

Compress image

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/craftportal/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/craftportal/icon@2x.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/craftportal/logo.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/craftportal/logo@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions minecraft_servers/craftportal/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"server_name":"craftportal",
"nice_name":"Craftportal",
"direct_ip":"craftportal.net",
"supported_languages":[
"de"
],
"social":{
"web": "https://www.craftportal.net",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Non-existent

"discord":"http://discord.craftportal.net",
"tiktok":"craftportal_net",
"youtube":"https://www.youtube.com/@craftportal_net"
},
"discord":{
"server_id":1001851325891489822
},
"location":{
"city":"Frankfurt",
"country":"Germany",
"country_code":"DE"
},
"gamemodes":{
"citybuild":{
"name":"Citybuild",
"color":"#5CE1E6",
"versions":"1.20<*"
},
"freebuild":{
"name":"FreeBuild",
"color":"#5CE1E6",
"versions":"1.20<*"
},
"knockffa":{
"name":"KnockFFA",
"color":"#5CE1E6",
"versions":"1.20<*"
}
}
}
Loading