Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@Fallen-Breath Fallen-Breath released this 22 May 11:07
5c2be12
  • More detailed server info entry support

    In the serverList entry in the config, you can use an object to indicate a server entry for more detailed information, e.g.

"serverList": [
  {
    "name": "creative1",
    "description": "CMP Server#1",
    "category": "CMP"
  },
  {
    "name": "creative2",
    "description": "CMP Server#2",
    "category": "CMP"
  }
]

with the settings above, server jump buttons will be displayed in separate rows according to the category, and the description will be attached to the hover text

  • Compats with former config file which uses single string as server info entry