Skip to content

Custom favicon providers

rockquiet edited this page Aug 1, 2023 · 1 revision

Custom favicon providers

Important: Favicon size must be 64x64 pixels!

Default provider structure: (Using minepic as an example)

{
  "url": "https://minepic.org/head/%name%/64",
  "name": "minepic",
  "replacer": [
    {
      "key": "%name%",
      "value": "NAME"
    }
  ]
}
  • url: url to the image that should be used
  • name: name of the provider
  • replacer: replaces parts of the url with player data
    • key: the placeholder in the url, i.e. %name%
    • value: the value that gets used, i.e. NAME

Possible replacer values:

NAME - the username of the player

UUID - the uuid of the player

Clone this wiki locally