Releases: partiusfabaa/cs2-ranks
Releases · partiusfabaa/cs2-ranks
v2.0.5.2
v2.0.5.1
now it is possible to give or take away player's experience by SteamId
css_lr_giveexp <username or #userid or @steamid> [exp (def. 0)]
css_lr_takeexp <username or #userid or @steamid> [exp (def. 0)]
v2.0.5
Important
- In the new version of the configuration, you must now add a minus sign before each value for an event where you want experience points to be deducted. If previously negative signs (e.g., -20) were added automatically, now you have to add them yourself. Please update the settings to avoid errors. If you do not want experience points to be given for an event, set the value to 0
-
It is desirable to regenerate the cofniguration (having previously saved the old one)
- The core and all modules have been updated to CSS V247
- The
PlayerGainedExperience
andPlayerLostExperience
event has now been marked asObsolete
use thePlayerExperienceChanged
event to track the change in experience - A new
CreatedMenu
event has been added to the API to track the creation of a menu and the addition of an item to it - You can now view the top 10 players not only by command, but also through menus.
- Competitive statistics have been added, along with two new items in the configuration:
"TypeStatistics": 1, // 0 - default, 1 - competitive
"KillCoefficient": 1.04, // recommended value: 1.04 (theoretically)
- Slightly modified code
Modules
The ExStats Hits module has been updated. Now, in the ranks menu, there is an option where you can see how many and where you hit, as well as the damage dealt
v2.0.4
- Removed the
css_lr_enabled
command and replaced it with FakeCVarcss_lr_enable true/false (def. true)
- Fixed rank counting. Previously the last rank was not counted
- Added new parameter to config
StatisticsResetEnabled true/false (def. true)
iftrue
it will be possible to reset the rank - Added translation for the output of all ranks in the menu.
v2.0.3
updated to the latest CSSharp
v2.0.2u
- Updated to 217 version of CSS.
- Chat Menu has been replaced with Centre Menu
v2.0.2
v2.0.1
- Simplified Chinese translation added. Thanks @CeLicat
- Added static field
Capability
to the api. Now in modules you can just writevar api = IRanksApi.Capability.Get();
1 New module
v2.0.0
Only Ranks For LevelsRanks Database
is now supported, It is now completely redesigned for modularity.
There could be bugs. Write me in discord if you find them. Discord: thesamefabius
There are a lot of things removed from the core. But it will be added later, with the help of modules
Installation
- Uninstall the old version.
- Download the archive and upload it to your server.
- Now the configs will appear in the path
addons/counterstrikesharp/configs/plugins/RanksCore/
The modules can be viewed here
New commands:
css_lr_giveexp <username or #userid> [exp (def. 0)]
(@css/root) //allows you to give the player experiencecss_lr_takeexp <username or #userid> [exp (def. 0)]
(@css/root) //allows you to take away a player experiencecss_lr_enabled 1/0
//allows you to disable ranks (useful for minigame servers) (ONLY SERVER CONSOLE) you can put it in the cfg
v1.0.6.6
Ranks will now be displayed in the tab.
Added 2 parameters to the config:
"ShowRanksInTheTab": true
//true to display | false not to display"RankType": 0
//0 - frompremiere
| 1 - fromcompetitive
mode