You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/modules/serverlink.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ public void resetServerLinksExample(Player viewer) {
104
104
.id("website")
105
105
```
106
106
107
-
`.displayName(String)` is the public-facing name of the server link. It should contain a string or an Adventure `Component`. See the [chat components](https://docs.advntr.dev/text.html) page for more.
107
+
`.displayName(Component)` is the public-facing name of the server link. It should contain an Adventure `Component`. See the [chat components](https://docs.advntr.dev/text.html) page for more.
0 commit comments