Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.44 KB

Files.md

File metadata and controls

56 lines (38 loc) · 2.44 KB

Files and images

Filestructure

  • 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 (no URL/domain!).

Important: The directory MUST match the server_name property in the manifest.json.

To be accepted a server should be already released and on more than ~20 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 the logo.png . Example background.png (1280 x 720)
  • [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)
  • manifest.json*: Information for minecraft server. See example manifest.json

Image specification

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.

Icon image requirements

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.

Logo image requirements

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 shorter side of the image must be at least 128 pixels, 256 pixels for the hDPI version.
  • The shorter side of the image must not be bigger than 256 pixels, 512 pixels for the hDPI version.
  • The maximum pixel size for the shorter side of the images is, of course, preferred.

Example background.png

background.png