Fix logs for 1.12

This commit is contained in:
libraryaddict 2020-10-21 11:34:03 +13:00
parent ac35cb64b6
commit 972633876e

View File

@ -212,8 +212,8 @@ public class LDUploadLogs implements LDCommand {
" and my disguises file: " + disguisesPaste;
ComponentBuilder builder = new ComponentBuilder("");
builder.appendLegacy(ChatColor.AQUA + "");
builder.append(text);
builder.color(net.md_5.bungee.api.ChatColor.AQUA);
builder.event(new ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, text));
sender.spigot().sendMessage(builder.create());