Skip to content

Releases: Hackmastr/css-basic-admin

ac5d3f0

03 Dec 20:40
Compare
Choose a tag to compare

Merge remote-tracking branch 'origin/main'

9288ab5

25 Nov 19:54
9288ab5
Compare
Choose a tag to compare

Update dotnet.yml

Change V to hash.

Signed-off-by: Hackmastr

v5

22 Nov 18:34
Compare
Choose a tag to compare
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 to css_forcespec to avoid conflicts.

Added logging for the following actions:

  • Game restart
  • Cvar changing
  • Map changing

Other minor changes.

v4

21 Nov 12:21
Compare
Choose a tag to compare
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

21 Nov 10:07
Compare
Choose a tag to compare
v3

Add partial name support, improve psay and give commmands.

v2

21 Nov 00:05
Compare
Choose a tag to compare
v2

Clean debug string.

v1

20 Nov 14:51
Compare
Choose a tag to compare
v1

Add:

  • Respawn
  • God mode
  • Rcon

Fix slap command.
Disable map check on wsmap command.