fix chatcolor...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092 2015-09-18 08:40:21 +08:00
parent b7bad51607
commit 45d4a9f1ff

View File

@ -168,7 +168,7 @@ public class RepositoryManager {
pi.repo = pkg.name; pi.repo = pkg.name;
plugins.put(plugin.groupId + "." + plugin.artifactId, pi); plugins.put(plugin.groupId + "." + plugin.artifactId, pi);
} }
sender.sendMessage("仓库: §e" + pkg.name + " §a更新成功!"); sender.sendMessage("§6仓库: §e" + pkg.name + " §a更新成功!");
} }
public boolean updateRepositories(CommandSender sender) { public boolean updateRepositories(CommandSender sender) {