![GeyserExtras [Discontinued]](https://cdn.modrinth.com/data/kOfJBurB/bf507c06fc29949b4396d0fbb13735ef75b84ef2_96.webp)
GeyserExtras [Discontinued]
ArchivedA plugin which attempts to unify feature parity for Bedrock Edition players on Java Edition Servers with GeyserMC.
Tags
Creators
Details
2.0.0-BETA-11
Compatibility
Changes
ABOUT GEYSEREXTRAS ON GEYSER EXTENSIONS
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 recommended to use the platform specific version.
Fixes
- Compiles and works for latest velocity by @ilamparithi-in in https://github.com/GeyserExtras/GeyserExtras/pull/45
- Update pack management by @Nogard-YT in https://github.com/GeyserExtras/GeyserExtras/pull/48
- Fixed Attack Indicator Update Rate bedrock player preference not saving when rejoining
New Contributors
- @ilamparithi-in made their first contribution in https://github.com/GeyserExtras/GeyserExtras/pull/45
- @Nogard-YT made their first contribution in https://github.com/GeyserExtras/GeyserExtras/pull/48
Code Changelog: https://github.com/GeyserExtras/GeyserExtras/compare/2.0.0-BETA-10...2.0.0-BETA-11
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:kOfJBurB:dseB2cvz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kOfJBurB:dseB2cvz"
}
