1
0
mirror of https://e.coding.net/circlecloud/citycraft.cn.git synced 2026-05-02 00:21:48 +00:00

add new plugin protectitem...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092
2015-10-23 20:50:20 +08:00
parent 143cfd3df8
commit 25c97a2a48

View File

@@ -1,10 +1,12 @@
{ {
"name": "sumcraft", "name": "sumcraft",
"url": "http://ci.sumcraft.net:8080/plugin/repository/everything/", "url": "http://ci.sumcraft.net:8080/plugin/repository/everything/",
"plugins":[ "plugins":
[
{ {
"groupId": "PlotSquared-Chinese", "groupId": "PlotSquared-Chinese",
"artifactId": "PlotSquared-Chinese", "artifactId": "PlotSquared-Chinese",
"name": "PlotSquared",
"description": "地皮插件汉化版", "description": "地皮插件汉化版",
"version": "2.11.27" "version": "2.11.27"
}, },
@@ -67,6 +69,12 @@
"artifactId": "WowSuchCleaner", "artifactId": "WowSuchCleaner",
"description": "拍卖行版扫地大妈", "description": "拍卖行版扫地大妈",
"version": "1.6.1" "version": "1.6.1"
},
{
"groupId": "cn.citycraft",
"artifactId": "ProtectItem",
"description": "物品保护系统",
"version": "1.0"
} }
] ]
} }