Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
90b2f8c
Add manifest.json for MeloniaMC server
EinFabex Mar 9, 2026
5b33bd5
Add files via upload
EinFabex Mar 9, 2026
7addbbf
Rename MeloniaMC.net (1).png to icon@2x.png
EinFabex Mar 9, 2026
65c5be5
Rename MeloniaMC.net (2).png to icon.png
EinFabex Mar 9, 2026
ff2bcf2
Add files via upload
EinFabex Mar 9, 2026
735c770
Rename MeloniaMC.net (1).png to logo@2x.png
EinFabex Mar 9, 2026
3dd2e5a
Rename MeloniaMC.net (2).png to logo.png
EinFabex Mar 9, 2026
06b1fd0
Update TikTok handle in manifest.json
EinFabex Mar 9, 2026
a5412a9
Add files via upload
EinFabex Mar 9, 2026
cf0d995
Rename background.png to background@2x.png
EinFabex Mar 9, 2026
7f5906b
Add files via upload
EinFabex Mar 9, 2026
8d63ac5
Rename background (1).png to background.png
EinFabex Mar 9, 2026
a864a56
Update URL and command for Crystal Legends
EinFabex Mar 9, 2026
c6e1b7e
Delete minecraft_servers/meloniamc/background.png
EinFabex Mar 31, 2026
2fe61cb
Add files via upload
EinFabex Mar 31, 2026
0d94606
Delete minecraft_servers/meloniamc/background@2x.png
EinFabex Mar 31, 2026
ecd6318
Add files via upload
EinFabex Mar 31, 2026
abdd474
Delete minecraft_servers/meloniamc/icon.png
EinFabex Mar 31, 2026
e163c4a
Delete minecraft_servers/meloniamc/icon@2x.png
EinFabex Mar 31, 2026
5950aa3
Delete minecraft_servers/meloniamc/logo.png
EinFabex Mar 31, 2026
12aa038
Delete minecraft_servers/meloniamc/logo@2x.png
EinFabex Mar 31, 2026
a11aec0
Add files via upload
EinFabex Mar 31, 2026
1c066a8
Remove German language support and update URLs
EinFabex Mar 31, 2026
a696a44
Update manifest.json
EinFabex Mar 31, 2026
7dc9225
Delete minecraft_servers/meloniamc/background.png
EinFabex Mar 31, 2026
e901a6d
Delete minecraft_servers/meloniamc/background@2x.png
EinFabex Mar 31, 2026
f1c2e75
Add files via upload
EinFabex Mar 31, 2026
4a6ca7f
Remove chat message formats from manifest.json
EinFabex Mar 31, 2026
524168f
Delete minecraft_servers/meloniamc/background.png
EinFabex Mar 31, 2026
5fcb0bf
Add files via upload
EinFabex Mar 31, 2026
0ed6a22
Delete minecraft_servers/meloniamc/background@2x.png
EinFabex Mar 31, 2026
3119b0e
Add files via upload
EinFabex Mar 31, 2026
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/meloniamc/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/meloniamc/background@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/meloniamc/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/meloniamc/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/meloniamc/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/meloniamc/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/meloniamc/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"server_name": "meloniamc",
"nice_name": "MeloniaMC",
"direct_ip": "meloniamc.net",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Scoreboard says Knusperbambus??

"supported_languages": [
"en"
],
"social": {
"web": "https://meloniamc.net",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Only a redirect, remove

"web_shop": "https://shop.meloniamc.net",
"web_support": "https://support.meloniamc.net",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Only a redirect, remove

"tiktok": "meloniamc",
"discord": "https://discord.gg/HA9sNhuSWp",
"teamspeak": "ts.meloniamc.net"
},
"gamemodes": {
"crystal_legends": {
"name": "Crystal Legends",
"color": "#8D32E7",
"url": "https://docs.meloniamc.net/games/crystal-legends",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Not found

"command": "/joinq crystal-legends",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Command not found

"versions": "1.17<1.21.11"
}
},
"discord": {
"server_id": 1480209758668722267,
"rename_to_minecraft_name": false
},
"brand": {
"primary": "#008FE8",
"background": "#0A56A5",
"text": "#FFFFFF"
},
"location": {
"city": "Eygelshoven",
"country": "Netherlands",
"country_code": "NL"
}
}
Loading