Links
Tags
Creators
Details
1.0.2
Compatibility
Changes
This update is mostly about fixing an incompatibility with LimboAPI, which for some reason completely replaces a fundamental function of Velocity, with the possibility of breaking certain plugins in some setups
What's Changed
- chore(deps): update dependency com.github.johnrengelman.shadow to v8 in https://github.com/4drian3d/VPacketEvents/pull/2
- chore(deps): update dependency gradle to v8.0.2 in https://github.com/4drian3d/VPacketEvents/pull/4
- fix(deps): update dependency io.netty:netty-all to v4.1.90.final in https://github.com/4drian3d/VPacketEvents/pull/6
- chore(deps): update dependency com.github.johnrengelman.shadow to v8.1.1 in https://github.com/4drian3d/VPacketEvents/pull/7
- fix(deps): update dependency io.netty:netty-all to v4.1.91.final in https://github.com/4drian3d/VPacketEvents/pull/8
- fix: Catch possible exception throwing on PacketEvents execution
- misc: Update to Java 17
- fix: Added support to LimboAPI's unsupported behavior
Full Changelog: https://github.com/4drian3d/VPacketEvents/compare/1.0.1...1.0.2
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:zVZf6VVI:cKEchN3P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zVZf6VVI:cKEchN3P"
}

