Move to PaperMC organisation

This commit is contained in:
Riley Park
2021-11-18 10:49:54 -08:00
parent d3b3ef231b
commit 2586210ca6
3 changed files with 4 additions and 15 deletions

View File

@@ -237,14 +237,14 @@ public class VelocityCommand implements SimpleCommand {
.append(Component.text().content("velocitypowered.com")
.color(NamedTextColor.GREEN)
.clickEvent(
ClickEvent.openUrl("https://www.velocitypowered.com"))
ClickEvent.openUrl("https://velocitypowered.com"))
.build())
.append(Component.text(" - "))
.append(Component.text().content("GitHub")
.color(NamedTextColor.GREEN)
.decoration(TextDecoration.UNDERLINED, true)
.clickEvent(ClickEvent.openUrl(
"https://github.com/VelocityPowered/Velocity"))
"https://github.com/PaperMC/Velocity"))
.build())
.build();
source.sendMessage(Identity.nil(), embellishment);