CSB Bunny Hop

v1.0.0 4 Downloads Daemon666 Zuletzt aktualisiert: Jul 15, 2026

Server-side auto bunny hop with a speed cap, team/flag gating and a per-player /bhop toggle.

CSB Bunny Hop gives you server-side auto bhop without a client-side script. While a player holds +jump, the plugin catches the frame they land in a PlayerPreThink hook, sets the jump velocity and clears FL_ONGROUND so the engine never applies the usual landing friction — the result is a clean, chainable hop.

It ships with a horizontal speed cap (csb_bhop_maxspeed, 0 = uncapped) so bhop does not turn into a rocket, team/flag gating for VIP-only or surf-style servers, and a per-player /bhop toggle for players who would rather jump manually.

Inspired by the well-known Auto BunnyHop by ConnorMcLeod. Independent GPL re-implementation; no original code is reused.

Features

  • Pure server-side — nothing for the client to install.
  • Optional horizontal speed cap.
  • Team and/or admin-flag gating.
  • Per-player /bhop on/off toggle (can be locked with csb_bhop_allow_toggle).

Installation

  1. Make sure the fakemeta module is enabled in modules.ini (default).
  2. Compile, copy csb_bhop_enable.amxx into addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Notes

For the smoothest feel also raise sv_enablebunnyhopping 1 where your engine supports it; this plugin works regardless, but the engine cvar removes the last bit of speed clamping.

Installation

1. fakemeta must be enabled in modules.ini (default)
2. Put csb_bhop_enable.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_bhop_enabled 1 Enable or disable auto bunny hop.
csb_bhop_flag Admin flag required (empty = everyone).
csb_bhop_team 0 Team allowed to bhop (0 = any, 1 = T, 2 = CT).
csb_bhop_maxspeed 0 Horizontal speed cap while bhopping (0 = uncapped).
csb_bhop_allow_toggle 1 Allow players to turn bhop off for themselves with /bhop.

Befehle

CommandAccessDescription
say /bhop Toggle auto bunny hop on/off for yourself.

Änderungsprotokoll — v1.0.0

1.0.0 - Initial release.
Versionen →
Mitwirkende: Daemon666 ✦
Ursprünglicher Autor: ConnorMcLeod (Auto BunnyHop) Lizenz: GPL-3.0

Bewertung

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
.sma herunterladen
Dateien:
csb_bhop_enable.sma main 3.7 KB

Anforderungen

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module fakemeta
Bekannte Konflikte Any other auto-bhop plugin - run only one.
Zurück zu den Plugins