插件介绍
允许管理员拥有雷达来帮助检测作弊者和其他实体
Admin Radar allows admins to have a radar to help detect cheaters by drawing on your screen the locations of players with their current health and distance from you, among many other entity types listed below. A quick toggle GUI is available to quickly change your filters.
The permission adminradar.allowed by itself will temporarily grant the admin flag to users to allow access to ddraw due to limitations implemented by Facepunch.
Compatibility for FauxAdmin users. These users MUST have adminradar.allowed permission. If using the restricted access list then they must also be added to it.
Players, Bradley APC and Helicopters are shown by default. You may show filters by default that are listed under Additional Tracking by doing the following: 1) disable the UI button for said filter, 2) enable Additional Tracking for said filter.
主要用途
主要用于anticheat、gui、administration等服务端功能。 本插件由 nivex 发布,当前目录记录版本为 v5.4.3,uMod 累计下载 392,092 次。
适用场景
- 需要管理、审计或维护能力的服务器
- 希望改善玩家交互与日常体验的社区服务器
功能分类
查看 uMod 官方英文简介
Allows admins to have a radar to help detect cheaters and other entities
权限节点
adminradar.allowedAllows player to use /radar commands - This temporarily grants the admin flag. USE AT YOUR OWN RISK.
adminradar.autoAutomatically turn on radar when you connect and wake up.
Also requiresadminradar.allowed permission,be a developer,be in the authorized list,of the required authlevel,ORbe able to use radar with FauxAdmin.
adminradar.list - allows players with this permission to use /radar list
adminradar.allowed permission,
be a developer,
be in the authorized list,
of the required authlevel,
OR
be able to use radar with FauxAdmin.
The permission adminradar.allowed by itself will temporarily grant the admin flag to users to allow access to ddraw due to limitations implemented by Facepunch.
Compatibility for FauxAdmin users. These users MUST have adminradar.allowed permission. If using the restricted access list then they must also be added to it.
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
/radar optional: filter -- Toggle radar on your self with optional filter
/radar onlineToggle showing online players boxes only when using the box filter.
/radar helpShow a list of commands
/radar fUse your previous filters
/radar uiTurn quick toggle UI on/off
/radar trackerFunctionality removed
/radar visionToggle showing what players are looking at.
/radar extToggle showing extended information for players (some attachments are shortened. e.g 4x Zoom Scope = 4x, Simple Handmade Sight = Sight)
/radar dropsShow all dropped items within 150m, including bear traps and landmines
/radar listShow all active radar users
/radar setanchormin 0.667 0.020 - adjust the min and refresh UI with changes
/radar setanchormax 0.810 0.148 - adjust the max and refresh UI with changes
/radar anchors_save - save changes to config
/radar anchors_reset - reset anchors to defaults in config and in game
/radar buildings - draws all buildings on the server that have no TC. Increase Drawing Distances > Tool Cupboard if you want to see buildings with a TC from a further distance using the TC filter.
相关依赖
- Discord Messages
- Admin Logger
- Admin Panel
- Discord Logger
- Rustcord
配置说明
REMOVED
Default Distance -> 500.0 (meters)
Default Refresh Time -> 5.0 (seconds)
Dropped Item Exceptions (list of items to not show when using /radar drops)
Latency Cap In Milliseconds (0 = no cap) -> 1000.0
Objects Drawn Limit (0 = unlimited) -> 250
Restrict Access To Steam64 IDs -> not configured (only users in this list will have access if configured, otherwise auth level will be required)
Restrict Access To Auth Level -> Auth Level 1
Chat Command -> radar (Alternate command to use /radar)
Barebones Performance Mode > false (disable all non-player related functionality)
Use Bypass Permission > This setting has been REMOVED
User Interface Enabled > true
Deactivate Radar After X Seconds Inactive -> 300 seconds
Deactivate Radar After X Minutes -> 0 minutes
Player Name Text Size (14)
Player Information Text Size (14)
Entity Name Text Size (14)
Entity Information Text Size (14)
Boxes (default list of boxes, not updated retroactively) and must be kept current by the server owner. If a box is not in this list then it will not be drawn on radar. Add the entity shortname, not the item shortname.
Show Barrels And Crate Contents -> false
Show Airdrop Contents -> false
Show Stash Contents -> false
Draw Empty Containers -> true
Show Resource Amounts -> true
Only Show NPCPlayers At World View -> false (you will only see NPC players below the world when you are below the world, likewise for above the world)
官方配置示例
bool isRadar = AdminRadar.Call<bool>("IsRadar", player.UserIDString);void OnRadarActivated(BasePlayer player)更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。