From 91b9b50402189dfbdfa34666d131bba014bcf328 Mon Sep 17 00:00:00 2001 From: Ram <104311709+RamGemes@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:25:14 -0400 Subject: [PATCH 1/4] Add !!spark tag --- tags/guide/spark.ytag | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tags/guide/spark.ytag diff --git a/tags/guide/spark.ytag b/tags/guide/spark.ytag new file mode 100644 index 0000000..9a47297 --- /dev/null +++ b/tags/guide/spark.ytag @@ -0,0 +1,13 @@ +type: embed + +colour: yellow +embed: + title: Obtaining a Spark Report +--- + +For support with performance issues, provide a link to a relevant Spark report. +1. Ensure the mod [Spark](https://modrinth.com/mod/spark) is installed on the client or the server depending on which side is experiencing the issue. +2. Launch the game and run a profiler command. The [Spark Wiki](https://spark.lucko.me/docs/Command-Usage) lists all of the commands available. For a quick report, run `/spark profiler start --timeout 15` +3. The profiler may take some time to finish. Once it is done, a link will be provided to the report. + +To make it easier for others to read, do not screenshot the report. Instead, send the link for others to access. \ No newline at end of file From 987396ec7f341974a08b17cb60c20e381a9fcdda Mon Sep 17 00:00:00 2001 From: Ram <104311709+RamGemes@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:40:47 -0400 Subject: [PATCH 2/4] Remove duplicate wording + Change to 'Spark Docs' --- tags/guide/spark.ytag | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tags/guide/spark.ytag b/tags/guide/spark.ytag index 9a47297..2d678e6 100644 --- a/tags/guide/spark.ytag +++ b/tags/guide/spark.ytag @@ -7,7 +7,7 @@ embed: For support with performance issues, provide a link to a relevant Spark report. 1. Ensure the mod [Spark](https://modrinth.com/mod/spark) is installed on the client or the server depending on which side is experiencing the issue. -2. Launch the game and run a profiler command. The [Spark Wiki](https://spark.lucko.me/docs/Command-Usage) lists all of the commands available. For a quick report, run `/spark profiler start --timeout 15` +2. Launch the game and run a profiler command. The [Spark Docs](https://spark.lucko.me/docs/Command-Usage) lists all of the commands available. For a quick report, run `/spark profiler start --timeout 15` 3. The profiler may take some time to finish. Once it is done, a link will be provided to the report. -To make it easier for others to read, do not screenshot the report. Instead, send the link for others to access. \ No newline at end of file +To make it easier to read, do not screenshot the report. Instead, send the link so others can access it. \ No newline at end of file From 20488c53f1e68d85169f08cd365357258c092a7d Mon Sep 17 00:00:00 2001 From: Ram <104311709+RamGemes@users.noreply.github.com> Date: Sat, 18 Jul 2026 17:38:19 -0400 Subject: [PATCH 3/4] Fix grammar + Rephrase step 3 --- tags/guide/spark.ytag | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tags/guide/spark.ytag b/tags/guide/spark.ytag index 2d678e6..222a743 100644 --- a/tags/guide/spark.ytag +++ b/tags/guide/spark.ytag @@ -7,7 +7,7 @@ embed: For support with performance issues, provide a link to a relevant Spark report. 1. Ensure the mod [Spark](https://modrinth.com/mod/spark) is installed on the client or the server depending on which side is experiencing the issue. -2. Launch the game and run a profiler command. The [Spark Docs](https://spark.lucko.me/docs/Command-Usage) lists all of the commands available. For a quick report, run `/spark profiler start --timeout 15` -3. The profiler may take some time to finish. Once it is done, a link will be provided to the report. +2. Launch the game and run a profiler command. The [Spark Docs](https://spark.lucko.me/docs/Command-Usage) list all of the commands available. For a quick report, run `/spark profiler start --timeout 15` +3. The profiler may take some time to finish. A link to the report will be provided once it is done. To make it easier to read, do not screenshot the report. Instead, send the link so others can access it. \ No newline at end of file From df722802428abe375158f1729402ad371b66e772 Mon Sep 17 00:00:00 2001 From: Ram <104311709+RamGemes@users.noreply.github.com> Date: Sat, 25 Jul 2026 11:55:13 -0400 Subject: [PATCH 4/4] Rewrite --- tags/guide/spark.ytag | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tags/guide/spark.ytag b/tags/guide/spark.ytag index 222a743..42dbf67 100644 --- a/tags/guide/spark.ytag +++ b/tags/guide/spark.ytag @@ -5,9 +5,14 @@ embed: title: Obtaining a Spark Report --- -For support with performance issues, provide a link to a relevant Spark report. +For support with performance issues, please provide a link to a relevant Spark report. 1. Ensure the mod [Spark](https://modrinth.com/mod/spark) is installed on the client or the server depending on which side is experiencing the issue. -2. Launch the game and run a profiler command. The [Spark Docs](https://spark.lucko.me/docs/Command-Usage) list all of the commands available. For a quick report, run `/spark profiler start --timeout 15` -3. The profiler may take some time to finish. A link to the report will be provided once it is done. +2. Launch the game. -To make it easier to read, do not screenshot the report. Instead, send the link so others can access it. \ No newline at end of file +The more that happens during the profiling, the better the report will be. The profiler should run for a minimum of 1 minute to help capture the issue. +However, if the issue is not consistently occurring, it may be worthwhile to run the profiler for longer until it does. +The [Spark Docs](https://spark.lucko.me/docs/Command-Usage) list each available command to run. + +3. Run the command. For a quick report, use `/spark profiler start --timeout 60`. For clientside issues, use `/sparkc` instead of `/spark`. +4. Wait for the profiler to finish. If a time interval wasn't specified, use `/spark profiler stop` to stop the profiler. +5. Share the link to the report. Please do not upload screenshots of the report. \ No newline at end of file