Releases: partiusfabaa/cs2-MiniAdmin
Releases · partiusfabaa/cs2-MiniAdmin
v1.0.5.8
v1.0.5.7
FIX
v1.0.5.6
Added 3 new commands:
css_silence <#userid or username> <time_seconds> [reason]
css_unsilence <#userid or steamid> [reason]
css_updateadmin <steamid> [username] [immunity] [flags] [time_seconds]
if you don't want to update something, don't leave it blank, write - or -s
Example of updating flags: css_updateadmin \"STEAM_0:0:123456\" -s -s bcd -s
Added a parameter to the database.json config
This is what the kofnig looks like now:
{
"BanFromConsoleName": "Console",
"Connection": {
"Host": "Host",
"Database": "Database name",
"User": "Username",
"Password": "Password",
"Port": 3306
}
}v1.0.5.5
The flags have been changed a bit! Please see this - click
- Added commands(below)
- Changed flags
- Fixed some bugs
| Command | Description | Admin Flag |
|---|---|---|
css_team <#userid or username> <ct/tt/spec/none> [-k] |
Allows you to transfer a player for another team, if you write -k to the team the player will die |
Kick |
css_say <message> |
Allows you to send a message to the chat room | Chat |
css_csay <message> |
Allows you to send a message to the CENTER | Chat |
css_psay <#userid or username> <message> |
Allows you to send a private message | Chat |
css_cvar <cvar> <value> |
Change cvar value | Cvar |
css_god [#userid or username] |
Allows you to grant immortality, if you don't write userid or name, it will be granted to the one who wrote it. | Cheats |
v1.0.5.4
- fixed server crashes due to giving admin through the menu
- now mute is issued correctly
v1.0.5.3
port has been added to the configuration, generate the config again to make it appear.
v1.0.5.2
FIXED THE STUPIDEST BUG OF ALL.
v1.0.5.1
Added:
1. Added sound when slapping(is only played for the client)
Corrected:
1. Fixed check on ban/mute/kick/gag
2. Fixed an issue that did not disable voice chat to the player when logging in
3. Fixed a problem when muting from the menu
Deleted:
1. Removed admin prefix until better times
Remodeled:
1. Now all logging to the console is done with Logger
2. Slightly reworked css_who now works in game too!
3. Reason is now optional in these commands: css_ban, css_unban, css_mute, css_unmute, css_gag, css_ungag
4. Now in the commands css_unmute, css_ungag, you can unmute/gag by #userid
Added mute [beta]
IF YOU FIND A BUG, PLEASE TEXT ME AT DISCORD: thesamefabius
- New commands have been added:
css_slap <#userid or username> <damage>
css_gag <#userid or username> <time_seconds> <reason>
css_ungag <steamid> <reason>
css_mute <#userid or username> <time_seconds> <reason>
css_unmute <steamid> <reason>
css_rcon <command>
2.Added admin menu. No only unmute/gag player
3.Added custom flags:
Ban = 'a',
Unban = 'b',
Mute = 'c',
AdminChat = 'd',
Slay = 'e',
Kick = 'f',
Map = 'g',
Rcon = 'h',
Root = 'z'
v1.0.4.1
now bans, kicks and kills if userid is large.