mirror of
https://github.com/namooplol/unknow-dmb.git
synced 2025-04-28 06:58:07 +00:00
69 lines
2.7 KiB
JSON
69 lines
2.7 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"discord": {
|
|
"clientId": "1290669565231108106",
|
|
"smallImageText": "",
|
|
"smallImageKey": ""
|
|
},
|
|
"java": {
|
|
"adoptium": "https://adoptium.net/temurin/releases/?package=jdk&version=18",
|
|
"supported": ">=17",
|
|
"suggestedMajor": 18,
|
|
"ram": {
|
|
"recommended": 2048,
|
|
"minimum": 1024
|
|
}
|
|
},
|
|
"rcf": "https://api.damp11113.xyz/feed/getfeed?page=1&limit=10&service=dmb_mc",
|
|
"servers": [
|
|
{
|
|
"id": "DMB",
|
|
"name": "DMB Server",
|
|
"description": "A best mc roleplay in Thailand",
|
|
"icon": "",
|
|
"version": "1.0",
|
|
"address": "localhost",
|
|
"minecraftVersion": "1.20.1",
|
|
"discord": {
|
|
"shortId": "Test",
|
|
"largeImageText": "",
|
|
"largeImageKey": ""
|
|
},
|
|
"mainServer": true,
|
|
"autoconnect": true,
|
|
"modules": []
|
|
},
|
|
{
|
|
"id": "dpg-milsim",
|
|
"name": "DPGame milsim",
|
|
"description": "Noting just test!",
|
|
"icon": "",
|
|
"version": "1.0",
|
|
"address": "localhost:25505",
|
|
"pre_command": {
|
|
"win32": [
|
|
"powershell -Command \"if (-not (Test-Path '<%= launcherDir %>\\cloudflared.exe')) { Invoke-WebRequest -Uri https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.exe -OutFile '<%= launcherDir %>\\cloudflared.exe' }\"",
|
|
"\"<%= launcherDir %>\\cloudflared.exe\" access tcp --hostname minecraft.damp11113.xyz --url localhost:25505"
|
|
],
|
|
"darwin": [
|
|
"if [ ! -f /usr/local/bin/cloudflared ]; then brew install cloudflare/cloudflare/cloudflared; fi",
|
|
"cloudflared access tcp --hostname minecraft.damp11113.xyz --url localhost:25505"
|
|
],
|
|
"linux": [
|
|
"if [ ! -f '<%= launcherDir %>/cloudflared' ]; then wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O '<%= launcherDir %>/cloudflared'; chmod +x '<%= launcherDir %>/tools/cloudflared'; fi",
|
|
"<%= launcherDir %>/cloudflared access tcp --hostname minecraft.damp11113.xyz --url localhost:25505"
|
|
]
|
|
},
|
|
"minecraftVersion": "1.20.1",
|
|
"discord": {
|
|
"shortId": "Test",
|
|
"largeImageText": "",
|
|
"largeImageKey": ""
|
|
},
|
|
"mainServer": true,
|
|
"autoconnect": true,
|
|
"modules": []
|
|
}
|
|
]
|
|
}
|