插件介绍
当巡逻直升机、补给品、货船等入境时广播通知
Inbound broadcasts notifications when patrol helicopters, supply drops, hackable crates, satellites, cargo ships, Excavator, Bradley, or Chinook are active / inbound.
主要用途
主要用于notifications、heli、supply、cargo等服务端功能。 本插件由 Substrata 发布,当前目录记录版本为 v0.7.0,uMod 累计下载 76,040 次。
适用场景
- 希望扩展原版服务器功能的服主
功能分类
查看 uMod 官方英文简介
Broadcasts notifications when patrol helicopters, supply drops, cargo ships, etc. are inbound
相关依赖
- Discord Messages
- Popup Notifications
- UI Notify
配置说明
{ "Notifications": { "Chat Notifications": true, "Popup Notifications": false }, "Discord Messages": { "Enabled": false, "Webhook URL": "", "Embedded Messages": true, "Embed Color": 3447003, "Embed Title": ":arrow_lower_right: Inbound" }, "UI Notify": { "Enabled": false, "Notification Type": 0 }, "Alerts": { "Patrol Helicopter Alerts": true, "Cargo Ship Alerts": true, "Cargo Ship Harbor Alerts": true, "Cargo Plane Alerts": true, "CH47 Chinook Alerts": true, "Bradley APC Alerts": true, "Travelling Vendor Alerts": true, "Deep Sea Alerts": true, "Excavator Activated Alerts": true, "Excavator Supply Request Alerts": true, "Hackable Crate Alerts": true, "Player Hacking Crate Alerts": true, "Supply Signal Alerts": true, "Supply Drop Alerts": true, "Supply Drop Landed Alerts": true, "Satellite Request Alerts": true, "Satellite Launch Alerts": true, "Satellite Crash Alerts": true }, "Location": { "Show Grid": true, "Show 'Oil Rig' Labels": true, "Show 'Cargo Ship' Label": true, "Show 'Excavator' Label": true, "Hide Unmarked Grids": true, "Show Coordinates": false, "Hide Y Coordinate": false, "Hide Coordinate Decimals": false }, "Misc": { "Chat Icon (SteamID64)": 0, "Hide Cargo Ship Crate Messages": false, "Hide Oil Rig Crate & Chinook Messages": false, "Show Supply Drop Player": false, "Hide Player-Called Supply Drop Messages": false, "Hide Random Supply Drop Messages": false }, "Logging": { "Log To Console": false, "Log To File": false, "Log All Events": false }, "Version (Do not modify)": { "Major": 0, "Minor": 7, "Patch": 1 } }
Show Supply Drop Player will add the name of the player who called in a Cargo Plane / Supply Drop when those alerts are shown. This can be further tweaked in the language file.
Hide Player-Called Supply Drop Messages will hide alerts for Cargo Planes and Supply Drops that have been called in by a player, with a supply signal or at the Excavator signal computer. Hide Random Supply Drop Messages will hide alerts for those that have not.
For info on creating a Webhook for Discord Messages, check out Intro to Webhooks.
官方配置示例
{
"Notifications": {
"Chat Notifications": true,
"Popup Notifications": false
},
"Discord Messages": {
"Enabled": false,
"Webhook URL": "",
"Embedded Messages": true,
"Embed Color": 3447003,
"Embed Title": ":arrow_lower_right: Inbound"
},
"UI Notify": {
"Enabled": false,
"Notification Type": 0
},
"Alerts": {
"Patrol Helicopter Alerts": true,
"Cargo Ship Alerts": true,
"Cargo Ship Harbor Alerts": true,
"Cargo Plane Alerts": true,
"CH47 Chinook Alerts": true,
"Bradley APC Alerts": true,
"Travelling Vendor Alerts": true,
"Deep Sea Alerts": true,
"Excavator Activated Alerts": true,
"Excavator Supply Request Alerts": true,
"Hackable Crate Alerts": true,
"Player Hacking Crate Alerts": true,
"Supply Signal Alerts": true,
"Supply Drop Alerts": true,
"Supply Drop Landed Alerts": true,
"Satellite Request Alerts": true,
"Satellite Launch Alerts": true,
"Satellite Crash Alerts": true
},
"Location": {
"Show Grid": true,
"Show 'Oil Rig' Labels": true,
"Show 'Cargo Ship' Label": true,
"Show 'Excavator' Label": true,
"Hide Unmarked Grids": true,
"Show Coordinates": false,
"Hide Y Coordinate": false,
"Hide Coordinate Decimals": false
},
"Misc": {
"Chat Icon (SteamID64)": 0,
"Hide Cargo Ship Crate Messages": false,
"Hide Oil Rig Crate & Chinook Messages": false,
"Show Supply Drop Player": false,
"Hide Player-Called Supply Drop Messages": false,
"Hide Random Supply Drop Messages": false
},
"Logging": {
"Log To Console": false,
"Log To File": false,
"Log All Events": false
},
"Version (Do not modify)": {
"Major": 0,
"Minor": 7,
"Patch": 1
}
}{
"PatrolHeli": "Patrol Helicopter inbound{0}{1}",
"CargoShip_": "Cargo Ship inbound{0}{1}",
"CargoShipApproachHarbor": "Cargo Ship is approaching the harbor{0}",
"CargoShipAtHarbor": "Cargo Ship has docked at the harbor{0}",
"CargoShipLeaveHarbor": "Cargo Ship is leaving the harbor{0}",
"CargoPlane_": "{0}Cargo Plane inbound{1}{2}",
"CH47": "Chinook inbound{0}{1}",
"BradleyAPC": "Bradley APC inbound{0}",
"TravellingVendor": "Travelling Vendor inbound{0}",
"DeepSeaOpen": "The Deep Sea is now open",
"Excavator_": "{0} has activated The Excavator{1}",
"ExcavatorSupplyRequest": "{0} has requested a supply drop{1}",
"HackableCrateSpawned": "Hackable Crate has spawned{0}",
"HackingCrate": "{0} is hacking a locked crate{1}",
"SupplySignal": "{0} has deployed a supply signal{1}",
"SupplyDropDropped": "{0}Supply Drop has dropped{1}",
"SupplyDropLanded_": "{0}Supply Drop has landed{1}",
"SatelliteRequest": "{0} has called in a Satellite{1}",
"SatelliteLaunched": "{0}Satellite inbound{2}",
"SatelliteCrashed": "{0}Satellite crashed{1}",
"OwnerPlayer": "{0}'s ",
"Location": " at {0}",
"Destination": " and headed to {0}",
"DiscordMessage_": "{0}"
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。