打印彩色日志消息

时间:2015-08-13 20:55:48

标签: java bukkit

我想用一些颜色记录消息(例如"启用!")。 到目前为止,我有:

public void onEnabled() {
    // Here goes the method to say "Enabled!" colored
}

我试过了:

getLogger().info(ChatColor.GREEN + "Enabled!");

但它不起作用:它表明好像我没有添加ChatColor.GREEN

0 个答案:

没有答案