Skip to content

Commit

Permalink
edited gamemodes (LabyMod#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
workiing committed Jun 24, 2024
1 parent f367e7f commit 50c9167
Showing 1 changed file with 37 additions and 31 deletions.
68 changes: 37 additions & 31 deletions minecraft_servers/zeppelino/manifest.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
{
"server_name": "zeppelino",
"nice_name": "zeppelino Network",
"direct_ip": "zeppelino.de",
"supported_languages": [
"de"
],
"social": {
"twitter": "zeppelinoNW"
"server_name": "zeppelino",
"nice_name": "zeppelino Network",
"direct_ip": "zeppelino.de",
"supported_languages": [
"de"
],
"social": {
"twitter": "zeppelinoNW"
},
"gamemodes": {
"luckylane": {
"name": "LuckyLane",
"color": " #e6965e",
"versions": "1.20.4",
"command": "/warp LuckyLane"
},
"gamemodes": {
"luckylane": {
"name": "LuckyLane",
"color": " #e6965e",
"versions": "1.20.4",
"command": "/warp LuckyLane"
},
"itemfinder": {
"name": "Item Finder",
"color": " #e6965e",
"versions": "1.20.4",
"command": "/warp ItemFinder"
}
"abyssaldrop": {
"name": "Abyssal Drop",
"color": " #e6965e",
"versions": "1.20.4",
"command": "/warp AbyssalDrop"
},
"brand": {
"primary": "#f73724",
"background": "#fb9809",
"text": "#D8D8D8"
},
"location": {
"city": "Hessen",
"country": "Germany",
"country_code": "DE"
"targettussle": {
"name": "Target Tussle",
"color": " #e6965e",
"versions": "1.20.4",
"command": "/warp TargetTussle"
}
},
"brand": {
"primary": "#f73724",
"background": "#fb9809",
"text": "#D8D8D8"
},
"location": {
"city": "Hessen",
"country": "Germany",
"country_code": "DE"
}

}

0 comments on commit 50c9167

Please sign in to comment.