Skip to content

Commit

Permalink
Twerion.Net Update: Add wildcard domain, remove background color & fi…
Browse files Browse the repository at this point in the history
…x gamemode object (LabyMod#911)

* Add wildcard domain, remove background color & fix gamemode object version error

* change version for gameobjekt
  • Loading branch information
totKing authored Jan 20, 2024
1 parent bd3c9cb commit e339a12
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions minecraft_servers/twerion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"%.twerion.de",
"%.twerion.com",
"%.twerion.eu",
"%.twerion.org"
"%.twerion.org",
"%.totking.de",
"%.totking.dev"
],
"supported_languages": [
"de",
Expand All @@ -33,12 +35,12 @@
"citybuild": {
"name": "CityBuild SMP",
"color": "#00AAAA",
"versions": "1.8<1.20.4"
"versions": "1.8<*"
},
"oneblock": {
"name": "OneBlock",
"color": "#5555FF",
"versions": "1.8<1.20.4"
"versions": "1.8<*"
},
"oppvp": {
"name": "OPPvP",
Expand All @@ -55,7 +57,7 @@
"name": "FastBuilders",
"color": "#FFFF55",
"command": "/play fastbuilders",
"versions": "1.8<*4"
"versions": "1.8<*"
},
"buildffa": {
"name": "BuildFFA",
Expand All @@ -82,7 +84,6 @@
},
"brand": {
"primary": "#FFAA00",
"background": "#FFFF55",
"text": "#FFFFFF"
},
"location": {
Expand Down

0 comments on commit e339a12

Please sign in to comment.