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

Add Wyntale server #668

Merged
merged 4 commits into from
Sep 9, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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/wyntale/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/wyntale/[email protected]
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/wyntale/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/wyntale/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions minecraft_servers/wyntale/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"server_name":"wyntale",
"nice_name":"Wyntale",
"direct_ip":"play.wyntale.fr",
"server_wildcards":[
"%.wyntale.fr"
],
"supported_languages":[
"fr"
],
"social":{
"web":"https://wyntale.fr",
Copy link
Member

Choose a reason for hiding this comment

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

Nope - Redirect to shop, so remove key please :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey, its done !

"web_shop":"https://shop.wyntale.fr",
"web_support":"https://docs.wyntale.fr",
"twitter":"wyntale",
"tiktok":"wyntalemc",
"discord":"https://discord.gg/wyntale",
"youtube":"https://www.youtube.com/@wyntale9563"
},
"gamemodes":{
"battlesheep":{
"name":"BattleSheep",
"color":"#79fefd",
"url": "https://docs.wyntale.fr/wyntale/jeux/battle-sheep"
},
"axolorun":{
"name":"Axolorun",
"color":"#ffc4f7",
"url": "https://docs.wyntale.fr/wyntale/jeux/axolorun"
},
"hungergames":{
"name":"Hunger Games",
"color":"#86fe6e",
"url": "https://docs.wyntale.fr/wyntale/jeux/hunger-games"
},
"buildbattle":{
"name":"buildbattle",
"color":"#01acac",
"url": "https://docs.wyntale.fr/wyntale/jeux/build-battle"
},
"fallenkingdoms":{
"name":"FallenKingdoms",
"color":"#fc1360",
"url": "https://docs.wyntale.fr/wyntale/jeux/fallen-kingdoms"
},
"bedwars":{
"name":"BedWars",
"color":"#ffdf3c",
"url": "https://docs.wyntale.fr/wyntale/jeux/bedwars"
}
},
"discord":{
"server_id":945750422700838922,
"rename_to_minecraft_name":false
},
"location":{
"city":"Paris",
"country":"France",
"country_code":"FR"
},
"brand":{
"primary":"#f2cb40",
"background":"#13212e",
"text":"#FFEFEF"
},
"yt_trailer": "V_0nczGPKQU"
}

Loading