Skip to content

Commit 72aa559

Browse files
committed
Update Socials and Compliance
1 parent f22cfee commit 72aa559

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

docs/adding-servers/metadata.mdx

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `primaryAddress` in each server object is for users to connect to your serve
3232

3333
### Game Types
3434

35-
Game types help identify the style of games that your server will offer to player. The following are games you may include: `PvP`, `PvE`, `HCF`, `Factions`, `Minigames`, `Skyblock`, `Parkour`, `UHC`, `Hardcore`, `Survival`, `Open World`, `Prison`, `Creative`, `Roleplay`, and `Adventure`.
35+
Game types help identify the style of games that your server will offer to player. The following are games you may include: `PvP`, `PvE`, `HCF`, `Factions`, `Minigames`, `Skyblock`, `Parkour`, `UHC`, `Hardcore`, `Survival`, `Open World`, `Prison`, `Creative`, `Roleplay`, `Adventure`, and `Pixelmon`.
3636

3737
You can select up to `3` game types, choose the game types that represent your server the best.
3838

@@ -94,15 +94,17 @@ The URLs to your server's website, store, wiki, and/or merch. These should be a
9494

9595
You can provide any social media links that you would like to be displayed on your server's page. These links will be displayed alongside your server. These should be under the `socials` key. We support the following socials:
9696

97-
- `twitter`
98-
- `discord`
99-
- `youtube`
100-
- `instagram`
101-
- `twitch`
102-
- `telegram`
103-
- `reddit`
104-
- `tiktok`
105-
- `facebook`
97+
| Field | Expected Format | Example |
98+
|-------------|------------------------------------|------------------------------------------|
99+
| `twitter` | Only Username (No @, No URL) | `LunarClient` |
100+
| `discord` | Full Invite URL | `https://discord.com/invite/LunarClient` |
101+
| `youtube` | Channel Name (Include @, No URL) | `@LunarClient` |
102+
| `instagram` | Only Username (No @, No URL) | `LunarClient` |
103+
| `twitch` | Only Username (No @, No URL) | `LunarClient` |
104+
| `telegram` | Only Username (No @, No URL) | `LunarClient` |
105+
| `reddit` | Only Username (No @, No URL) | `LunarClient` |
106+
| `tiktok` | Profile Handle (Include @, No URL) | `@lunarclient` |
107+
| `facebook` | Only Username (No @, No URL) | `LunarClientOfficial` |
106108

107109
### Voting Links
108110

@@ -115,3 +117,20 @@ Example:
115117
| ❌ Incorrect | ✅ Correct |
116118
| ------------------------------------------ | -------------------------------------------- |
117119
| `https://minecraftservers.org/vote/467177` | `https://minecraftservers.org/server/467177` |
120+
121+
### Compliance
122+
123+
You can provide important legal and community links under the `compliance` key.
124+
125+
| Field | Description | ✅ Example |
126+
|------------------|-------------------------------------------|--------------------------------|
127+
| `privacyPolicy` | A link to your server's privacy policy. | `https://www.lunar.gg/privacy` |
128+
| `termsOfService` | A link to your server's terms of service. | `https://www.lunar.gg/terms` |
129+
| `rules` | A link to your server's rules. | `https://www.lunar.gg/rules` |
130+
| `support` | A link to your server's support page. | `https://www.lunar.gg/support` |
131+
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+
134+
### Crossplay
135+
136+
If your server supports crossplay _(allowing **Minecraft: Bedrock Edition** players to join)_, include the boolean `crossplay` set to `true`.

0 commit comments

Comments
 (0)