Skip to content

SSJ Plugin v2.1.0

Choose a tag to compare

@Sharpyku Sharpyku released this 07 Apr 11:48
· 5 commits to master since this release

v2.1.0 — Unified Config System

What's New

  • Single config.json — All settings are now in one auto-generated file at configs/plugins/SSJ-Plugin/config.json
  • Customizable chat tag — Change ChatTag to anything ([BHOP], [EG], etc.) and pick any color via ChatTagColor
  • Default player settings — Configure DefaultEnabled, DefaultRepeat, DefaultMaxJumps for new players
  • Startzone toggle — Set StartzoneOnly to false to track all jumps anywhere on the map
  • Tuning options — Adjust GroundSettleTicksAir, ChainResetGroundTicks, MinAirTicksToReport, PrintThrottleTicks
  • Database toggle — Set Database.Enabled to true/false, custom table name via Database.TableName

Config Example

{
  "ChatTag": "[SSJ]",
  "ChatTagColor": "DarkBlue",
  "StartzoneOnly": true,
  "DefaultMaxJumps": 6,
  "DefaultEnabled": true,
  "DefaultRepeat": true,
  "Database": {
    "Enabled": false,
    "Host": "localhost",
    "Port": 3306,
    "Database": "BhopServer",
    "User": "root",
    "Password": "",
    "TableName": "ssj_settings"
  }
}

Installation

  1. Extract SSJ-Plugin folder to csgo/addons/counterstrikesharp/plugins/
  2. Start server — config.json is auto-created at configs/plugins/SSJ-Plugin/
  3. Edit the config, restart server