插件介绍:
CS# 服务器状态(控制台支持):获取服务器状态(#userid、SteamID64、IPv4 地址、昵称和所有在线玩家的总和)。
描述
显示连接到服务器的所有玩家的列表。它还具有控制台支持。root 的 IPv4 地址是 “ROOT PROTECTED”,通用管理员的 IPv4 地址是 “PROTECTED”。
依赖项
CounterStrikeSharp
编译方法:
- Get an IDE & Code Editor (Visual Studio, Rider or others).
- Install package 'Microsoft.Extensions.Logging.Abstractions'.
- Edit and debug if you need to.
- Build the code.
- Add the files (, , ) in their own directory.
.dll
.pdb
.deps.json
- Rename directory. Use the same name.
- Upload directory in .
/game/csgo/addons/counterstrikesharp/plugins
安装方法:
- 下载附件的压缩包
- 在服务器的addons/counterstrikesharp/plugins/目录下新建一个 CSSharpServerStatus 文件夹
- 把压缩包内的3个文件放到新建的 CSSharpServerStatus 文件夹即可

使用方法:
- 聊天框输入!status,或者控制台输入 css_status
参考: