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
- Extract
SSJ-Plugin folder to csgo/addons/counterstrikesharp/plugins/
- Start server —
config.json is auto-created at configs/plugins/SSJ-Plugin/
- Edit the config, restart server