promotional bannermobile promotional banner

SneakJump | Super Jump, Charged Leaps & Parkour

Hold Shift to charge a massive leap! Lightweight super jumps for hubs.

File Details

SneakJump v1.2.0

  • R
  • Mar 25, 2026
  • 39.49 KB
  • 29
  • 1.21.11+37

File Name

SneakJump-1.2.0.jar

Supported Versions

  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

# [1.2.0](https://github.com/MinesonTeam/sneak-jump/compare/v1.1.0...v1.2.0) (2026-03-24)


### Bug Fixes

* **config:** correct sound configuration keys for effects ([#23](https://github.com/MinesonTeam/sneak-jump/issues/23)) ([19534d6](https://github.com/MinesonTeam/sneak-jump/commit/19534d6e98d852e1165f7838101996465619953d))
* **config:** delete build/resources directory ([23a74b4](https://github.com/MinesonTeam/sneak-jump/commit/23a74b423d9594f5a4787c2554b034202961d4d4))
* **config:** handle default value for cooldown message type configuration ([#27](https://github.com/MinesonTeam/sneak-jump/issues/27)) ([623c202](https://github.com/MinesonTeam/sneak-jump/commit/623c2021396fae4e06aac1a2a0eaeecd2baa6844))
* **config:** prevent crash when permission string is empty ([28f4bde](https://github.com/MinesonTeam/sneak-jump/commit/28f4bde3421c7796c59d0cc86c510406ef84a9db))
* **config:** prevent crash when permission string is empty ([4621dd2](https://github.com/MinesonTeam/sneak-jump/commit/4621dd209b1c4d1e981bd370ccc5aa1dcc46fd63)), closes [#2](https://github.com/MinesonTeam/sneak-jump/issues/2)
* **cooldown:** handle player quit event to remove cooldown ([f3b5d94](https://github.com/MinesonTeam/sneak-jump/commit/f3b5d941d22319c1291ba22fbe52ec8719ff94a5)), closes [#7](https://github.com/MinesonTeam/sneak-jump/issues/7)
* **listener:** apply cooldown only after successful height check ([ad09761](https://github.com/MinesonTeam/sneak-jump/commit/ad0976101bd6239ccafcf1879234bd508b2ede7f))
* **listener:** apply cooldown only after successful height check ([ee56a6d](https://github.com/MinesonTeam/sneak-jump/commit/ee56a6d4c11695188ca91c80ea91a15eec1ce127))
* **listener:** clone location before adding particle effect spawn offset ([#31](https://github.com/MinesonTeam/sneak-jump/issues/31)) ([9e287fb](https://github.com/MinesonTeam/sneak-jump/commit/9e287fb5897d5ef6e48d835e81ae412e68df0f3b))
* **listener:** conditionally play error sound based on toggle settings ([#29](https://github.com/MinesonTeam/sneak-jump/issues/29)) ([3dfd801](https://github.com/MinesonTeam/sneak-jump/commit/3dfd801f494d2cdf3dfaac1586ac087ece7f9f6f))
* **listener:** prevent crash on empty permission strings in listener ([cc76cbc](https://github.com/MinesonTeam/sneak-jump/commit/cc76cbc66d662a1864e23583f3ed043edfb2f294)), closes [#11](https://github.com/MinesonTeam/sneak-jump/issues/11)
* **listener:** trim permission string to prevent empty checks ([d267cb8](https://github.com/MinesonTeam/sneak-jump/commit/d267cb863078b239c8608d1366f4f5a3519881e3))
* **PlayerListener:** enforce saturation cost check based on configuration ([#25](https://github.com/MinesonTeam/sneak-jump/issues/25)) ([e162d29](https://github.com/MinesonTeam/sneak-jump/commit/e162d29c87080076e3b95792b6c0209e55b65cfb))
* test auto release ([50c5a00](https://github.com/MinesonTeam/sneak-jump/commit/50c5a00eb12c9d45c280df79776cd976082492a0))
* **workflow:** added gradle-wrapper ([b7693b3](https://github.com/MinesonTeam/sneak-jump/commit/b7693b389924321cc2e08129385dccb0d93ccb20))


### Features

* add sound and particle effect configuration for sneak jump ([#20](https://github.com/MinesonTeam/sneak-jump/issues/20)) ([455060c](https://github.com/MinesonTeam/sneak-jump/commit/455060c0b5d2185d9eda55bbef8e8c04aef0e5e9))
* add sound and particle effects, cost mechanic and cooldowns ([#21](https://github.com/MinesonTeam/sneak-jump/issues/21)) ([8932514](https://github.com/MinesonTeam/sneak-jump/commit/8932514ffcdc27dfd387ce560c6641e1bec8b3f3)), closes [#18](https://github.com/MinesonTeam/sneak-jump/issues/18) [#19](https://github.com/MinesonTeam/sneak-jump/issues/19)
* implement hunger cost and energy message handling for sneak jump ([#19](https://github.com/MinesonTeam/sneak-jump/issues/19)) ([77ec9ef](https://github.com/MinesonTeam/sneak-jump/commit/77ec9ef0aafc014f77a59bc0cda240971cc7814d))
* update cooldown message to display time in seconds ([#18](https://github.com/MinesonTeam/sneak-jump/issues/18)) ([d22eb54](https://github.com/MinesonTeam/sneak-jump/commit/d22eb54597844ff0e5f93288a9e4982924a06299))
* **workflow:** add GitHub Actions labeler configuration ([cea5ce1](https://github.com/MinesonTeam/sneak-jump/commit/cea5ce112ca6366d351385794f83acad04d6157c))
* **workflow:** add GitHub Actions workflow for Dev build and publish ([fa6dc2b](https://github.com/MinesonTeam/sneak-jump/commit/fa6dc2b6b4509ff463df19cd399545e6864e19b9))