Skip to content

Commit

Permalink
chore: merge pull request #295 from JustAMatt/master
Browse files Browse the repository at this point in the history
Fixed typos and clarification for Spark and updated link for Geyser
  • Loading branch information
NotGeri authored Jan 2, 2024
2 parents 47a26da + 847d8f6 commit 70afa7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins_and_modifications/plugins/geysermc.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GeyserMC enables clients from Minecraft Bedrock Edition to join your Minecraft J
GeyserMC requires your server to be on the latest version.
:::

[Download the plugin](https://ci.nukkitx.com/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/spigot/target/Geyser-Spigot.jar) and upload the jar into your `plugins` folder. Restart or turn on the server. If you need help installing plugins, check out [this guide](https://docs.bloom.host/installing-plugins).
[Download the plugin](https://geysermc.org/download) and upload the jar into your `plugins` folder. Restart or turn on the server. If you need help installing plugins, check out [this guide](https://docs.bloom.host/installing-plugins).

Once you've installed it, create the allocation 19132 under the ports & proxies on the panel.

Expand Down
5 changes: 5 additions & 0 deletions docs/running_a_server/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ You can ignore this step if you are running Purpur 1.19.1 or above.
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).

## Using The Profiler

:::note
Some versions of spark use different command roots, /sparkb for BungeeCord, /sparkv for Velocity, and /sparkc for Fabric/Forge. If you are having trouble running the command try using the corresponding subfix.
:::

The most useful tool in terms of diagnostics is the profiler feature which can be run with `/spark profiler start`.

Usually you'll want to run the profile during a time of stress for your server, to get the most out of the report you should try to leave it running for 10 minutes or more. You can also add additional parameters to the report, for more information check the [Spark Documentation](https://spark.lucko.me/docs/Command-Usage)
Expand Down

0 comments on commit 70afa7e

Please sign in to comment.