webchat-cd2025/.cdb.json

14 lines
659 B
JSON
Raw Normal View History

2022-03-14 08:10:46 +01:00
{
"type": "MOD",
"title": "Web chat",
"name": "webchat",
"short_description": "Makes the in-game chat accessible through a web browser.",
"tags": ["chat"],
2022-03-14 08:38:35 +01:00
"license": "LGPL-3.0-or-later",
"media_license": "LGPL-3.0-or-later",
2022-03-14 08:10:46 +01:00
"long_description": "This mod makes the in-game chat accessible through a web browser. The mod itself implements the Minetest server-side functions. It also contains example PHP code for the web chat GUI and the interaction with the Minetest server.",
"repo": "https://gitlab.com/seckl/webchat.git",
"website": "https://gitlab.com/seckl/webchat/",
"issue_tracker": "https://gitlab.com/seckl/webchat/-/issues"
}