mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 09:16:34 +00:00
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"plugins": [
|
|
{
|
|
"loader": "java_plain",
|
|
"id": "terra",
|
|
"name": "Terra",
|
|
"version": "@VERSION@",
|
|
"main-class": "com.dfsek.terra.sponge.TerraSpongePlugin",
|
|
"description": "@DESCRIPTION@",
|
|
"links": {
|
|
"source": "@SOURCE@",
|
|
"issues": "@ISSUES@"
|
|
},
|
|
"contributors": [
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"id": "spongeapi",
|
|
"version": "9.0.0"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |