Releases: Hackmastr/css-basic-admin
Releases · Hackmastr/css-basic-admin
ac5d3f0
Merge remote-tracking branch 'origin/main'
9288ab5
Update dotnet.yml
Change V to hash.
Signed-off-by: Hackmastr
v5
Minimum CSSharp requirement bumped to v65, addition of new commands and modified others.
New configuration values:
If you are upgrading from previous version, please add the following :
"admin_list_min_flag": "@css/kick",
"admin_list_req_flag": "",
"freeze_duration": 5,New commands:
css_adminscss_admin_helpcss_noclip,css_freeze(unfreeze),css_slap
Modified:
css_wsmapnow takes an id or a name.css_burytakes a second argument, duration.css_specrenamed tocss_forcespecto avoid conflicts.
Added logging for the following actions:
- Game restart
- Cvar changing
- Map changing
Other minor changes.
v4
Add @ alias for !say command. If used in team chat it sends to admins only.
Initial work to support filters.
Upgrading from a previous version:
Add the following to the config:
"admin_say_text": "\u0003{0}\u0001: {1}",
"admin_say_text_admins": "(Admins only) \u0003{0}\u0001: {1}",v3
Add partial name support, improve psay and give commmands.
v2
Clean debug string.
v1
Add:
- Respawn
- God mode
- Rcon
Fix slap command.
Disable map check on wsmap command.