1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00
minetest_ynh/manifest.json
2022-07-20 10:08:55 +02:00

88 lines
2.8 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Minetest",
"id": "minetest",
"packaging_format": 1,
"description": {
"en": "Free, open source voxel game engine and game. Need a client to connect to the server.",
"fr": "Moteur de jeu de type « bac à sable » gratuit et open source. Nécessite un client pour se connecter au serveur."
},
"version": "5.5.1~ynh2",
"url": "http://www.minetest.net/",
"upstream": {
"license": "MIT",
"website": "http://www.minetest.net",
"code": "https://github.com/minetest/minetest"
},
"license": "MIT",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": false
},
{
"name": "game",
"type": "string",
"ask": {
"en": "Choose a game for your server",
"fr": "Choissisez un jeu pour votre serveur"
},
"choises": ["minetest_game", "capturetheflag"],
"default": "minetest_game",
"hint": "Minetest_game is the minetest default game. / Capture The Flag player vs player game."
},
{
"name": "servername",
"type": "string",
"ask": {
"en": "Choose a name for your server",
"fr": "Choissisez un nom pour votre serveur"
},
"default": "Minetest server"
},
{
"name": "pvp",
"type": "boolean",
"ask": {
"en": "Whether to enable players killing each other",
"fr": "Permettre aux joueurs de se tuer l'un l'autre"
},
"default": false
},
{
"name": "creative",
"type": "boolean",
"ask": {
"en": "Whether to enable creative mode (unlimited inventory)",
"fr": "Permettre l'utilisation du mode créatif (inventaire illimité)"
},
"default": false
},
{
"name": "damage",
"type": "boolean",
"ask": {
"en": "Enable players getting damage and dying",
"fr": "Les joueurs pourront-ils recevoir des dommages et mourir ?"
},
"default": true
}
]
}
}