Skip to content

Commit 2c73b8f

Browse files
Updated readme links file example
1 parent 2294f7c commit 2c73b8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,20 @@ And here an example of the links configuration file:
8787
discord:
8888
name: "<#7289da>&lDiscord"
8989
url: "https://strassburger.org/discord"
90+
type: CUSTOM
9091
allowCommand: true
9192
website:
9293
name: "<#7cd770>&lWebsite"
9394
url: "https://modrinth.com/plugin/serverlinksz"
95+
type: CUSTOM
9496
allowCommand: false
97+
bugreport:
98+
name: "<#ff746c>&lReport a bug"
99+
url: "https://example.com/issues"
100+
# The type can be any of ANNOUNCEMENTS, COMMUNITY, COMMUNITY_GUIDELINES, FEEDBACK, FORUMS, NEWS, REPORT_BUG, STATUS, SUPPORT, WEBSITE, CUSTOM
101+
# CUSTOM will display the name in the links menu. Anything else will display a client side defined label.
102+
type: REPORT_BUG
103+
allowCommand: true
95104
```
96105
</details>
97106

0 commit comments

Comments
 (0)