标签: java bukkit
我想用一些颜色记录消息(例如"启用!")。 到目前为止,我有:
public void onEnabled() { // Here goes the method to say "Enabled!" colored }
我试过了:
getLogger().info(ChatColor.GREEN + "Enabled!");
但它不起作用:它表明好像我没有添加ChatColor.GREEN。
ChatColor.GREEN