Files
OneForAll-mirror/data/rules/whatweb/minecraft-server.json
T
2020-07-29 00:02:06 +08:00

18 lines
790 B
JSON

{
"name": "Minecraft-Server",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Minecraft server web UI. Minecraft is a deceptively simple yet addictive game with a clingy online community. MineOS is a Linux distribution designed for the sole purpose of hosting Minecraft worlds. It comes complete with web-admin interface, SSH interaction, and SCP capability for easy filesystem access.",
"website": "http://minecraft.codeemo.com/index.html",
"matches": [
{
"text": "<span>Map type:</span><select id=\"mode\" onchange=\"show(1,$('#mode').val())\">",
"os": "MineOS (Linux)"
},
{
"text": "<title>MineOS Admin Page</title>",
"os": "MineOS (Linux)"
}
]
}