Skip to content
Merged
Changes from 2 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
53 changes: 53 additions & 0 deletions minecraft_servers/crazymine/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"server_name": "crazymine",
"nice_name": "CrazyMine",
"direct_ip": "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

IP is indeed needed...

"supported_languages": [
"de"
],
"social": {
"discord": "https://discord.gg/Pe546se3FF",
"youtube": "https://www.youtube.com/@crazyminemc"
},
"gamemodes": {
"lobby": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Lobby is not a gamemode, remove

"name": "Lobby",
"color": "#FFA500",
"command": "/l",
"versions": "1.20<*"
},
"smp": {
"name": "CrazySMP",
"color": "#FFA500",
"command": "/queue CrazySMP-1",
"versions": "1.20<*"
},
"cb": {
"name": "CityBuild",
"color": "#FFA500",
"command": "/queue CityBuild-1",
"versions": "1.20<*"
}
},
"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": 1182216068824039504,
"rename_to_minecraft_name": false
},
"brand": {
"primary": "#008FE8",
"background": "#000000",
"text": "#FFFFFF"
},
"location": {
"city": "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Either enter city or remove key

"country": "Germany",
"country_code": "DE"
},
"yt_trailer": "jUuozH0ZH_s",
"command_delay": 3000
}
Loading