Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWhiteMan51 authored Jan 3, 2025
1 parent 8a659fa commit 51c941b
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions minecraft_servers/crazylive/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"server_name": "CrazyLive.eu",
"nice_name": "CrazyLive",
"direct_ip": "play.crazylive.eu",
"server_wildcards": [
"play.crazylive.eu"
],
"supported_languages": [
"en",
"de"
],
"social": {
"web": "https://www.crazylive.eu",
"discord": "https://discord.gg/Hrzm2qE7Hq"
},
"gamemodes": {
"citybuild": {
"name": "CityBuild",
"command": "/warp cb",
"color": "#FFA500",
"versions": "1.21.4"
}
},
"chat": {
"message_formats": [
"^§[a-f0-9](?<level>\\d+)( \\||§8 \\|) §[a-f0-9](?<sender>[a-zA-Z0-9_]{2,16})§r§7: §f(?<message>.*)$"
]
},
"discord": {
"server_id": 1313611277775536209,
"rename_to_minecraft_name": false
},
"brand": {
"primary": "#008FE8",
"background": "#0A56A5",
"text": "#FFFFFF"
},
"location": {
"city": "Frankfurt",
"country": "Germany",
"country_code": "DE"
},
"user_stats": "https://laby.net/@{userName}",
"command_delay": 3000
}

0 comments on commit 51c941b

Please sign in to comment.