Change to the complete URL

This commit is contained in:
HexedHero 2022-03-30 17:29:41 +01:00
parent 5e97685252
commit 4cebc16193

View File

@ -58,8 +58,8 @@ public class UpdateEvent implements Listener {
builder.append( builder.append(
Component.text() Component.text()
.append(plugin.getLang().getMessage(Messages.DOWNLOAD_AT)) .append(plugin.getLang().getMessage(Messages.DOWNLOAD_AT))
.append(text(" spigotmc.org/resources/30224/")) .append(text(" https://www.spigotmc.org/resources/30224/"))
.clickEvent(ClickEvent.openUrl("https://spigotmc.org/resources/30224/")) .clickEvent(ClickEvent.openUrl("https://www.spigotmc.org/resources/30224/"))
.build() .build()
); );