Skip to content

Commit

Permalink
fix: remove old formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NotGeri committed Jan 2, 2024
1 parent b91d5f0 commit 352c5e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
7 changes: 0 additions & 7 deletions docs/plugins_and_modifications/plugins/geysermc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
id: geysermc
title: GeyserMC
slug: /plugins/geysermc
hide_title: true
hide_table_of_contents: true
sidebar_label: GeyserMC
description: A cool plugin called GeyserMC, which allows users to connect to java servers through the bedrock client.
Expand All @@ -15,14 +14,8 @@ keywords:
- Bloom.host
- Pterodactyl Panel
- Minecraft
image: https://bloom.host/assets/images/logo.png
---

<div class="text--center">
<img src="https://bloom.host/logo-white.svg" alt="logo" height="50%" width="50%"/>
<h1>GeyserMC</h1>
</div>

### What does the plugin do?

GeyserMC enables clients from Minecraft Bedrock Edition to join your Minecraft Java server.
Expand Down
15 changes: 3 additions & 12 deletions docs/running_a_server/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ keywords:
- Bloom.host
- Pterodactyl Panel
- Minecraft
image: https://bloom.host/assets/images/logo.png
---

<div class="text--center">
<img src="https://bloom.host/logo-white.svg" alt="logo" height="50%" width="50%"/>
<h1>Spark</h1>
</div>

### What does the plugin do?
Spark is a performance profiling plugin (with limited availability for Forge and Fabric) that can display server information, such as TPS, memory, tick durations, CPU usage, and disk usage. But more importantly it can create a performance profile that can be viewed on a fully feature web interface.
It does not require any configuration and is incredibly easy to install.
Expand All @@ -47,20 +41,17 @@ Once you are ready to check the results of the profiler you should run `/spark p

When you open the link you'll find a useful web interface that displays all the data collected.

<div class="text--center">
<img src={require('../../static/imgs/running_a_server/spark/1.png').default} alt="img"/></div>
![img](/running_a_server/spark/1.png)

## Other Useful Commands

Running `/tps` will display an output that looks like this:

<div class="text--center">
<img src={require('../../static/imgs/running_a_server/spark/2.png').default} alt="img"/></div>
![img](/running_a_server/spark/2.png)

Running `/spark healthreport` will display an output that looks like this:

<div class="text--center">
<img src={require('../../static/imgs/running_a_server/spark/3.png').default} alt="img"/></div>
![img](/running_a_server/spark/3.png)

The values will depend on your server, newer versions of Spark will contain more useful information, as the utility is in active development.

Expand Down

0 comments on commit 352c5e5

Please sign in to comment.