插件介绍
在文件和控制台中记录管理命令的使用情况
Admin Logger logs the usage of almost all default admin commands and stores it in a file. It can also log admin plugins usage (Vanish, AdminRadar etc.). Useful for server owners that want to keep an eye on their admins. Fully customizable through config file. Logs are stored under the oxide/logs/AdminLogger folder.
主要用途
主要用于服务器管理、日志、noclip、godmode等服务端功能。 本插件由 1AK1 发布,当前目录记录版本为 v2.4.2,uMod 累计下载 64,885 次。
适用场景
- 需要管理、审计或维护能力的服务器
功能分类
查看 uMod 官方英文简介
Logs admin commands usage in a file and console
相关依赖
- Admin Radar
- Backpacks
- Convert Status
- Freeze
- Inventory Viewer
- Night Vision
- Player Administration
- Vanish
配置说明
{ "Log to console (true/false)": true, "Update frequency (s)": 5.0, "Log filename": "adminlog", "Enable Discord Messages (true/false)": true, "Discord Messages webhook": "", "Exclude List": [ "76561197960279927", "76561197960287930" ], "Default admin commands": { "Admin connections logging (true/false)": true, "Noclip logging (true/false)": true, "GodMode logging (true/false)": true, "Spectate logging (true/false)": true, "Kill player logging (true/false)": true, "Admin events logging (true/false)": true, "Admin event commands": { "[Attack Heli] heli.call": true, "[Attack Heli] heli.calltome": true, "[Attack Heli] drop": true, "[Airdrop] supply.call": true, "[Airdrop] supply.drop": true }, "Kick logging (true/false)": true, "Kick commands": { "kick": true, "kickall": true }, "Ban logging (true/false)": true, "Ban commands": { "ban": true, "unban": true }, "Mute logging (true/false)": true, "Mute commands": { "mute": true, "unmute": true }, "Entity logging (true/false)": true, "Entity commands": { "ent kill": true, "ent who": true, "ent lock": true, "ent unlock": true, "ent auth": true }, "Teleport logging (true/false)": true, "Teleport commands": { "teleport": true, "teleportpos": true, "teleport2me": true }, "Give items logging (true/false)": true, "Give commands": { "give": true, "giveid": true, "givearm": true, "giveto": true, "giveall": true }, "Spawn logging (true/false)": true, "Spawn commands": { "spawn": true, "spawnat": true, "spawnhere": true, "spawnitem": true } }, "Admin plugins": { "Vanish logging (true/false)": true, "Admin Radar logging (true/false)": true, "Night Vision logging (true/false)": true, "Convert Status logging (true/false)": true, "Inventory Viewer logging (true/false)": true, "Backpacks logging (true/false)": true, "Freeze logging (true/false)": true, "Freeze commands": { "freeze": true, "unfreeze": true, "freezeall": true, "unfreezeall": true }, "Player Administration logging (true/false)": true, "Player Administration commands": { "OpenPadminCmd": true, "ClosePadminCmd": true, "BanUserCmd": true, "UnbanUserCmd": true, "KickUserCmd": true, "MuteUserCmd": true, "UnmuteUserCmd": true, "FreezeCmd": true, "UnreezeCmd": true, "BackpackViewCmd": true, "InventoryViewCmd": true, "ClearUserInventoryCmd": true, "ResetUserBPCmd": true, "ResetUserMetabolismCmd": true, "RecoverUserMetabolismCmd": true, "TeleportToUserCmd": true, "TeleportUserCmd": true, "SpectateUserCmd": true, "PermsCmd": true, "HurtUserCmd": true, "KillUserCmd": true, "HealUserCmd": true } } }
官方配置示例
{
"Log to console (true/false)": true,
"Update frequency (s)": 5.0,
"Log filename": "adminlog",
"Enable Discord Messages (true/false)": true,
"Discord Messages webhook": "",
"Exclude List": [
"76561197960279927",
"76561197960287930"
],
"Default admin commands": {
"Admin connections logging (true/false)": true,
"Noclip logging (true/false)": true,
"GodMode logging (true/false)": true,
"Spectate logging (true/false)": true,
"Kill player logging (true/false)": true,
"Admin events logging (true/false)": true,
"Admin event commands": {
"[Attack Heli] heli.call": true,
"[Attack Heli] heli.calltome": true,
"[Attack Heli] drop": true,
"[Airdrop] supply.call": true,
"[Airdrop] supply.drop": true
},
"Kick logging (true/false)": true,
"Kick commands": {
"kick": true,
"kickall": true
},
"Ban logging (true/false)": true,
"Ban commands": {
"ban": true,
"unban": true
},
"Mute logging (true/false)": true,
"Mute commands": {
"mute": true,
"unmute": true
},
"Entity logging (true/false)": true,
"Entity commands": {
"ent kill": true,
"ent who": true,
"ent lock": true,
"ent unlock": true,
"ent auth": true
},
"Teleport logging (true/false)": true,
"Teleport commands": {
"teleport": true,
"teleportpos": true,
"teleport2me": true
},
"Give items logging (true/false)": true,
"Give commands": {
"give": true,
"giveid": true,
"givearm": true,
"giveto": true,
"giveall": true
},
"Spawn logging (true/false)": true,
"Spawn commands": {
"spawn": true,
"spawnat": true,
"spawnhere": true,
"spawnitem": true
}
},
"Admin plugins": {
"Vanish logging (true/false)": true,
"Admin Radar logging (true/false)": true,
"Night Vision logging (true/false)": true,
"Convert Status logging (true/false)": true,
"Inventory Viewer logging (true/false)": true,
"Backpacks logging (true/false)": true,
"Freeze logging (true/false)": true,
"Freeze commands": {
"freeze": true,
"unfreeze": true,
"freezeall": true,
"unfreezeall": true
},
"Player Administration logging (true/false)": true,
"Player Administration commands": {
"OpenPadminCmd": true,
"ClosePadminCmd": true,
"BanUserCmd": true,
"UnbanUserCmd": true,
"KickUserCmd": true,
"MuteUserCmd": true,
"UnmuteUserCmd": true,
"FreezeCmd": true,
"UnreezeCmd": true,
"BackpackViewCmd": true,
"InventoryViewCmd": true,
"ClearUserInventoryCmd": true,
"ResetUserBPCmd": true,
"ResetUserMetabolismCmd": true,
"RecoverUserMetabolismCmd": true,
"TeleportToUserCmd": true,
"TeleportUserCmd": true,
"SpectateUserCmd": true,
"PermsCmd": true,
"HurtUserCmd": true,
"KillUserCmd": true,
"HealUserCmd": true
}
}
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。