mirror of
https://e.coding.net/circlecloud/citycraft.cn.git
synced 2026-05-02 02:49:57 +00:00
update package.info framework...
This commit is contained in:
@@ -1,18 +1,21 @@
|
||||
{
|
||||
"name":"mengcraft",
|
||||
"url":"http://ci.mengcraft.com:8080/plugin/repository/everything/",
|
||||
"plugins":[
|
||||
{
|
||||
"groupId":"com.mengcraft",
|
||||
"artifactId":"protect",
|
||||
"description":"服务器保护插件",
|
||||
"version":"2.2-SNAPSHOT"
|
||||
},
|
||||
{
|
||||
"groupId":"com.mengcraft",
|
||||
"artifactId":"playersql",
|
||||
"description":"服务器玩家信息同步",
|
||||
"version":"1.17-SNAPSHOT"
|
||||
}
|
||||
]
|
||||
{
|
||||
"name": "mengcraft",
|
||||
"url": "http://ci.mengcraft.com:8080/plugin/repository/everything/",
|
||||
"plugins":
|
||||
[
|
||||
{
|
||||
"groupId": "com.mengcraft",
|
||||
"artifactId": "protect",
|
||||
"name": "protect",
|
||||
"description": "服务器保护插件",
|
||||
"version": "2.2-SNAPSHOT"
|
||||
},
|
||||
{
|
||||
"groupId": "com.mengcraft",
|
||||
"artifactId": "playersql",
|
||||
"name": "playersql",
|
||||
"description": "服务器玩家信息同步",
|
||||
"version": "1.17-SNAPSHOT"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user