mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-14 05:11:08 +08:00
feat(platform): Support Sponge8 (#4)
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"loader": {
|
||||
"name": "java_plain",
|
||||
"version": "1.0"
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"global": {
|
||||
"version": "8.0.0",
|
||||
"links": {
|
||||
"homepage": "${project.url}",
|
||||
"source": "${project.url}",
|
||||
"issues": "${project.url}/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "huanmeng",
|
||||
"description": "ContributorContributor"
|
||||
},
|
||||
{
|
||||
"name": "CarmJos",
|
||||
"description": "Lead Developer"
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"id": "spongeapi",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"id": "minesql",
|
||||
"name": "MineSQL (EasySQL-Plugin)",
|
||||
"entrypoint": "cc.carm.plugin.minesql.MineSQLSponge",
|
||||
"description": "${project.description}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user