From bb65119eb913110a7427b6e9b54db37e4cd25770 Mon Sep 17 00:00:00 2001 From: Alistair Lau <77434904+alau740@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:37:13 +0100 Subject: [PATCH 1/2] Spark is included in Paper 1.21 by default --- docs/running_a_server/spark.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/running_a_server/spark.md b/docs/running_a_server/spark.md index 0b266d1f..a6c7c11c 100644 --- a/docs/running_a_server/spark.md +++ b/docs/running_a_server/spark.md @@ -23,6 +23,8 @@ It does not require any configuration and is incredibly easy to install. ### Setup :::note You can ignore this step if you are running Purpur 1.19.1 or above. + +Paper 1.21+ includes Spark by default and you do not need to download Spark separately. ::: Download the latest build from [Spark](https://spark.lucko.me/download) and drop it into your plugins (or mod folder if you are running Forge/Fabric) folder. Turn on or restart the server, and you're done! If you need help installing plugins, check [How to install plugins](https://docs.bloom.host/installing-plugins). From 000bd63348badf788e17e1851b8bc4f171c48134 Mon Sep 17 00:00:00 2001 From: Alistair Lau <77434904+alau740@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:45:06 +0100 Subject: [PATCH 2/2] Add note to timings embed that it is deprecated also add a note to sidebar listing --- embeds.yml | 4 ++++ sidebars.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/embeds.yml b/embeds.yml index 06576b3c..e2b13a3c 100644 --- a/embeds.yml +++ b/embeds.yml @@ -915,6 +915,10 @@ timings: aliases: [ 'timing' ] title: '📜 Bloom Docs - Timings' description: > + ⚠️ Timings has been deprecated by PaperMC team in 1.21 and will be removed in a future version. + The PaperMC team will be replacing timings with Spark (see `!spark`). + More information is available [here](https://github.com/PaperMC/Paper/discussions/10565). + Check out our comprehensive guide on creating a timings report to debug TPS issues on your server [here](https://docs.bloom.host/timings/). thumbnail: 'https://raw.githubusercontent.com/Bloom-host/BloomDocs/master/static/discord/tY6IAF.png' diff --git a/sidebars.js b/sidebars.js index 7fd50446..e99cfe00 100644 --- a/sidebars.js +++ b/sidebars.js @@ -76,7 +76,7 @@ module.exports = { 'running_a_server/java-version', 'running_a_server/datapacks', 'running_a_server/spark', - 'running_a_server/timings', + 'running_a_server/timings', // Deprecated, will be removed in a future version of Paper (https://github.com/PaperMC/Paper/discussions/10565) 'running_a_server/icon', 'running_a_server/motd', 'running_a_server/whitelist', // How to turn on whitelist for both Java and Bedrock