Skip to content

Commit

Permalink
Update SuperAwesome (#1586)
Browse files Browse the repository at this point in the history
* Remove creepylobby and fix wildcards

* Revert wildcard change

* Add version to gamemodes

* Remove wildcard as its interfering with at VIP feature on the server

* Added it back in after further discussion
  • Loading branch information
Griffeng authored Jan 4, 2025
1 parent b1a43be commit d7ab728
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions minecraft_servers/superawesome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,20 @@
"larmelobby": {
"name": "Larmelobby",
"command": "/server larmelobby",
"color": "#306fdb"
"color": "#306fdb",
"versions": "1.20>*"
},
"shoppylobby": {
"name": "Shoppylobby",
"command": "/server shoppylobby",
"color": "#306fdb"
"color": "#306fdb",
"versions": "1.20>*"
},
"maskinrummet": {
"name": "Maskinrummet",
"command": "/server maskinrummet",
"color": "#306fdb"
},
"creepylobby": {
"name": "Creepylobby",
"command": "/server creepylobby",
"color": "#306fdb"
"color": "#306fdb",
"versions": "1.20>*"
}
},
"location": {
Expand Down

0 comments on commit d7ab728

Please sign in to comment.