插件介绍
PvP 障碍和反作弊系统
Console commands are limited to rcon users. All console command variants behave indentically to those described in the Chat Commands section, unless noted otherwise. Console command syntax and variants are the same as the Chat Commands syntax and variants, without the preceding /.
Replace <name/id> with the player's name or 64-bit Steam ID. Arguments listed within square braces [] are optional and may be omitted or replaced (e.g omit [minutes] to specify forever; replace [minutes] with 60 to specify one hour). All command variants that affect a configuration option are persistent (saved to the configuration file).
The following command variants require the pvpcaps.use permission:
The following command variants require the pvpcaps.admin permission:
主要用途
主要用于PVP、游戏机制、anticheat、服务器管理等服务端功能。 本插件由 WhiteDragon 发布,当前目录记录版本为 v1.1.5,uMod 累计下载 6,397 次。
适用场景
- 需要管理、审计或维护能力的服务器
- PVP、战斗或攻防玩法服务器
功能分类
查看 uMod 官方英文简介
PvP handicap and anti-cheat system
权限节点
pvpcaps.admin
Required to be able to pass arguments to the /pvp command
pvpcaps.excluded
Excludes the player from PvP damage handicaps
pvpcaps.use
Required to see handicaps and to use the /pvp command without arguments
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
Console commands are limited to rcon users. All console command variants behave indentically to those described in the Chat Commands section, unless noted otherwise. Console command syntax and variants are the same as the Chat Commands syntax and variants, without the preceding /.
配置说明
general_pvp_enabled
(true/false)
general_pvp_ff_enabled
(true/false)
general_pvp_team_scale
(true/false)
handicap_assist_scale
[0.0, 1.0] (0.0 = no damage reduction; 1.0 = normal damage reduction)
handicap_ban_count
[0, 100] (0 = disabled; number of timed bans to trigger a permanent ban)
handicap_ban_time
(hours >= 0; 0 = permanent)
handicap_build_authed
[0.0, 1.0] (0.0 = no damage reduction; 1.0 = normal damage reduction)
handicap_cripple_count
[0, 100] (0 = disabled; number of cripples to trigger a ban)
handicap_cripple_limit
[0.0, 1.0] (0.0 = disabled; higher values will cause false positives)
handicap_cripple_time
(minutes >= 0; 0 = permanent)
handicap_damage_max
(0.0, 1.0] (1.0 = normal damage)
handicap_damage min
(0.0, 1.0]
handicap_decay_amount
(0.0, 1.0] (0.0 = disabled)
handicap_decay_time
(seconds >= 15)
handicap_killer_scale
[0.0, 1.0] (0.0 = no damage reduction; 1.0 = normal damage reduction)
handicap_penalty_arm
[0.0, 1.0] (0.0 = disabled)
handicap_penalty_chest
[0.0, 1.0] (0.0 = disabled)
handicap_penalty_foot
[0.0, 1.0] (0.0 = disabled)
handicap_penalty_generic
[0.0, 1.0] (0.0 = disabled)
handicap_penalty_hand
[0.0, 1.0] (0.0 = disabled)
handicap_penalty_head
[0.0, 1.0] (0.0 = disabled)
handicap_penalty_leg
[0.0, 1.0] (0.0 = disabled)
handicap_penalty_stomach
[0.0, 1.0] (0.0 = disabled)
handicap_movement_rate
(rate >= 1.5 meters/second)
handicap_range_normal
(0.0, 1.0] (setting this value too low will cause false positives)
官方配置示例
{
"config_version": 10100,
"general_pvp_enabled": true,
"general_pvp_ff_enabled": true,
"general_pvp_team_scale": true,
"handicap_assist_scale": 0.5,
"handicap_ban_count": 3,
"handicap_ban_time": 24,
"handicap_build_authed": 0.5,
"handicap_cripple_count": 3,
"handicap_cripple_limit": 0.0625,
"handicap_cripple_time": 60,
"handicap_damage_max": 1.0,
"handicap_damage_min": 0.0001,
"handicap_decay_amount": 0.5,
"handicap_decay_time": 180,
"handicap_killer_scale": 0.75,
"handicap_penalty_arm": 0.5,
"handicap_penalty_chest": 0.75,
"handicap_penalty_foot": 0.25,
"handicap_penalty_generic": 0.5,
"handicap_penalty_hand": 0.25,
"handicap_penalty_head": 1.0,
"handicap_penalty_leg": 0.5,
"handicap_penalty_stomach": 0.5,
"handicap_movement_rate": 2.5,
"handicap_range_normal": 0.25,
"handicap_warning_count": 3,
"handicap_warning_limit": 0.125,
"output_console": true,
"output_logfile": true
}
更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由本站已校验的本地缓存提供作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。