Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a6ed5a

Browse files
committedDec 29, 2024·
docs: bedrock section and stuff
1 parent aaf8c6f commit 3a6ed5a

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed
 

Diff for: ‎configuration/bedrock.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
icon: bug
3+
order: -999
4+
author:
5+
- name: micartey
6+
avatar: https://github.com/micartey.png
7+
---
8+
9+
> Bedrock support is experimental but stable
10+
>
11+
> That means that you can use it without worries, but decisions about banning **should not** be made automatically
12+
13+
## Setup
14+
15+
1. [Download GeyserMc](https://geysermc.org/download)
16+
2. [Download Floodgate](https://geysermc.org/download?project=floodgate)
17+
18+
### Configure Geyser to use Floodgate
19+
20+
After starting your server once, it will generate the Geyser-Spigot config in your plugins directory.
21+
22+
Edit the config:
23+
24+
```yaml #5
25+
remote:
26+
27+
# Change the auth-type to "floodgate" like below
28+
# This value is by default "online"
29+
auth-type: floodgate
30+
```

Diff for: ‎getting-started.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
icon: bookmark-fill
2+
icon: bookmark
33
order: 2
44
author:
55
- name: micartey
@@ -27,17 +27,17 @@ Do not worry, Cardinal has checks for that in-place.
2727

2828
In case you are using ViaVersion, you need to disable the following two options:
2929

30-
- `max-pps`
31-
- `pps-tracking-period`
30+
- **max-pps**
31+
- **pps-tracking-period**
3232

3333
By setting both fields to `-1`
3434

3535
### Paper Servers
3636

3737
1. Navigate to your server root
38-
2. Navigate into `config`
39-
3. Open `paper-global.yml`
40-
4. Set **all** `max-packet-rate` to `-1`
38+
2. Navigate into **config**
39+
3. Open **paper-global.yml**
40+
4. Set **max-packet-rate** to `-1` (2-times)
4141

4242
### Other Servers
4343

0 commit comments

Comments
 (0)
Please sign in to comment.