replace old velocitypowered.com links (#1399)
* replace old links * content to 'PaperMC', cause its probably the best
This commit is contained in:
@@ -174,10 +174,10 @@ public final class VelocityCommand {
|
||||
if (version.getName().equals("Velocity")) {
|
||||
final TextComponent embellishment = Component.text()
|
||||
.append(Component.text()
|
||||
.content("velocitypowered.com")
|
||||
.content("PaperMC")
|
||||
.color(NamedTextColor.GREEN)
|
||||
.clickEvent(
|
||||
ClickEvent.openUrl("https://velocitypowered.com"))
|
||||
ClickEvent.openUrl("https://papermc.io/software/velocity"))
|
||||
.build())
|
||||
.append(Component.text(" - "))
|
||||
.append(Component.text()
|
||||
|
Reference in New Issue
Block a user