From b12b13d762eab4a2943f8a2115fe0b08d781a9a7 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 14 Sep 2024 22:11:23 +0200 Subject: [PATCH] content to 'PaperMC', cause its probably the best --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .../velocitypowered/proxy/command/builtin/VelocityCommand.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a075e54aa..ec81079b6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -44,7 +44,7 @@ body: ``` [17:44:10 INFO]: Velocity 3.3.0-SNAPSHOT (git-9d25d309-b400) [17:44:10 INFO]: Copyright 2018-2023 Velocity Contributors. Velocity is licensed under the terms of the GNU General Public License v3. - [17:44:10 INFO]: papermc.io/software/velocity - GitHub + [17:44:10 INFO]: PaperMC - GitHub ``` validations: diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java index ba2c35a6f..85bf2061b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java @@ -174,7 +174,7 @@ public final class VelocityCommand { if (version.getName().equals("Velocity")) { final TextComponent embellishment = Component.text() .append(Component.text() - .content("papermc.io/software/velocity") + .content("PaperMC") .color(NamedTextColor.GREEN) .clickEvent( ClickEvent.openUrl("https://papermc.io/software/velocity"))