How to replace this without change it to CharSequence? ChatUtil.format(fm.getConfig("Scoreboard.yml").get("Scoreboard.Lines.1").replace("%player%", p.getName()).replace("%arrow%", "ยป").replace("%coins%", CoinsAPI.getCoins(p)));
The problem is how to replace %coins% with the coins from a player. But the CharSequence doesn't work when i do that. Can i do it on a other way.