Skip to content

Commit

Permalink
Pixelbiester, Hoplite and changed buildtheearth (#1622)
Browse files Browse the repository at this point in the history
* add some Servers

* add HopliteNetwork and Update Buildtheearth logo

* add pixelbiester.net server

* fix / at the end of url

* fix BuildBattle Name
Schneeeulen authored Jan 17, 2025
1 parent 04ececa commit fb554dd
Showing 12 changed files with 67 additions and 0 deletions.
Binary file modified minecraft_servers/buildtheearth/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 modified minecraft_servers/buildtheearth/icon@2x.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/hoplite/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/hoplite/background@2x.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/hoplite/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/hoplite/icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions minecraft_servers/hoplite/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"server_name": "hoplite",
"nice_name": "Hoplite",
"direct_ip": "hoplite.gg",
"supported_languages": [
"en", "de", "fr", "ru", "es"
],
"social": {
"web": "https://hoplite.gg",
"web_shop": "https://store.hoplite.gg",
"twitter": "HopliteNetwork",
"discord": "https://discord.com/invite/hoplite"
},
"discord": {
"server_id": 1134583981275349073,
"rename_to_minecraft_name": false
},
"brand": {
"primary": "#497cb1",
"background": "#497cb1",
"text": "#ffffff"
},
"yt_trailer": "w3FALZ38NFQ"
}
Binary file added minecraft_servers/pixelbiester/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/pixelbiester/background@2x.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/pixelbiester/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/pixelbiester/icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions minecraft_servers/pixelbiester/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"server_name": "pixelbiester",
"nice_name": "Pixelbiester",
"direct_ip": "mc.pixelbiester.net",
"supported_languages": [
"de"
],
"social": {
"twitter": "Pixelbiester"
},
"gamemodes": {
"500x500": {
"name": "500x500",
"command": "/server 500x500",
"color": "#0095B0"
},
"plot1": {
"name": "Plotserver 1",
"command": "/server Plot1",
"color": "#0095B0"
},
"plot2": {
"name": "Plotserver 2",
"command": "/server Plot2",
"color": "#0095B0"
},
"plot3": {
"name": "Plotserver 3",
"command": "/server Plot3",
"color": "#0095B0"
},
"buildbattle": {
"name": "BuildBattle",
"command": "/server BuildBattleXL",
"color": "#0095B0"
}
},
"brand": {
"primary": "#497cb1",
"background": "#497cb1",
"text": "#ffffff"
}
}

0 comments on commit fb554dd

Please sign in to comment.