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
2020-05-12 23:18:55 +02:00

87 lines
2.9 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",
"version": "5.2.0~ynh1",
"packaging_format": 1,
"description": {
"en": "Minetest is a free, open source voxel game engine and game. Fully extendable. Need a client to connect to the server.",
"fr": "Minetest est un moteur de jeu de type « bac à sable » gratuit et open source. Entièrement extensible. Nécessite un client pour se connecter au serveur."
},
"url": "http://www.minetest.net/",
"license": "MIT",
"maintainer": {
"name": "rafi59",
"email": "rafi59_dev@srvmaison.fr.nf",
"url": ""
},
"previous_maintainers": {
"name": "Luc Didry",
"email": "luc@framasoft.org",
"url": "https://framasoft.org"
},
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "server_domain",
"type": "domain",
"ask": {
"en": "Choose a domain for your minetest server",
"fr": "Choisissez un domaine pour votre serveur minetest"
},
"example": "domain.org"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public server? (should we announce it?)",
"fr": "Est-ce un serveur public ? (devons-nous l'annoncer ?)"
},
"default": false
},
{
"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
}
]
}
}