This repository holds media related to game servers.
Icon for Discord Rich Presence
LabyMod Dashboard Stats
minecraft_servers
: Contains images for Minecraft servers.
For every server a folder has to be created. The directory name should be lowercase and not contain any special characters.
To be accepted a server should be already released and on more than ~100 concurrent players on a daily basis.
A folder can contain seven files (*required):
icon.png
*: An icon, mostly the favicon or the Minecraft server icon. (256 x 256)logo.png
: The logo of the server. Mostly a more detailed image. (128-256 x 256-512)background.png
: Mostly a screenshot of the lobby of the server. Should look good when overlaid with thelogo.png
. example background.png (1280 x 720)icon@2x.png
*: hDPI version oficon.png
(512 x 512)logo@2x.png
: hDPI version oflogo.png
(256-512 x 512-1024)background@2x.png
: hDPI version ofbackground.png
(1920 x 1080)manifest.json
*: Information for minecraft server. See example manifest.json
All images must have the following requirements:
- Filetype must be PNG.
- They should be compressed and optimized.
- Images with transparency are preferred.
- If multiple images are available, the ones optimized for a white background are preferred.
- The image should be trimmed, so it contains the minimum amount of empty space on the edges.
Additional to the general image requirements listed above, for the icon image, the following requirements are applied as well:
- Aspect ratio needs to be 1:1 (square).
- Icon size must be 256x256 pixels, for the hDPI this is 512x512 pixels.
- The maximum icon pixel size is, of course, preferred.
Additional to the general image requirements listed, for the logo image, the following requirements are applied as well:
- A landscape image is preferred.
- Aspect ratio should respect the logo of the brand.
- The shortest side of the image must be at least 128 pixels, 256 pixels for the hDPI version.
- The shortest side of the image must be no bigger than 256 pixels, 512 pixels for the hDPI version.
- The maximum pixel size for the shortest side of the images is, of course, preferred.
{
"server_name": "timolia",
"nice_name": "Timolia",
"direct_ip": "play.timolia.de",
"server_wildcards": [
"%.timolia.de"
],
"social": {
"web": "https://timolia.de/",
"twitter": "TimoliaTeam",
"discord": "https://discord.com/invite/Q55FujN"
}
}
Required values are: server_name
, nice_name
& direct_ip
All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used for identification purposes only.
The use of these names, trademarks and brands appearing in these image files, do not imply endorsement.
Project inspired by home-assistant/brands