Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated 4 months ago
All versions
1.2.0
Release
SneakJump v1.2.04 months ago 102
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
1.2.0 (2026-03-24)
Bug Fixes
- config: correct sound configuration keys for effects (#23) (19534d6)
- config: delete build/resources directory (23a74b4)
- config: handle default value for cooldown message type configuration (#27) (623c202)
- config: prevent crash when permission string is empty (28f4bde)
- config: prevent crash when permission string is empty (4621dd2), closes #2
- cooldown: handle player quit event to remove cooldown (f3b5d94), closes #7
- listener: apply cooldown only after successful height check (ad09761)
- listener: apply cooldown only after successful height check (ee56a6d)
- listener: clone location before adding particle effect spawn offset (#31) (9e287fb)
- listener: conditionally play error sound based on toggle settings (#29) (3dfd801)
- listener: prevent crash on empty permission strings in listener (cc76cbc), closes #11
- listener: trim permission string to prevent empty checks (d267cb8)
- PlayerListener: enforce saturation cost check based on configuration (#25) (e162d29)
- test auto release (50c5a00)
- workflow: added gradle-wrapper (b7693b3)
Features
- add sound and particle effect configuration for sneak jump (#20) (455060c)
- add sound and particle effects, cost mechanic and cooldowns (#21) (8932514), closes #18 #19
- implement hunger cost and energy message handling for sneak jump (#19) (77ec9ef)
- update cooldown message to display time in seconds (#18) (d22eb54)
- workflow: add GitHub Actions labeler configuration (cea5ce1)
- workflow: add GitHub Actions workflow for Dev build and publish (fa6dc2b)
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:I3xt4C48:1b2pHjPA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I3xt4C48:1b2pHjPA"
}

