mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
790 B
JSON
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)"
|
|
}
|
|
]
|
|
}
|