From 43059b2a8e32fff65cac4def42d6094530ceff8e Mon Sep 17 00:00:00 2001 From: HappyAreaBean Date: Mon, 4 Dec 2023 22:58:13 +0800 Subject: [PATCH] refactor: fix missing tld in info url --- src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java b/src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java index ba52a73..04e9ac0 100644 --- a/src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java +++ b/src/main/java/cc/happyareabean/sjm/commands/SJMCommand.java @@ -43,7 +43,7 @@ public void help(BukkitCommandActor actor, CommandHelp helpEntries, @Def List list = new ArrayList<>(); list.add(Constants.HEADER); list.add(MINIMESSAGE.deserialize(String.format("SimpleJoinMessage %s", Constants.VERSION)) - .clickEvent(openUrl("https://go.happyareabean/sjm")) + .clickEvent(openUrl("https://go.happyareabean.cc/sjm")) .hoverEvent(MINIMESSAGE.deserialize("click me!"))); list.add(text() .content("By ") @@ -132,7 +132,7 @@ public void about(BukkitCommandActor actor) { Constants.HEADER, newline(), MINIMESSAGE.deserialize(String.format("SimpleJoinMessage %s", Constants.VERSION)) - .clickEvent(openUrl("https://go.happyareabean/sjm")) + .clickEvent(openUrl("https://go.happyareabean.cc/sjm")) .hoverEvent(MINIMESSAGE.deserialize("click me!")), newline(), text()