diff --git a/sidebars.ts b/sidebars.ts index 1171e27..eafe033 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -121,6 +121,7 @@ const sidebars: SidebarsConfig = { ], floodgateSidebar: [ + 'floodgate/index', 'floodgate/setup', 'floodgate/issues', 'floodgate/faq', diff --git a/wiki/floodgate/index.md b/wiki/floodgate/index.md index f16afb8..5ffc2f4 100644 --- a/wiki/floodgate/index.md +++ b/wiki/floodgate/index.md @@ -1,15 +1,15 @@ --- -title: Floodgate +title: Overview permalink: /floodgate/ description: 'Floodgate is a hybrid mode plugin that allows Minecraft: Bedrock Accounts to join Minecraft: Java Edition servers without needing a Minecraft: Java Edition account.' --- -# Floodgate -## What is Floodgate? {#what-is-floodgate} -Floodgate is a hybrid mode plugin that allows Minecraft: Bedrock Accounts to join Minecraft: Java Edition servers without needing a Minecraft: Java Edition account. -This is something you install in addition to Geyser. Unlike Geyser, Floodgate can only be installed as a plugin on Spigot (including Paper and forks), Bungeecord, Velocity, and as a mod on Fabric servers, and can only be utilized on servers that have it installed. +# Overview +Floodgate is a hybrid mode plugin. It introduces new features: +- Ability to join Minecraft: Java Edition servers with Minecraft: Bedrock accounts without needing a paid Minecraft: Java Edition account. +- Ability to [see Bedrock player skins on Java edition](/wiki/floodgate/features#what-is-skin-uploading). +- Ability for plugins to [send Bedrock forms](/wiki/geyser/forms/). +- Ability to query players through the [Global Api](/wiki/api/api.geysermc.org/global-api/), +- Allowing Bedrock players to link to a Java account using [Global Linking](/wiki/floodgate/linking#what-is-global-linking), or Local Linking. -## What has Floodgate 2.0 to offer? {#what-has-floodgate-20-to-offer} -Floodgate 2.0 is a rewrite of Floodgate 1.0, with various bugfixes and improvements. It also introduces new features: being able to [see Bedrock player skins on Java edition](/wiki/floodgate/features#what-is-skin-uploading), -being able to [use Bedrock forms](/wiki/geyser/forms/), link your account once and login on every server that has [Global Linking](/wiki/floodgate/linking#what-is-global-linking) enabled, -and the [Global Api](/wiki/api/api.geysermc.org/global-api/). +This is something you install in addition to Geyser. Unlike Geyser, Floodgate can only be installed as a plugin on Spigot (including Paper and forks), Bungeecord, Velocity, and as a mod on Fabric servers, and can only be utilized on servers that have it installed.