Skip to content

Commit

Permalink
add Twerion.net (LabyMod#909)
Browse files Browse the repository at this point in the history
* add Twerion.net

* Correct documentation regarding banner size

* Twerion banner has been replaced with the correct size

* change direct server ip to .net

* Fix nice name

* Compress background and banner files. Remove web_support and correct web URL.
  • Loading branch information
totKing authored Jan 20, 2024
1 parent 77f59e2 commit bd3c9cb
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A folder can contain the following files (*required):
- `[email protected]`*: hDPI version of `icon.png` (512 x 512)
- `[email protected]`: hDPI version of `logo.png` (256-512 x 512-1024)
- `[email protected]`: hDPI version of `background.png` (1920 x 1080)
- `banner.png` This banner image will be shown in future versions of LabyMod above the player list (tab), this can currently be achieved also via the [LabyMod server API](https://docs.labymod.net/pages/server/displays/tablist/). (aspect ratio 5:1, max 1280 x 512)
- `banner.png` This banner image will be shown in future versions of LabyMod above the player list (tab), this can currently be achieved also via the [LabyMod server API](https://docs.labymod.net/pages/server/displays/tablist/). (aspect ratio 5:1, max 1280 x 256)
- `manifest.json`*: Information for minecraft server. See [example manifest.json](/docs/Manifest.md#example-manifestjson-file)

### Gamemodes
Expand Down
Binary file added minecraft_servers/twerion/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/twerion/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/twerion/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/twerion/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/twerion/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/twerion/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/twerion/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 94 additions & 0 deletions minecraft_servers/twerion/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"server_name": "twerion",
"nice_name": "Twerion Netzwerk",
"direct_ip": "twerion.net",
"server_wildcards": [
"%.twerion.net",
"%.twerion.de",
"%.twerion.com",
"%.twerion.eu",
"%.twerion.org"
],
"supported_languages": [
"de",
"en",
"ru"
],
"social": {
"web": "https://www.twerion.net",
"web_shop": "https://shop.twerion.net",
"twitter": "twerionnetwork",
"tiktok": "twerionnetwork",
"instagram": "twerion_network",
"discord": "https://discord.gg/twerion",
"youtube": "https://www.youtube.com/@twerion",
"teamspeak": "ts.twerion.net"
},
"gamemodes": {
"skypvp": {
"name": "SkyPvP",
"color": "#AA0000",
"versions": "1.8<*"
},
"citybuild": {
"name": "CityBuild SMP",
"color": "#00AAAA",
"versions": "1.8<1.20.4"
},
"oneblock": {
"name": "OneBlock",
"color": "#5555FF",
"versions": "1.8<1.20.4"
},
"oppvp": {
"name": "OPPvP",
"color": "#00AA00",
"versions": "1.8<*"
},
"bedwars": {
"name": "BedWars",
"color": "#FF5555",
"command": "/play bw-solo",
"versions": "1.8<*"
},
"fastbuilders": {
"name": "FastBuilders",
"color": "#FFFF55",
"command": "/play fastbuilders",
"versions": "1.8<*4"
},
"buildffa": {
"name": "BuildFFA",
"color": "#55FF55",
"command": "/play buildffa",
"versions": "1.8<*"
},
"mlgrush": {
"name": "MLGRush",
"color": "#55FFFF",
"command": "/play mlgrush",
"versions": "1.8<*"
},
"clutches": {
"name": "Clutches",
"color": "#FF55FF",
"command": "/play clutches",
"versions": "1.8<*"
}
},
"discord": {
"server_id": 326789496525815800,
"rename_to_minecraft_name": false
},
"brand": {
"primary": "#FFAA00",
"background": "#FFFF55",
"text": "#FFFFFF"
},
"location": {
"city": "Frankfut am Main",
"country": "Germany",
"country_code": "DE"
},
"yt_trailer": "6xACbO1hHnA"
}

0 comments on commit bd3c9cb

Please sign in to comment.