Skip to content

Commit 359166c

Browse files
committed
Update server links section
1 parent 72aa559 commit 359166c

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

docs/adding-servers/metadata.mdx

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Below is a table of the basic fields that are required for your server's metadat
2222

2323
The `addresses` array in each server object is actually an array of IP suffixes. **This should not include the subdomain for the server**.
2424

25-
| ✅ Correct | ❌ Incorrect |
26-
| ------------- | ------------------ |
25+
| ✅ Correct | ❌ Incorrect |
26+
|---------------|--------------------|
2727
| `example.com` | `play.example.com` |
2828
| `hypixel.net` | `play.hypixel.net` |
2929
| `lunar.gg` | `eu.lunar.gg` |
@@ -86,9 +86,18 @@ You can define both `regions` (a list of all the regions your server supports) a
8686
| OC | Oceania |
8787
| SA | South America |
8888

89-
### Website/Store/Merch/Wiki
89+
### Server Links (Website, Store, Wiki, Etc.)
9090

91-
The URLs to your server's website, store, wiki, and/or merch. These should be a valid URLs including their protocols (e.g. `https://`).
91+
Include the following fields to link to your server's ecosystem.
92+
93+
> Note: Each field must be a valid URL starting with `https://`.
94+
95+
| Key | Description | ✅ Example |
96+
|-----------|---------------------------------------|------------------------------|
97+
| `website` | A link to your server's main website. | `https://www.lunar.gg/` |
98+
| `store` | A link to your server's store. | `https://www.lunar.gg/store` |
99+
| `wiki` | A link to your server's wiki. | `https://www.lunar.gg/wiki` |
100+
| `merch` | A link to your server's merch. | `https://www.lunar.gg/merch` |
92101

93102
### Socials
94103

@@ -118,19 +127,19 @@ Example:
118127
| ------------------------------------------ | -------------------------------------------- |
119128
| `https://minecraftservers.org/vote/467177` | `https://minecraftservers.org/server/467177` |
120129

121-
### Compliance
130+
### Compliance Links
122131

123132
You can provide important legal and community links under the `compliance` key.
124133

134+
> Note: These URLs must be valid URLs and begin with `https://`. You do **not** need to include all fields, you may provide only the ones you have.
135+
125136
| Field | Description | ✅ Example |
126137
|------------------|-------------------------------------------|--------------------------------|
127138
| `privacyPolicy` | A link to your server's privacy policy. | `https://www.lunar.gg/privacy` |
128139
| `termsOfService` | A link to your server's terms of service. | `https://www.lunar.gg/terms` |
129140
| `rules` | A link to your server's rules. | `https://www.lunar.gg/rules` |
130141
| `support` | A link to your server's support page. | `https://www.lunar.gg/support` |
131142

132-
> Note: These URLs must be valid URLs and begin with `https://`. You do **not** need to include all fields, you may provide only the ones you have.
133-
134143
### Crossplay
135144

136145
If your server supports crossplay _(allowing **Minecraft: Bedrock Edition** players to join)_, include the boolean `crossplay` set to `true`.

0 commit comments

Comments
 (0)