Releases: TISUnion/joinMOTD
Releases · TISUnion/joinMOTD
v1.3.0
-
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
joinMOTD v1.2.0
MCDR2 plugin format, better config support
v1.1.0
- More MCDR style coding
- Added hover text hint
20200407
For MCD & MCDR 0.x