modify tip color...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092 2015-08-23 23:43:42 +08:00
parent 3dd7f16748
commit 153cb6d88d

View File

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