Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 990 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 990 Bytes

CS:GO League Game

Repository containing the server plugins for CS:GO league.

Authors

B3none - Developer / Maintainer

PandahChan - Developer / Maintainer

Kento - Developer

Watch for releases

So as to keep the latest version of the plugin I recommend watching the repository

Watch releases

Share the love

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

Star us

Installation

  1. Go to the releases tab and download the latest stable version.
  2. Add the league configs to the databases.cfg.
"league"
{
    "driver"			"mysql"
    "host"				""
    "database"			""
    "user"				""
    "pass"				""
    //"timeout"			"0"
    "port"				"3306"
}