geforkt von Mirrors/Velocity
replace old velocitypowered.com links (#1399)
* replace old links * content to 'PaperMC', cause its probably the best
Dieser Commit ist enthalten in:
Ursprung
f2d6e143ae
Commit
dc40e160d7
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -44,7 +44,7 @@ body:
|
|||||||
```
|
```
|
||||||
[17:44:10 INFO]: Velocity 3.3.0-SNAPSHOT (git-9d25d309-b400)
|
[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]: Copyright 2018-2023 Velocity Contributors. Velocity is licensed under the terms of the GNU General Public License v3.
|
||||||
[17:44:10 INFO]: velocitypowered.com - GitHub
|
[17:44:10 INFO]: PaperMC - GitHub
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
validations:
|
validations:
|
||||||
|
@ -174,10 +174,10 @@ public final class VelocityCommand {
|
|||||||
if (version.getName().equals("Velocity")) {
|
if (version.getName().equals("Velocity")) {
|
||||||
final TextComponent embellishment = Component.text()
|
final TextComponent embellishment = Component.text()
|
||||||
.append(Component.text()
|
.append(Component.text()
|
||||||
.content("velocitypowered.com")
|
.content("PaperMC")
|
||||||
.color(NamedTextColor.GREEN)
|
.color(NamedTextColor.GREEN)
|
||||||
.clickEvent(
|
.clickEvent(
|
||||||
ClickEvent.openUrl("https://velocitypowered.com"))
|
ClickEvent.openUrl("https://papermc.io/software/velocity"))
|
||||||
.build())
|
.build())
|
||||||
.append(Component.text(" - "))
|
.append(Component.text(" - "))
|
||||||
.append(Component.text()
|
.append(Component.text()
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren