aboutsummaryrefslogtreecommitdiff
path: root/spark-sponge8/src/main/resources/META-INF/sponge_plugins.json
blob: 55b17726c6e0a5c5af8cf2c6f590ea8774d85021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "loader": {
        "name": "java_plain",
        "version": "1.0"
    },
    "license": "MIT",
    "plugins": [
        {
            "id": "spark",
            "name": "spark-sponge8",
            "version": "${version}",
            "entrypoint": "me.lucko.spark.sponge.Sponge8SparkPlugin",
            "description": "${description}",
            "links": {
                "homepage": "https://spark.lucko.me/",
                "source": "https://github.com/lucko/spark",
                "issues": "https://github.com/lucko/spark/issues"
            },
            "contributors": [
                {
                    "name": "Luck",
                    "description": "Developer"
                }
            ],
            "dependencies": [
                {
                    "id": "spongeapi",
                    "version": "8.0.0"
                }
            ]
        }
    ]
}