Skip to content

Commit

Permalink
Merge branch 'master' into feat/localised-descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anakinnnnn authored Oct 17, 2024
2 parents b3c7b19 + d3e47dd commit 612c008
Show file tree
Hide file tree
Showing 40 changed files with 409 additions and 26 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [ ] `gameTypes`: a list of games that describe the content on your server, must be a max of 3 listed _(ez. `["PVP", "UHC", "HCF"]`)_
- [ ] `crossplay`: whether the server has support for Bedrock Edition players (through proxies such as [GeyserMC](https://geysermc.org/))
- [ ] (optional) `presentationVideo`: YouTube video ID (in slug) to server trailer / introduction _(ex. `7EV4cPuJvXE`)_
- [ ] (optional) `votingLinks`: an array of urls to your server's listing on voting websites _(ex. `["https://minecraft-mp.com/server-s179012"]`)_
- [ ] (optional) `website`: url of server website, must include URL schema (http:// or https://) _(ex. `https://www.your-server.com`)_
- [ ] (optional) `store`: url of server store, must include URL schema (http:// or https://) _(ex. `https://store.your-server.com`)_
- [ ] (optional) `wiki`: url of server wiki, must include URL schema (http:// or https://) _(ex. `https://wiki.your-server.com`)_
Expand Down
3 changes: 2 additions & 1 deletion .scripts/create_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ def main():
"presentationVideo",
"modpack",
"tebexStore",
"images"
"images",
"votingLinks",
],
)
writer.writeheader()
Expand Down
12 changes: 12 additions & 0 deletions docs/adding-servers/metadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,15 @@ You can provide any social media links that you would like to be displayed on yo
- `reddit`
- `tiktok`
- `facebook`

### Voting Links

You can provide any voting links that you would like to be displayed on your server's page. These should be under the `votingLinks` key.

> Note: These links should be the actual listing of the server, rather than the voting tab of said listing.
Example:

| ❌ Incorrect | ✅ Correct |
| ------------------------------------------ | -------------------------------------------- |
| `https://minecraftservers.org/vote/467177` | `https://minecraftservers.org/server/467177` |
6 changes: 6 additions & 0 deletions metadata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
"merch": {
"$ref": "#/definitions/WebAddress"
},
"votingLinks": {
"type": "array",
"items": {
"$ref": "#/definitions/WebAddress"
}
},
"compliance": {
"type": "object",
"additionalProperties": false,
Expand Down
12 changes: 6 additions & 6 deletions servers/aetheriamc/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"id": "aetheriamc",
"name": "AetheriaMC",
"store": "https://store.aetheria.world/",
"description": "A 1.20 team-based survival server",
"description": "A 1.21 team-based survival server",
"addresses": [
"aetheria.world",
"aetheriamc.xyz"
"aetheria.world"
],
"primaryAddress": "aetheria.world",
"primaryColor": "#f8100c",
"secondaryColor": "#3aebef",
"minecraftVersions": [
"1.20.*"
"1.20.*",
"1.21.*"
],
"primaryMinecraftVersion": "1.20.4",
"primaryMinecraftVersion": "1.21",
"crossplay": true,
"primaryRegion": "NA",
"regions": [
Expand All @@ -23,7 +23,7 @@
"Survival"
],
"socials": {
"discord": "https://discord.gg/W47njzxcef",
"discord": "https://discord.gg/se4z8bq7St",
"twitter": "AetheriaMC"
}
}
18 changes: 8 additions & 10 deletions servers/asakamc/metadata.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"id": "asakamc",
"name": "AsakaMC",
"website": "https://asakamc.xyz/",
"description": "A Vietnamese 1.8 PvP Practice & Survival Minecraft Server",
"website": "https://asakamc.net/",
"description": "A Vietnamese mini-game server",
"addresses": [
"asakamc.xyz"
"asakamc.net"
],
"primaryAddress": "asakamc.xyz",
"primaryAddress": "asakamc.net",
"primaryColor": "#caeefa",
"secondaryColor": "#fcc386",
"minecraftVersions": [
"1.8.*",
"1.12.*",
"1.16.*",
"1.16.5",
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*",
"1.21"
"1.21.*"
],
"primaryMinecraftVersion": "1.8.9",
"primaryMinecraftVersion": "1.21",
"primaryRegion": "AS",
"regions": [
"AS"
Expand All @@ -34,4 +32,4 @@
"youtube": "@AsakaMC",
"facebook": "asakamc"
}
}
}
Binary file modified servers/battleadventure/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions servers/battleadventure/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"website": "https://www.battle-adventure.eu/",
"store": "https://store.battle-adventure.eu/",
"wiki": "https://wiki.battle-adventure.eu/",
"description": "Wakfu-themed Minecraft PvP Faction Farm2Win server!",
"description": "Serveur PvP Faction Farm2Win sur le thème de Wakfu !",
"addresses": [
"battle-adventure.eu",
"eliacube.eu"
Expand All @@ -19,7 +19,8 @@
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*"
"1.20.*",
"1.21.*"
],
"primaryMinecraftVersion": "1.12.2",
"primaryRegion": "EU",
Expand All @@ -37,7 +38,6 @@
],
"socials": {
"discord": "https://discord.com/invite/7TcBMcU",
"twitter": "Ba_Officiel",
"youtube": "battleadventure4053",
"instagram": "battleadventure_mc",
"tiktok": "battleadventure_mc"
Expand Down
Binary file added servers/blitzmcnetwork/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servers/blitzmcnetwork/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions servers/blitzmcnetwork/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"id": "blitzmcnetwork",
"name": "BlitzMC Network",
"description": "¡La experiencia premium, en no premium! Est. 2017",
"addresses": [
"blitzmc.us",
"obsterland.net",
"lospapus.lol"
],
"primaryAddress": "blitzmc.us",
"minecraftVersions": [
"1.7.*",
"1.8.*",
"1.12.*",
"1.16.*",
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*",
"1.21.*"
],
"primaryMinecraftVersion": "1.8.9",
"primaryColor": "#52d7f7",
"secondaryColor": "#f3f3f3",
"primaryLanguage": "es-EN",
"languages": [
"es-EN",
"en"
],
"primaryRegion": "NA",
"regions": [
"NA",
"EU",
"SA"
],
"gameTypes": [
"PvP",
"Minigames",
"Survival"
],
"website": "https://www.blitzmc.us",
"store": "https://tienda.blitzmc.us",
"compliance": {
"privacyPolicy": "https://www.blitzmc.us/privacyPolicy",
"termsOfService": "https://www.blitzmc.us/terms",
"rules": "https://www.blitzmc.us/rules"
},
"presentationVideo": "kVdMru9WWbU",
"socials": {
"twitter": "BlitzMCNT",
"telegram": "blitzmcnetwork",
"discord": "https://discord.gg/eGeDVEF9TA",
"instagram": "blitzmcnetwork",
"youtube": "blitzmcnetwork"
},
"crossplay": true
}
Binary file added servers/clowy/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servers/clowy/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions servers/clowy/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "clowy",
"name": "Clowy Network",
"description": "PvP Network (Java)",
"addresses": [
"clowy.club"
],
"primaryAddress": "clowy.club",
"minecraftVersions": [
"1.7.*",
"1.8.*"
],
"primaryMinecraftVersion": "1.8.9",
"primaryRegion": "SA",
"regions": [
"SA"
],
"primaryColor": "#36f7fe",
"secondaryColor": "#ffffff",
"gameTypes": [
"PvP",
"Minigames"
],
"socials": {
"discord": "https://discord.com/invite/H4hgusS4WA"
}
}
16 changes: 14 additions & 2 deletions servers/complex/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,17 @@
],
"socials": {
"discord": "https://discord.gg/ComplexVanilla"
}
}
},
"votingLinks": [
"https://best-minecraft-servers.co/server-complex-gaming.2763",
"https://minecraftservers.org/server/467177",
"https://topminecraftservers.org/server/2515",
"https://minecraft-server-list.com/server/411920",
"https://servers-minecraft.net/server-complex-gaming-1-21.58",
"https://minecraft-mp.com/server-s179012",
"https://play-minecraft-servers.com/minecraft-servers/complex-gaming",
"https://minecraftpocket-servers.com/server/120962/",
"https://www.curseforge.com/servers/minecraft/game/complex-gaming",
"https://minecraftbestservers.com/server-complex-gaming.77"
]
}
Binary file added servers/cubefun/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions servers/cubefun/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "cubefun",
"name": "CubeFun",
"website": "https://cubefun.org",
"store": "https://shop.cubefun.org",
"addresses": [
"cubefun.org"
],
"primaryAddress": "play.cubefun.org",
"primaryColor": "#ff2400",
"secondaryColor": "#24b8ff",
"minecraftVersions": [
"1.19.*",
"1.20.*",
"1.21.*"
],
"primaryMinecraftVersion": "1.21",
"crossplay": true,
"primaryRegion": "EU",
"regions": [
"EU"
],
"gameTypes": [
"Survival",
"PvP"
]
}
Binary file removed servers/diaworlds/background.png
Binary file not shown.
Binary file modified servers/diaworlds/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions servers/diaworlds/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"id": "diaworlds",
"name": "DiaWorlds",
"description": "CZSK Survival server.",
"store": "https://store.diaworlds.xyz/",
"store": "https://store.diaworlds.eu/",
"addresses": [
"diaworlds.xyz"
"diaworlds.eu"
],
"primaryAddress": "mc.diaworlds.xyz",
"primaryAddress": "mc.diaworlds.eu",
"primaryColor": "#0DC2FB",
"secondaryColor": "#00FBFB",
"minecraftVersions": [
Expand All @@ -22,6 +22,6 @@
"Survival"
],
"socials": {
"discord": "https://discord.com/invite/G3g6hpUJSF"
"discord": "https://discord.gg/diaworlds"
}
}
Binary file added servers/earthsmp/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions servers/earthsmp/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "earthsmp",
"name": "EarthSMP",
"website": "https://earthsmp.fun",
"store": "https://store.earthsmp.fun",
"addresses": [
"earthsmp.fun"
],
"primaryAddress": "play.earthsmp.fun",
"primaryColor": "#64f514",
"secondaryColor": "#23faff",
"minecraftVersions": [
"1.19.*",
"1.20.*",
"1.21.*"
],
"primaryMinecraftVersion": "1.21",
"crossplay": true,
"primaryRegion": "EU",
"regions": [
"EU"
],
"gameTypes": [
"Survival",
"PvP"
]
}
Binary file added servers/nexucup/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servers/nexucup/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servers/nexucup/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions servers/nexucup/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "nexucup",
"name": "NexuCup",
"description": "NexuCup est un serveur Minecraft orienté PvP et Faction.",
"addresses": [
"nexuria.fr",
"nexucup.fr"
],
"primaryAddress": "play.nexucup.fr",
"minecraftVersions": [
"1.8.*",
"1.12.*",
"1.16.*",
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*",
"1.21"
],
"primaryMinecraftVersion": "1.8.9",
"primaryColor": "#cb68c8",
"secondaryColor": "#8c3c89",
"primaryLanguage": "fr",
"languages": [
"fr"
],
"primaryRegion": "EU",
"regions": [
"EU"
],
"gameTypes": [
"PvP"
],
"website": "https://nexuria.fr",
"wiki": "https://nexuria.fr/wiki",
"store": "https://nexuria.fr/shop",
"presentationVideo": "NA",
"socials": {
"discord": "https://discord.com/invite/fWcGNA4fHa"
},
"crossplay": false
}
Binary file added servers/potionsland/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit 612c008

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on 612c008 Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📄 Documentation Deployment

Status:✅ Completed
Environment:preview
URL:https://a7ae9bbb.lunarclient-dev.pages.dev

Please sign in to comment.