Skip to content

Ayrton09/umbrella-ranked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 

Repository files navigation

☂️ Umbrella Ranked System (CS:GO / CS:S)

Version Game Platform Language Database

css

A comprehensive, lightweight, and secure ranking system for Counter-Strike community servers.
Kills & Deaths only — no points, no complex elo, no weird systems.


✨ Features

  • Kills, Deaths, KDR, Playtime, Weapon stats
  • Multi-language (EN / ES / PT / RU / CH)
  • SQLite & MySQL support
  • Anti-spam system
  • Autosave system
  • MultiColors chat
  • CS:GO & CS:S compatible

📥 Installation

Click to expand
  1. Download the latest files
  2. Place files:
    • addons/sourcemod/plugins/umbrella_ranked.smx
    • addons/sourcemod/translations/umbrella_ranked.phrases.txt
  3. Restart server or change map
  4. Config auto-generated at: cfg/sourcemod/umbrella_ranked.cfg

🗄️ Database Setup

Click to expand

Add "ranked_db" in:
addons/sourcemod/configs/databases.cfg


MySQL

"ranked_db"
{
    "driver"    "default"
    "host"      "your-db-host"
    "database"  "your-db-name"
    "user"      "your-user"
    "pass"      "your-password"
    "port"      "3306"
}

SQLite

"ranked_db"
{
    "driver"    "sqlite"
    "database"  "umbrella_stats"
}

⚙️ CVars

Click to expand
CVar Default Description
sm_rank_min_kills 1 Minimum kills required
sm_rank_cooldown 3.0 Command delay
sm_rank_top1_sound ... Top #1 sound
sm_rank_autosave_interval 120.0 Autosave interval

💻 Commands

Click to expand
  • !rank → Your stats
  • !top → Top players
  • !toptime → Most active players
  • !topweapons → Weapon rankings

👤 Author

Ayrton09
SourcePawn / SourceMod (CS:GO / CS:S)

About

A comprehensive, lightweight, and secure ranking system for CS:GO servers. Features KDR, Playtime, Weapon stats, and Multi-Language support.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors