免费插件

Better Chinook Patrol

更好的奇努克巡逻队

允许自定义 NPC CH47 访问哪些纪念碑

chinookch47

原作者:WhiteThunder · 查看 uMod 官方页面 ↗

插件介绍

允许自定义 NPC CH47 访问哪些纪念碑

Rust has fixed the issue where the Chinook would not properly select monuments randmonly as of the October 2025 Rust update, so this plugin has become less useful. Some users may still want to use it for the other features.

If you configure the plugin to allow chinooks to drop multiple crates, the chinook will drop one crate at a time per drop-eligible monument. If the chinook has already visited all visit-eligible monuments and still has crates remaining, it will revisit previous monuments in the same order. When the chinook has dropped all of its crates, the chinook will leave the map.

Chinooks will drop crates at monuments that have a drop zone. The following vanilla monuments have drop zones.

Map developers can create additional drop zones using the assets/bundled/prefabs/modding/dropzone.prefab. The Monument Addons plugin also allows creating additional drop zones in monuments via the maprefab dropzone command.

主要用途

主要用于chinook、ch47等服务端功能。 本插件由 WhiteThunder 发布,当前目录记录版本为 v0.2.1,uMod 累计下载 7,705 次。

适用场景

  • 希望扩展原版服务器功能的服主

功能分类

chinookch47
查看 uMod 官方英文简介

Allows customizing which monuments the NPC CH47 visits

配置说明

{ "Min crate drops per chinook": 1, "Max crate drops per chinook": 1, "Disallow safe zone monuments": true, "Disallowed monument types": [ "Cave", "WaterWell" ], "Disallowed monument tiers": [ "Tier0" ], "Disallowed monument prefabs (partial match)": [], "Disallowed monument prefabs (exact match)": [], "Force allow monument prefabs (partial match)": [], "Force allow monument prefabs (exact match)": [] }

Min crate drops per chinook

The minimum number of crates that each chinook can drop.

Max crate drops per chinook

The maximum number of crates that each chinook can drop.

Disallow safe zone monuments (true or false) -- While true, chinooks will never visit safe zone monuments (e.g., outpost, bandit camp, fishing villages), same as vanilla behavior. While false, chinooks may visit safe zone monuments, depending on the other configuration options. Disabling this may make sense for hardcore servers.

Disallowed monument types

Chinooks will never visit monuments with these types. Allowed values: Cave, Airport, Building, Town, Radtown, Lighthouse, WaterWell, Roadside, Mountain, Lake.

Disallowed monument tiers

Chinooks will never visit monuments with these tiers. Allowed values: Tier0, Tier1, Tier2.

Disallowed monument prefabs (partial match) -- Chinooks will never visit monuments whose prefab name (or monument marker name) contains any of these keywords.

Disallowed monument prefabs (exact match) -- Chinooks will never visit monuments whose prefab name (or monument marker name) is an exact match for any of these values.

Force allow monument prefabs (partial match) -- Chinooks may visit monuments whose prefab name (or monument marker name) contains any of these keywords, even if the monument would be disallowed by other settings.

Force allow monument prefabs (exact match) -- Chinooks may visit monuments whose prefab name (or monument marker name) is an exact match of any of these values.

官方配置示例

{
  "Min crate drops per chinook": 1,
  "Max crate drops per chinook": 1,
  "Disallow safe zone monuments": true,
  "Disallowed monument types": [
    "Cave",
    "WaterWell"
  ],
  "Disallowed monument tiers": [
    "Tier0"
  ],
  "Disallowed monument prefabs (partial match)": [],
  "Disallowed monument prefabs (exact match)": [],
  "Force allow monument prefabs (partial match)": [],
  "Force allow monument prefabs (exact match)": []
}
object OnBetterChinookPatrol(CH47HelicopterAIController chinook)

更新日志

最新版本: v0.2.1
最后版本发布: 2025-07-20
最后更新(条目): 2026-07-19

本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面

安装方法

  1. 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
  2. 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
  3. 将 .cs 文件放入服务器的 oxide/plugins 目录。
  4. 观察服务端控制台,确认插件编译并成功加载。
  5. 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。

使用前注意

  • Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
  • 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
  • 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
  • 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
来源说明

中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。