Skip to content

Commit

Permalink
Change Link Discord (Bungee)
Browse files Browse the repository at this point in the history
  • Loading branch information
zS0bye committed Dec 10, 2022
1 parent e14d6ca commit 3010a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private String[] getLegacyText() {
private TextComponent getClickableLink() {
final TextComponent text = new TextComponent(CStringUtils.center("§7‹ §e● §7› §f§l§nCLICK TO OPEN DISCORD SUPPORT§r §7‹ §e● §7›"));
text.setHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, new ComponentBuilder("§6§nClick Me!").create()));
text.setClickEvent(new ClickEvent(ClickEvent.Action.OPEN_URL, "https://discord.gg/EJYJ6pTj95"));
text.setClickEvent(new ClickEvent(ClickEvent.Action.OPEN_URL, "https://discord.gg/FctDctBWEm"));
return text;
}

Expand Down

0 comments on commit 3010a64

Please sign in to comment.