modify tip color...

Signed-off-by: j502647092 <jtb1@163.com>
dev
j502647092 2015-08-23 23:43:42 +08:00
parent 3dd7f16748
commit 153cb6d88d
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ public class PluginsManager {
target.onLoad();
Bukkit.getPluginManager().enablePlugin(target);
sender.sendMessage("§6载入: 插件 " + name + " 已成功载入到服务器!");
sender.sendMessage("§6载入: §a插件 " + name + " 已成功载入到服务器!");
return true;
}