File tree 2 files changed +36
-6
lines changed
2 files changed +36
-6
lines changed Original file line number Diff line number Diff line change
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
+ ` ` `
Original file line number Diff line number Diff line change 1
1
---
2
- icon : bookmark-fill
2
+ icon : bookmark
3
3
order : 2
4
4
author :
5
5
- name : micartey
@@ -27,17 +27,17 @@ Do not worry, Cardinal has checks for that in-place.
27
27
28
28
In case you are using ViaVersion, you need to disable the following two options:
29
29
30
- - ` max-pps `
31
- - ` pps-tracking-period `
30
+ - ** max-pps**
31
+ - ** pps-tracking-period**
32
32
33
33
By setting both fields to ` -1 `
34
34
35
35
### Paper Servers
36
36
37
37
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)
41
41
42
42
### Other Servers
43
43
You can’t perform that action at this time.
0 commit comments