moth

Monarch Of The Hill game server
git clone https://git.woozle.org/neale/moth.git

moth / theme
Neale Pickett  ·  2024-04-09

config.json

 1{
 2    "PuzzleList": {
 3        "TrackSolved": true,
 4        "Titles": false,
 5        "": 0
 6    },
 7    "Puzzle": {
 8        "": 0
 9    },
10    "Scoreboard": {
11        "DisplayServerURLWhenEnabled": true,
12        "ShowCategoryLeaders": true,
13        "ReplayHistory": true,
14        "ReplayFPS": 6,
15        "ReplayDurationMS": 2000,
16        "NoScoresHtml": "<div class='notification'><h2>~ no scores ~</h2></div>",
17        "": 0
18    },
19    "Messages": "<!-- Messages can go here (HTML) -->",
20    "": "this is here so you don't have to remember to take the comma off the last item"
21}