Skip to content

fidarit/cs2-DoubleJump

Repository files navigation

GitHub tag (with filter) GitHub Repo stars GitHub all releases GitHub last commit (branch)

DoubleJumpCS2

CS2 implementation of double jump plugin written in C# for CounterStrikeSharp. Based on the version for CS:GO by FoxSerito.

Features

  • Enabling\disabling mod via dj command
  • Setting jump counts via config or dj_count command
  • Setting jump velocity via config or dj_velocity command

Config

The configuration file can be found at the following path: addons\counterstrikesharp\configs\plugins\DoubleJumpCS2\DoubleJumpCS2.json

{
  "JumpsCount": 2,
  "Velocity": 250.0,
  "AllowInstantJump": true,
  "RequiredPermission": "@css/vip"
}

Configuration Options:

  • JumpsCount: Specifies the maximum number of consecutive jumps allowed.
  • Velocity: Sets the velocity of the double jump.
  • AllowInstantJump: Determines whether instant double jumps are allowed. When set to false, the next jump can only be performed when the player has started falling.
  • RequiredPermission: Specifies the required permission level for using the double jump feature. If both is empty, all players are granted access.

Requirements

Installation

  1. Download the zip file from the latest release, and extract the contents into your counterstrikesharp/plugins directory.

Acknowledgments

If you appreciate the project then please take the time to star the repository 🙏

Star us

Credits

This was inspired by the CS:GO DoubleJump written by FoxSerito.