forked from Upstream/CitizensCMD
Change to the complete URL
This commit is contained in:
parent
5e97685252
commit
4cebc16193
@ -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()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user