From 9ebeebd3b56afb60ec0b8727d9733a13ed9c94f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Wed, 8 Jul 2026 18:20:34 +0300 Subject: [PATCH 1/7] fix(folia): add spacing around plugin count text --- src/pages/software/folia.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/software/folia.astro b/src/pages/software/folia.astro index b24e4edc..5550d47f 100644 --- a/src/pages/software/folia.astro +++ b/src/pages/software/folia.astro @@ -50,9 +50,9 @@ import { Image } from "astro:assets";

A diverse plugin ecosystem

- Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View over - 100 - different plugins that support Folia, or list your own with a very streamlined creation process. + Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! + View over 100 different plugins that support Folia, or list your own + with a very streamlined creation process.
From 29ef70f8a9f4a780f21e6c4070bb2acbd1f142d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Wed, 8 Jul 2026 18:20:44 +0300 Subject: [PATCH 2/7] fix(velocity): add spacing around plugin count text --- src/pages/software/velocity.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/software/velocity.astro b/src/pages/software/velocity.astro index 8629476a..389e4347 100644 --- a/src/pages/software/velocity.astro +++ b/src/pages/software/velocity.astro @@ -58,9 +58,9 @@ const { pagination } = await getHangarProjects("velocity");

A diverse plugin ecosystem

- Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View over - {pagination.count} - different plugins that are specific to Velocity, or list your own with a very streamlined creation process. + Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! + View over {pagination.count} different plugins that are specific to Velocity, + or list your own with a very streamlined creation process.
From 9ed25b76593285b5cc294fa7a8a0d2f4b90ca66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Wed, 8 Jul 2026 20:02:27 +0300 Subject: [PATCH 3/7] Fix Prettier lint failures in Folia and Velocity pages --- src/pages/software/folia.astro | 6 +++--- src/pages/software/velocity.astro | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/software/folia.astro b/src/pages/software/folia.astro index 5550d47f..96c08fc4 100644 --- a/src/pages/software/folia.astro +++ b/src/pages/software/folia.astro @@ -50,9 +50,9 @@ import { Image } from "astro:assets";

A diverse plugin ecosystem

- Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! - View over 100 different plugins that support Folia, or list your own - with a very streamlined creation process. + Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View over 100 different plugins that support Folia, or list your own with a very streamlined creation process.
diff --git a/src/pages/software/velocity.astro b/src/pages/software/velocity.astro index 389e4347..25b0e142 100644 --- a/src/pages/software/velocity.astro +++ b/src/pages/software/velocity.astro @@ -58,9 +58,9 @@ const { pagination } = await getHangarProjects("velocity");

A diverse plugin ecosystem

- Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! - View over {pagination.count} different plugins that are specific to Velocity, - or list your own with a very streamlined creation process. + Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View over {pagination.count} different plugins that are specific to Velocity, or list your own with a very streamlined creation process.
From c2e0b91c94ad38cd32ba5c88ab596b8f6baca947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Wed, 8 Jul 2026 20:02:49 +0300 Subject: [PATCH 4/7] fix(paper): add spacing around plugin count text --- src/pages/software/paper.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/software/paper.astro b/src/pages/software/paper.astro index 565113e3..20cccd6f 100644 --- a/src/pages/software/paper.astro +++ b/src/pages/software/paper.astro @@ -59,9 +59,9 @@ const { pagination } = await getHangarProjects("paper");

A diverse plugin ecosystem

- Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View - {pagination.count} - different plugins that are specific to Paper, or list your own with a very streamlined creation process. + Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View {pagination.count} different plugins that are specific to Paper, or list your own with a very streamlined creation process.
From 85cf7c370fcb706187e8ef0297367c170a485f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Thu, 9 Jul 2026 15:42:44 +0300 Subject: [PATCH 5/7] fix(home): add spacing around player count text --- src/pages/index.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 4a57e825..e9e5f050 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -90,9 +90,9 @@ import SoftwarePreview, { SoftwarePreviewType } from "@/components/data/Software

- Powering - - players + Powering players

PaperMC's software powers hundreds of thousands of Minecraft servers on a daily basis, from small single-servers setups to From 03e93757c5ac07af2ca450e67f9a578e8018ea6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Thu, 9 Jul 2026 15:45:52 +0300 Subject: [PATCH 6/7] fix(home): add spacing before highlighted hero text --- src/pages/index.astro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index e9e5f050..bda0e9e7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -39,8 +39,7 @@ import SoftwarePreview, { SoftwarePreviewType } from "@/components/data/Software

- Your server deserves the - best. + Your server deserves the best.

- Powering players + Powering players

PaperMC's software powers hundreds of thousands of Minecraft servers on a daily basis, from small single-servers setups to From c0cc653a5d9809114d3bb89a2978e769545366c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Thu, 9 Jul 2026 15:56:45 +0300 Subject: [PATCH 7/7] fix(waterfall): remove spaces before punctuation in EOL notice --- src/pages/downloads/waterfall.astro | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/downloads/waterfall.astro b/src/pages/downloads/waterfall.astro index 2d5c52a4..de6456c9 100644 --- a/src/pages/downloads/waterfall.astro +++ b/src/pages/downloads/waterfall.astro @@ -11,17 +11,14 @@ const data = await fetchDownloadsPageData("waterfall", env.WEBSITE_CACHE); const descriptionHtml = ` Waterfall has reached end of life. We recommend you transition to - - Velocity - . + Velocity. For more information see the - announcement - . + >announcement.
Download unsupported, archived Waterfall builds below. `;