diff --git a/src/main/java/at/helpch/placeholderapi/commands/impl/local/CommandDump.java b/src/main/java/at/helpch/placeholderapi/commands/impl/local/CommandDump.java index 8d30955..fcbca55 100644 --- a/src/main/java/at/helpch/placeholderapi/commands/impl/local/CommandDump.java +++ b/src/main/java/at/helpch/placeholderapi/commands/impl/local/CommandDump.java @@ -83,7 +83,7 @@ public final class CommandDump extends PlaceholderCommand { return; } - sender.sendMessage(Message.raw("Successfully posted dump: " + URL + key).color(Color.GREEN)); + sender.sendMessage(Message.raw("Successfully posted dump: ").color(Color.GREEN).insert(Message.raw(URL + key).color(Color.WHITE).bold(true).italic(true).link(URL + key))); // Msg.msg(sender, // "&aSuccessfully posted dump: " + URL + key); });