Fix logs for 1.12
This commit is contained in:
parent
ac35cb64b6
commit
972633876e
@ -212,8 +212,8 @@ public class LDUploadLogs implements LDCommand {
|
|||||||
" and my disguises file: " + disguisesPaste;
|
" and my disguises file: " + disguisesPaste;
|
||||||
|
|
||||||
ComponentBuilder builder = new ComponentBuilder("");
|
ComponentBuilder builder = new ComponentBuilder("");
|
||||||
builder.appendLegacy(ChatColor.AQUA + "");
|
|
||||||
builder.append(text);
|
builder.append(text);
|
||||||
|
builder.color(net.md_5.bungee.api.ChatColor.AQUA);
|
||||||
builder.event(new ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, text));
|
builder.event(new ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, text));
|
||||||
|
|
||||||
sender.spigot().sendMessage(builder.create());
|
sender.spigot().sendMessage(builder.create());
|
||||||
|
Loading…
Reference in New Issue
Block a user