mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +01:00
Make other link in deprecation message clickable too
This commit is contained in:
parent
799da8e341
commit
206fbf627d
1 changed files with 7 additions and 1 deletions
|
@ -1440,7 +1440,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ .clickEvent(ClickEvent.openUrl("https://spark.lucko.me/")))
|
+ .clickEvent(ClickEvent.openUrl("https://spark.lucko.me/")))
|
||||||
+ )
|
+ )
|
||||||
+ .append(Component.newline())
|
+ .append(Component.newline())
|
||||||
+ .append(Component.text(" For more information please visit: https://github.com/PaperMC/Paper/issues/8948"))
|
+ .append(
|
||||||
|
+ Component.text(" For more information please visit: ")
|
||||||
|
+ .append(
|
||||||
|
+ Component.text()
|
||||||
|
+ .content("https://github.com/PaperMC/Paper/issues/8948")
|
||||||
|
+ .clickEvent(ClickEvent.openUrl("https://github.com/PaperMC/Paper/issues/8948")))
|
||||||
|
+ )
|
||||||
+ .build();
|
+ .build();
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue