Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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/legendencraft/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/legendencraft/banner.png
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.

Doesn't look very good
If you don't have a banner, remove

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/legendencraft/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/legendencraft/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.
32 changes: 32 additions & 0 deletions minecraft_servers/legendencraft/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"server_name": "legendencraft",
"nice_name": "legendencraftde",
"direct_ip": "legendencraft.de",
"server_wildcards": [
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.

If you don't have a wildcard, remove the whole thing

],
"supported_languages": [
"de"
],
"social": {
"discord": "https://discord.gg/Jps3XCuXy4",
"teamspeak": "legendencraft.de"
},
"chat": {
"message_formats": [
"^(|§8»\\n)(§[a-f0-9]§?l?(?<rank>\\S+))§r §8\\| §7(?<sender>[a-zA-Z0-9_]{2,16})§r §8» §7(?<message>.*)(|\\n§8»)$"
]
},
"discord": {
"server_id": 1385540835814408293
},
"brand": {
"primary": "#0095ed",
"background": "#00182e",
"text": "#ffffff"
},
"location": {
"city": "Frankfurt",
"country": "Germany",
"country_code": "DE"
}
}
Loading