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

Updated manifest.json #1346

Merged
merged 10 commits into from
Sep 14, 2024
3 changes: 3 additions & 0 deletions minecraft_servers/citymine/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@
"citybuild": {
"name": "Citybuild",
"color": "#ADD8E6",
"command": "/spawn"
"versions": "1.9<1.21"
},
"survival": {
"name": "Survival",
"color": "#FFA500",
"command": "/spawn",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Command should join the gamemode not just go to spawn...

"versions": "1.9<1.21"
},
"grundstuecke": {
"name": "Grundstücke",
"color": "#66FE32",
"command": "/spawn",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Command should join the gamemode not just go to spawn...

"versions": "1.9<1.21"
}
},
Expand Down
Loading