From 25c97a2a481908930b96704e8e056ecb95e663b8 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Fri, 23 Oct 2015 20:50:20 +0800 Subject: [PATCH] add new plugin protectitem... Signed-off-by: j502647092 --- repo/sumcraft/package.info | 150 +++++++++++++++++++------------------ 1 file changed, 79 insertions(+), 71 deletions(-) diff --git a/repo/sumcraft/package.info b/repo/sumcraft/package.info index 5447452..f20e219 100644 --- a/repo/sumcraft/package.info +++ b/repo/sumcraft/package.info @@ -1,72 +1,80 @@ -{ - "name":"sumcraft", - "url":"http://ci.sumcraft.net:8080/plugin/repository/everything/", - "plugins":[ - { - "groupId":"PlotSquared-Chinese", - "artifactId":"PlotSquared-Chinese", - "description":"地皮插件汉化版", - "version":"2.11.27" - }, - { - "groupId":"fr.xephi", - "artifactId":"AuthMe", - "description":"登录插件重制版本", - "version":"6.0" - }, - { - "groupId":"cn.citycraft", - "artifactId":"Yum", - "description":"服务器插件管理系统", - "version":"1.7" - }, - { - "groupId":"cn.citycraft", - "artifactId":"SimpleEssential", - "description":"轻量级基础插件", - "version":"1.4.1" - }, - { - "groupId":"cn.citycraft", - "artifactId":"SimpleProtect", - "description":"轻量级保护插件", - "version":"1.3" - }, - { - "groupId":"cn.citycraft", - "artifactId":"CarryEnchantBench", - "description":"30级随身附魔台", - "version":"1.2" - }, - { - "groupId":"cn.citycraft", - "artifactId":"Residence", - "description":"领地插件重制版本", - "version":"2.8.0.7" - }, - { - "groupId":"cn.citycraft", - "artifactId":"Multikills", - "description":"连杀插件", - "version":"1.3.6" - }, - { - "groupId":"cn.citycraft", - "artifactId":"PrefixGuiManager", - "description":"图形化称号管理插件", - "version":"1.2" - }, - { - "groupId":"org.maxgamer", - "artifactId":"QuickShop", - "description":"快捷商店重制版本", - "version":"1.5.1" - }, - { - "groupId":"io.github.Cnly.WowSuchCleaner", - "artifactId":"WowSuchCleaner", - "description":"拍卖行版扫地大妈", - "version":"1.6.1" - } - ] +{ + "name": "sumcraft", + "url": "http://ci.sumcraft.net:8080/plugin/repository/everything/", + "plugins": + [ + { + "groupId": "PlotSquared-Chinese", + "artifactId": "PlotSquared-Chinese", + "name": "PlotSquared", + "description": "地皮插件汉化版", + "version": "2.11.27" + }, + { + "groupId": "fr.xephi", + "artifactId": "AuthMe", + "description": "登录插件重制版本", + "version": "6.0" + }, + { + "groupId": "cn.citycraft", + "artifactId": "Yum", + "description": "服务器插件管理系统", + "version": "1.7" + }, + { + "groupId": "cn.citycraft", + "artifactId": "SimpleEssential", + "description": "轻量级基础插件", + "version": "1.4.1" + }, + { + "groupId": "cn.citycraft", + "artifactId": "SimpleProtect", + "description": "轻量级保护插件", + "version": "1.3" + }, + { + "groupId": "cn.citycraft", + "artifactId": "CarryEnchantBench", + "description": "30级随身附魔台", + "version": "1.2" + }, + { + "groupId": "cn.citycraft", + "artifactId": "Residence", + "description": "领地插件重制版本", + "version": "2.8.0.7" + }, + { + "groupId": "cn.citycraft", + "artifactId": "Multikills", + "description": "连杀插件", + "version": "1.3.6" + }, + { + "groupId": "cn.citycraft", + "artifactId": "PrefixGuiManager", + "description": "图形化称号管理插件", + "version": "1.2" + }, + { + "groupId": "org.maxgamer", + "artifactId": "QuickShop", + "description": "快捷商店重制版本", + "version": "1.5.1" + }, + { + "groupId": "io.github.Cnly.WowSuchCleaner", + "artifactId": "WowSuchCleaner", + "description": "拍卖行版扫地大妈", + "version": "1.6.1" + }, + { + "groupId": "cn.citycraft", + "artifactId": "ProtectItem", + "description": "物品保护系统", + "version": "1.0" + } + ] } \ No newline at end of file