#(ikuria) bhop / strafejumping like quake?
21 messages · Page 1 of 1 (latest)
(ikuria) bhop / strafejumping like quake?
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
Could you provide some examples or something lol?
No idea what those are
my next project is to create a quake-like feeling + rocketlauncher/railgun with denizen
found this: https://github.com/CowJuice69/Bhop-Paper-Plugin
but there is no control in air wile strafejumping, something is broke in this plugin
Content of Denizen Script Paste #139961: bunnyhopping... pasted 2026/04/17 11:31:42 UTC+00:00, Paste length: 1789 characters across 47 lines, Content: bhop_config: type: data speed_boost: 1.08 max_speed: 1.5
this is my first attempt
but i have still no clue how to "turn" in air
aaand i'm only adjust the velocity not to the players view
- adjust <player> velocity:<location[<[current_vel].x.mul[<[scale]>]>,0.5,<[current_vel].z.mul[<[scale]>]>]>
without backwards it is correct
still no yaw update on that velocity
- adjust <player> velocity:<location[<[current_vel].x.mul[<[scale]>]>,0.5,<[current_vel].z.mul[<[scale]>]>].with_yaw[<player.location.yaw>]>
better!