3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-16 21:10:30 +01:00

content to 'PaperMC', cause its probably the best

Dieser Commit ist enthalten in:
Aaron 2024-09-14 22:11:23 +02:00
Ursprung c49727b516
Commit b12b13d762
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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
```
</details>
validations:

Datei anzeigen

@ -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"))