/
GeyserExtras will not run as a Geyser Extension when using Modded platforms.
This includes Forge, Fabric and Neoforge. Please use Standalone instead.
If you use Spigot/PaperMC, Velocity, or BungeeCord, it is more recommended to use the platform specific version.
# Requires PacketEvents and Java Edition clients on 1.21.9 or above.
# /plugins/packetevents
# Enables the cape workaround. (EXPERIMENTAL)
# This shows Bedrock Edition player capes on Java Edition clients,
# by using fake mannequin player entities.
# It copies the packets of the player, so the position is identical.
# The hitbox of the mannequin is identical to the player and
# whenever the mannequin is attacked by the player it is translated as an attack
# to the bedrock player.
# This may break anti-cheats or plugins, and is not perfect.
# The Bedrock Edition player's cape will sometimes slightly clip
# inside the Bedrock Player when wearing armor and if the player attacks.
# The cape is visually removed when entering mounts that can support more than one
# player (including chest boats).
# This only works with capes that are available on Java Edition, that are also on
# Bedrock Edition.
enable-bedrock-capes-on-java-workaround: true
Full Changelog: https://github.com/GeyserExtras/GeyserExtras/compare/2.0.0-BETA-8...2.0.0-BETA-9

A plugin which attempts to unify feature parity for Bedrock Edition players on Java Edition Servers with GeyserMC.