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 TropicalGames #734

Closed
wants to merge 11 commits into from
Binary file added minecraft_servers/TropicalGames/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/TropicalGames/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions minecraft_servers/TropicalGames/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"server_name": "TropicalGames",
Copy link
Collaborator

Choose a reason for hiding this comment

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

server_name has to be lowercase (folder name too!)

"nice_name": "TropicalGames",
"direct_ip": "TropicalGames.de",
Copy link
Collaborator

Choose a reason for hiding this comment

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

IP please in lowercase (also in wildcards)

"server_wildcards":[
"premium.TropicalGames.de",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redundant, %.tropicalgames already implements premium.tropicalgames

"%.TropicalGames.de"
],
"social": {
"web": "https://TropicalGames.de",
"web_shop": "https://TropicalGames.de/store",
Copy link
Collaborator

Choose a reason for hiding this comment

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

/store leads to 404

"tiktok": "TropicalGames",
"instagram": "TropicalGames",
"discord": "https://discord.gg/TropicalGames",
"teamspeak": "ts.TropicalGames.host"
},
"brand": {
"primary": "#001414",
"background": "#008cd3"
}
}