From 1651c68d8c3627b5c11715866c7bfa487beb1870 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 1 Jan 2024 16:21:07 +0000 Subject: [PATCH 1/8] Update CODEOWNERS --- .github/CODEOWNERS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7639b57523..bac1919e70 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,9 @@ # Default owners of the repository -* @setupmd/docs +* @setupmd # Owners for JS, JSX, TS, and TSX files -*.js @dyte-in/web -*.jsx @dyte-in/web -*.ts @dyte-in/web -*.tsx @dyte-in/web +*.js @setupmd +*.jsx @setupmd +*.mdx @setupmd +*.ts @setupmd +*.tsx @setupmd From b6c43242c0205837ffe20b0f90cacfd5cdc0e2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:45:36 +0000 Subject: [PATCH 2/8] Bump tj-actions/changed-files from 23 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 23 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v23...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/update-api-specs-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-api-specs-check.yml b/.github/workflows/update-api-specs-check.yml index 524b27bf05..3707bcab52 100644 --- a/.github/workflows/update-api-specs-check.yml +++ b/.github/workflows/update-api-specs-check.yml @@ -19,7 +19,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v23 + uses: tj-actions/changed-files@v41 with: since_last_remote_commit: true files_separator: "," From 859ff2bbc3066de9195312ee23ca043b3fb1e572 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 16 Feb 2024 19:36:15 +0000 Subject: [PATCH 3/8] Update services.mdx --- src/content/docs/information/services.mdx | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/content/docs/information/services.mdx b/src/content/docs/information/services.mdx index 573dbd9659..32536e4153 100644 --- a/src/content/docs/information/services.mdx +++ b/src/content/docs/information/services.mdx @@ -35,3 +35,32 @@ If you're a user of our legacy platform https://uk.thot.cc then please migrate y + +--- + +### Server Jar API + +The setup.md have taken the work produced by PenguiLoader on Github and rewrote some code to work in Cloudflare workers. The API is super simple to use and will remain open source further enhance the API as time progresses. + +The base domain is `https://jar.setup.md` + +The subsequent slug that follows is syntaxed as below. + +`/download/{SOFTWARE}/{VERSION}/{BUILD}` + +To grab the latest paper .jar download: + +` +GET https://jar.setup.md/download/paper/latest/latest +` + +To grab the latest vanilla server.jar download link: (no build parameter required) + +` +GET https://jar.setup.md/download/vanilla/latest +` + + + + + From 67233f9d13bfe5d4147a561e34bae9b26fca10b3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 24 Feb 2024 21:22:48 +0000 Subject: [PATCH 4/8] Update oracle.mdx --- src/content/docs/guides/Services/oracle.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/guides/Services/oracle.mdx b/src/content/docs/guides/Services/oracle.mdx index 649e9dec5f..915d1b4959 100644 --- a/src/content/docs/guides/Services/oracle.mdx +++ b/src/content/docs/guides/Services/oracle.mdx @@ -161,11 +161,14 @@ Now we can deploy the server jar we're wanting to use, this tutorial will refere ```bash ... -wget https://api.purpurmc.org/v2/purpur/1.19/latest/download --content-disposition +wget https://jar.setup.md/download/purpur/latest/latest --content-disposition +# You can replace 'purpur' for 'paper' if you prefer. +wget https://jar.setup.md/download/paper/latest/latest --content-disposition ... ``` + By adding the `--content-disposition` we're preventing the downloaded file being an extension-less file called `download`. To confirm the file has downloaded correctly you can use the `ls -al` command to display the contents of the `minecraft-server-folder`. From bb1af41fa1eb9f4bdea12eb97d74a6b27b86939b Mon Sep 17 00:00:00 2001 From: goosBanny <74544572+goosBanny@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:49:54 +0500 Subject: [PATCH 5/8] Update intro.mdx --- src/content/docs/guides/Minecraft/Optimisation/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/guides/Minecraft/Optimisation/intro.mdx b/src/content/docs/guides/Minecraft/Optimisation/intro.mdx index 4e10911c2d..abf1479b7f 100644 --- a/src/content/docs/guides/Minecraft/Optimisation/intro.mdx +++ b/src/content/docs/guides/Minecraft/Optimisation/intro.mdx @@ -18,7 +18,7 @@ You should use the Spark Profiler for monitoring server performance e.g. vanilla [https://pufferfish.host/downloads](https://pufferfish.host/downloads) is currently the fastest, most stable free Paper fork available. Another alternative would be [Purpur](https://purpurmc.org/downloads), which provides additional mechanics for players at the expense of rather negligible performance loss against Pufferfish. As for proxies, [Velocity](https://papermc.io/software/velocity) is easily the best option. Although it doesn't have as many plugins as Bungeecord, it is far more stable and secure by default. Most popular plugins have already added support for Velocity. -You may also want to take a look at [UniverseSpigot](https://polymart.org/resource/universespigot-1-20-1.4805). Highly recommended for servers with player counts exceeding 200 (and experiencing lag, of course). It's $60 price tag is certainly worth it. Do be careful with what settings you change as they can drastically affect gameplay. +You may also want to take a look at [UniverseSpigot](https://polymart.org/resource/universespigot-1-20-1.4805). Highly recommended for servers with player counts exceeding 200 (and experiencing lag, of course). It's $70 price tag is certainly worth it. Do be careful with what settings you change as they can drastically affect gameplay. Topic | Summary ------------ | ------- From 74ade03bc6406b3967a945cea5845b64f370b570 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 25 Feb 2024 18:35:38 +0000 Subject: [PATCH 6/8] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6d52fdd241..78fb1e5902 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "v2", main ] + branches: [ "v3", main ] pull_request: # The branches below must be a subset of the branches above - branches: [ "v2" ] + branches: [ "v3" ] schedule: - cron: '30 18 * * 5' From 62f6c85c10aaf724fb2b6583aa39bf78494cc490 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 25 Feb 2024 18:36:01 +0000 Subject: [PATCH 7/8] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4cab61867e..d42e2fd5e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,4 +31,4 @@ jobs: - name: npm install, build run: | npm install - npm run build + npm run astro build From a974e88f1e8c2a45b3d2f2c455ab359a788dd82e Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 25 Feb 2024 18:36:18 +0000 Subject: [PATCH 8/8] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18487f7ac2..6fdd016209 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: run: npm install - name: Build package - run: npm run build + run: npm run astro build - name: Release env: