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_admins
css_admin_help
css_noclip
,css_freeze(unfreeze)
,css_slap
Modified:
css_wsmap
now takes an id or a name.css_bury
takes a second argument, duration.css_spec
renamed tocss_forcespec
to 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.