Skip to content

Commit 76bb860

Browse files
committed
update downloads
1 parent ddce50a commit 76bb860

File tree

5 files changed

+78
-43
lines changed

5 files changed

+78
-43
lines changed

docs/installation.mdx

Lines changed: 62 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,66 +6,89 @@ hide_table_of_contents: true
66

77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
9-
9+
import Admonition from '@theme/Admonition';
1010

1111
# Installing GeyserExtras
1212

13-
:::info
14-
You can find downloads for GeyserExtras at the footer of the page.
15-
:::
16-
1713
<Tabs>
18-
<TabItem value="Standalone">
14+
<TabItem value="Run as a Plugin">
15+
:::warning SUPPORTED PLATFORMS
16+
- BungeeCord
17+
- Paper
18+
- Purpur
19+
- Spigot
20+
- Velocity
21+
- Waterfall
22+
23+
**This is the recommended way to install GeyserExtras, and has the most feature compatibility.**
24+
:::
25+
<Admonition type="tip" icon="&#x1f4e5;&#xfe0e;" title=" Download">
26+
- [**Modrinth**](https://modrinth.com/plugin/geyserextras/versions)
27+
- [**Hangar (PaperMC only)**](https://modrinth.com/plugin/geyserextras/versions)
28+
29+
</Admonition>
30+
1. [Setup Geyser](https://geysermc.org/wiki/geyser/setup?host=self) for your platform.
31+
2. Place the `GeyserExtras-Platform.jar` in the `plugins/` folder of your server.
32+
3. Now, start your server, and the extension should run!
33+
</TabItem>
1934

20-
:::info
21-
This is the recommended way to install GeyserExtras, and has the most feature compatibility.
22-
:::
35+
<TabItem value="Standalone">
36+
<Admonition type="tip" icon="&#x1f4e5;&#xfe0e;" title=" Download">
37+
- [**GitHub** | GeyserExtras-Extension.jar](https://github.com/GeyserExtras/GeyserExtras/releases/latest/download/GeyserExtras-Extension.jar)
38+
</Admonition>
2339

24-
:::note
25-
You do not need to also have Geyser installed on your backend server.
26-
:::
40+
:::note
41+
You do not need to also have Geyser installed on your backend server if you are installing GeyserExtras using this method.
42+
:::
2743

28-
# Instructions
44+
# Instructions
2945

30-
1. Start by setting up [Geyser-Standalone](https://geysermc.org/wiki/geyser/setup#general-setup--configuration).
46+
1. Start by setting up [Geyser-Standalone](https://geysermc.org/wiki/geyser/setup/?host=self&platform=standalone#general-setup--configuration).
3147

32-
2. Once you have done that, locate the `extensions/` folder in your Geyser instance folder, and place the `GeyserExtras.jar` in it.
48+
2. Once you have done that, locate the `extensions/` folder in your Geyser instance folder, and place the `GeyserExtras-Extension.jar` in it.
3349

34-
3. Now, run Geyser-Standalone, and the extension should run!
50+
3. Now, run Geyser Standalone, and the extension should run!
3551

36-
# Floodgate Setup (optional)
52+
# Floodgate Setup (optional)
3753

38-
:::info
39-
This is recommended if you are using a modded server, and would like to use Floodgate with GeyserExtras.
40-
:::
54+
:::info
55+
This is recommended if you are using a modded server, and would like to use Floodgate with GeyserExtras.
56+
:::
4157

42-
1. [Install Floodgate](https://geysermc.org/wiki/floodgate/setup) on your backend server, and copy the `key.pem` file from the root of Floodgate's plugin folder to the root of your Geyser-Standalone instance's folder.
43-
2. Change `auth-type` to `floodgate` in Geyser-Standalone's `config.yml`.
44-
3. Restart your server, and you should now login with your Bedrock Edition account!
58+
1. [Install Floodgate](https://geysermc.org/wiki/floodgate/setup) on your backend server, and copy the `key.pem` file from the root of Floodgate's plugin folder to the root of your Geyser-Standalone instance's folder.
59+
2. Change `auth-type` to `floodgate` in Geyser-Standalone's `config.yml`.
60+
3. Restart your server, and you should now login with your Bedrock Edition account!
4561
</TabItem>
4662

4763
<TabItem value="Extension">
64+
<Admonition type="tip" icon="&#x1f4e5;&#xfe0e;" title=" Download">
65+
- [**GitHub** | GeyserExtras-Extension.jar](https://github.com/GeyserExtras/GeyserExtras/releases/latest/download/GeyserExtras-Extension.jar)
66+
</Admonition>
4867

49-
:::warning
50-
GeyserExtras will not run as a Geyser Extension when using Modded platforms.
51-
52-
This includes Forge, Fabric and Neoforge. Please use **Standalone** instead.
53-
:::
68+
:::warning
69+
GeyserExtras will not run as a Geyser Extension when using Modded platforms.
70+
71+
This includes Forge, Fabric and Neoforge. Please use **Standalone** instead.
72+
:::
5473

55-
1. Locate the `extensions/` folder in your Geyser plugin folder, and place the `GeyserExtras.jar` in it.
74+
1. Locate the `extensions/` folder in your Geyser plugin folder, and place the `GeyserExtras-Extension.jar` in it.
5675

57-
2. Now, start your server, and the extension should run!
76+
2. Now, start your server, and the extension should run!
5877
</TabItem>
78+
</Tabs>
5979

80+
If your server logs look something like this:
6081

61-
<TabItem value="Run as a Plugin">
82+
```
83+
[geyserextras] -------------GeyserExtras--------------
84+
[geyserextras] Version: x.x.x
85+
[geyserextras] Server Type: SERVER
86+
[geyserextras] Platform Type: PLATFORM
6287
63-
:::note
64-
Currently, native plugin loading only works on Spigot/Paper, Velocity, and Bungeecord/Waterfall platforms.
65-
:::
88+
...
6689
67-
1. [Setup Geyser](https://geysermc.org/wiki/geyser/setup?host=self) for your platform.
68-
2. Place the `GeyserExtras.jar` in the `plugins/` folder of your server.
69-
3. Now, start your server, and the extension should run!
70-
</TabItem>
71-
</Tabs>
90+
[geyserextras] Done! (#.###s)
91+
[geyserextras] ---------------------------------------
92+
```
93+
94+
then setup is complete!

docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To get started with installation, choose an option below!
1919
{
2020
"type": "link",
2121
"label": "Legacy Setup (v1.0)",
22-
"description":"Docs for the legacy Spigot version of GeyserExtras.",
22+
"description":"Docs for the legacy unsupported Spigot version of GeyserExtras.",
2323
"href": "/docs/setup_legacy",
2424
"unlisted": false
2525
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,16 @@
4848

4949
.white-text {
5050
color: var(--invert-color);
51+
}
52+
53+
.unique-tabs .tabs__item {
54+
line-height: 16px;
55+
margin-right: 8px;
56+
}
57+
58+
.unique-tabs .tabs__item--active {
59+
border: 0;
60+
color: #000;
61+
border-radius: var(--ifm-global-radius);
62+
background-color: var(--ifm-tabs-color-active);
5163
}

static/img/favicon.ico

11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)