Releases: partiusfabaa/cs2-ranks
Releases · partiusfabaa/cs2-ranks
v1.0.3
- 2 new functions have been added to the configuration(They need to be inserted after
"EnableScoreBoardRanks": true,
or just regenerate the config)
"UseCommandWithoutPrefix": true, //Is it possible to write `top` and `rank` without the prefix? true - yes | false - no.
"ShowExperienceMessages": true, // Do I show the player chat messages how much experience he has gained? true - yes | false - no.
- Fixed the time, now it will not go into minus
v1.0.2fix
Now if "EventRoundMvp": -1,
MVP will be increased, but experience will not be increased
v1.0.2
- In the config in Events, added an additional one
"Additionally": {
"Headshot": 1,
"Noscope": 2,
"Attackerblind": 1,
"Thrusmoke": 1,
"Penetrated": 2
},
- If you don't need to give experience for an event, just write
-1
.
v1.0.1.0
Fixed error output when dying from a bomb, or a map
v1.0.1fix
- Fixed output of players in
!top
. - Added the ability to permanently disable ranks in the config. If you don't regenerate the config, add this after the prefix (example below)
"Prefix": "[ {BLUE}Ranks {DEFAULT}]",
"EnableScoreBoardRanks": true,
v1.0.1
- bug fixed
- added
css_rank_tag
command,!rank_tag
- allows to disable rank in tabs - It is now possible to write
top
andrank
in chat and not put ! at the beginning.
Please delete the old database
v1.0.0
Update README.md