This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
87 lines (79 loc) · 2.75 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# General site settings
title: GeyserMC
description: >-
Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition
which allows you to join Minecraft Java servers with Bedrock Edition servers to enable true cross-platform.
baseurl: ""
url: "https://geysermc.org"
twitter_username: geyser_mc
github_username: GeyserMC
discord_invite: geysermc
platforms:
- name: spigot
title: Spigot/Paper
icon: img/icons/paper.png
- name: velocity
icon: img/icons/velocity.svg
- name: bungee
title: BungeeCord
icon: img/icons/waterfall.svg
- name: fabric
icon: img/icons/fabric.png
- name: standalone
icon: img/icons/geyser.png
- name: neoforge
title: NeoForge
icon: img/icons/neoforge.png
- name: viaproxy
title: ViaProxy
icon: img/icons/viaproxy.png
downloads:
geyser:
title: Geyser
info: "A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition."
setup_url: https://wiki.geysermc.org/geyser/setup/
floodgate:
title: Floodgate
info: Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
setup_url: https://wiki.geysermc.org/floodgate/setup/
external_builds:
- title: Fabric
link: https://modrinth.com/mod/floodgate
# hurricane:
# title: Hurricane
# info: Fixes for Bedrock players involving server behavior modification
# setup: |
# 1. Download and drop into the `plugins` folder
# 2. Start the server
other_downloads:
geyserconnect:
title: GeyserConnect
info: GeyserConnect is an easy way for Bedrock Edition clients to connect to any Java Edition servers without having to run anything.
setup_url: https://wiki.geysermc.org/other/geyserconnect/
# hydraulic:
# title: Hydraulic
# tags: [ "beta" ]
# info: "A companion mod to Geyser which allows for Bedrock players to join modded Minecraft: Java Edition servers."
# setup: |
# 1. Drop the `Geyser-Fabric/Forge.jar` into the `mods` folder
# 2. Drop the `Hydraulic.jar` into the `mods` folder
# 3. Run the server
geyseroptionalpack:
title: GeyserOptionalPack
info: Optional Bedrock resource pack to extend Geyser functionality
setup_url: https://wiki.geysermc.org/other/geyseroptionalpack/
thirdpartycosmetics:
title: ThirdPartyCosmetics
info: An extension that adds support for loading ears and other third party cosmetics on java players
setup: |
1. Install Geyser for your platform
2. Drop the `ThirdPartyCosmetics.jar` into the Geyser `extensions` folder (EG: `plugins/Geyser-Spigot/extensions`)
3. Start the server
# Front Matter Defaults
defaults:
-
scope:
path: ""
values:
layout: "page"
include: [".well-known"]