免费插件

Automated Events

自动化事件

运行各种事件(在使用夜间跳过插件时很有用)

活动事件cargoshipplanebradleyeaster

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

插件介绍

运行各种事件(在使用夜间跳过插件时很有用)

This is a plugin that allows you to run various events on timers to counteract them not being run when using a skip night plugin.

The plugin only spawns event entities, not controls them, so any issues unrelated to spawn are irrelevant to the plugin

Supports AlphaChristmas, FancyDrop, PlaneCrash, RustTanic, HeliRefuel, PilotEject.

Event type can be:

主要用途

主要用于活动事件、cargoship、plane、bradley等服务端功能。 本插件由 发布,当前目录记录版本为 v1.0.12,uMod 累计下载 108,602 次。

适用场景

  • PVE、活动服或任务玩法服务器

功能分类

活动事件cargoshipplanebradleyeaster
查看 uMod 官方英文简介

Runs various events (useful when using a night skip plugin)

权限节点

automatedevents.allowed - Allows the player to use the runevent command

automatedevents.next - Allows the player to use the nextevent command

授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke

指令说明

runevent <event type>

Run an event

killevent <event type>

Kill an event

nextevent <event type>

Shows when the event will next run

nextevent * -- Shows when all events will next run

Event type can be:

brad or bradley

heli or helicopter or copter

plane or cargoplane

ship or cargo or cargoship

ch47 or chinook

xmas or chris or christmas or yule

santa or nick or wodan

easter or egghunt or bunny

halloween or candy or halloweenhunt or spooky or samhain

e.g. runevent plane - That will summon a plane event.

Please note some events are seasonal. Running Egg Hunt after Halloween has happened will not result in an Egg Hunt due to FacePunch reusing code (very disappointing). Some Events like Santa's Sleigh are only available when Christmas is running. This mean to support events where possible, but it is not always possible.

Because the Easter event and Halloween event will conflict, so there can only be one event at a time

相关依赖

  • Fancy Drop
  • GUI Announcements
  • Discord Logger
  • Real Time

配置说明

"Restart Timer On Entity Kill": Reset event timer when event entity is killed. This is to mainly address people concerned about entities spawning too quickly after death.

Event Weight: The greater the relative weight, the more likely this event is to occur.e.g. Normal is 60, FancyDrop is 30, PlaneCrash is 10. Then the Normal has a 60% probability of occurring.

"Event Weights": [ { "Weight": 60, "Name": null, // If it is null, it means the weight of normal event "Argument Type (Command or CallHook)": null, "Arguments": null }, { "Weight": 20, "Name": "PlaneCrash", "Argument Type (Command or CallHook)": "Command", // If the argument type is command, the argmuent will be run "Arguments": [ "callcrash" // console command ] }, { "Weight": 20, "Name": "FancyDrop", "Argument Type (Command or CallHook)": "CallHook", // If the argument type is CallHook, a function of the plugin will be called "Arguments": [ "FancyDrop", // plugin name "createCargoPlane" // function name ] } ]

{ "Settings": { "Announce On Plugin Loaded": false,//Will announce the next time events will occur on plugin loaded. "Use GUIAnnouncements Plugin": false }, "Chat Settings": { "Next Event Command": "nextevent", "Run Event Command": "runevent", "Kill Event Command": "killevent", "Chat Prefix": "[AutomatedEvents]: ", "Chat Prefix Color": "#00FFFF", "Chat SteamID Icon": 0 }, "Event Settings": { "Bradley Event": { "Enabled": false, "Display Name": "Bradley", "Disable Vanilla Event": false,//This option is valid whether or not the event is enabled "Minimum Time Between (Minutes)": 30.0,//Is the minimum range used to generate the next random time. "Maximum Time Between (Minutes)": 45.0,//Is the maximum range used to generate the next random time. "Minimum Online Players Required (0 = Disabled)": 0,//If the online players is less than this, the event will not run "Maximum Online Players Required (0 = Disabled)": 0,//If the online players is more than this, the event will not run "Announce Next Run Time": false, //if true will let players know when the next event will occur. "Restart Timer On Entity Kill": true//Reset timer when event entity is killed "Kill Existing Event On Plugin Loaded": false, "Maximum Number On Server": 1,//Maximum number of events on the server "Exclude Player's Entity": true,//Exclude player entities when checking or deleting events "Event Weights": [] }, "Cargo Plane Event": { "Enabled": false, "Display Name": "Cargo Plane", "Disable Vanilla Event": false, "Event Start Offset (Minutes)": 0.0, "Minimum Time Between (Minutes)": 30.0, "Maximum Time Between (Minutes)": 45.0, "Minimum Online Players Required (0 = Disabled)": 0, "Maximum Online Players Required (0 = Disabled)": 0, "Announce Next Run Time": false, "Restart Timer On Entity Kill": true, "Kill Existing Event On Plugin Loaded": false, "Maximum Number On Server": 1, "Exclude Player's Entity": true, "Event Weights": [ { "Weight": 60, "Name": null, "Argument Type (Command or CallHook)": null, "Arguments": null }, { "Weight": 20, "Name": "FancyDrop", "Argument Type (Command or CallHook)": "Command", "Arguments": [ "ad.random" ] }, { "Weight": 20, "Name": "PlaneCrash", "Argument Type (Command or CallHook)": "Command", "Arguments": [ "callcrash" ] } ] }, "Cargo Ship Event": { "Enabled": false, "Display Name": "Cargo Ship", "Disable Vanilla Event": false, "Event Start Offset (Minutes)": 0.0, "Minimum Time Between (Minutes)": 30.0, "Maximum Time Between (Minutes)": 45.0, "Minimum Online Players Required (0 = Disabled)": 0, "Maximum Online Players Required (0 = Disabled)": 0, "Announce Next Run Time": false, "Restart Timer On Entity Kill": true, "Kill Existing Event On Plugin Loaded": false, "Maximum Number On Server": 1, "Exclude Player's Entity": true, "Event Weights": [ { "Weight": 80, "Name": null, "Argument Type (Command or CallHook)": null, "Arguments": null }, { "Weight": 20, "Name": "RustTanic", "Argument Type (Command or CallHook)": "Command", "Arguments": [ "calltitanic" ] } ] }, "Chinook (CH47) Event": { "Enabled": false, "Display Name": "Chinook", "Disable Vanilla Event": false, "Event Start Offset (Minutes)": 0.0, "Minimum Time Between (Minutes)": 30.0, "Maximum Time Between (Minutes)": 45.0, "Minimum Online Players Required (0 = Disabled)": 0, "Maximum Online Players Required (0 = Disabled)": 0, "Announce Next Run Time": false, "Restart Timer On Entity Kill": true, "Kill Existing Event On Plugin Loaded": false, "Maximum Number On Server": 1, "Exclude Player's Entity": true, "Event Weights": [] }, "Helicopter Event": { "Enabled": false, "Display Name": "Helicopter", "Disable Vanilla Event": false, "Event Start Offset (Minutes)": 0.0, "Minimum Time Between (Minutes)": 45.0, "Maximum Time Between (Minutes)": 60.0, "Minimum Online Players Required (0 = Disabled)": 0, "Maximum Online Players Required (0 = Disabled)": 0, "Announce Next Run Time": false, "Restart Timer On Entity Kill": true, "Kill Existing Event On Plugin Loaded": false, "Maximum Number On Server": 1, "Exclude Player's Entity": true, "Event Weights": [ { "Weight": 60, "Name": null, "Argument Type (Command or CallHook)": null, "Arguments": null }, { "Weight": 20, "Name": "HeliRefuel", "Argument Type (Command or CallHook)": "Command", "Arguments": [ "pe call" ] }, { "Weight": 20, "Name": "PilotEject", "Argument Type (Command or CallHook)": "Command", "Arguments": [ "hr call" ] } ] }, "Santa Sleigh Event": { "Enabled": false, "Display Name": "Santa Sleigh", "Disable Vanilla Event": false, "Event Start Offset (Minutes)": 0.0, "Minimum Time Between (Minutes)": 30.0, "Maximum Time Between (Minutes)": 60.0, "Minimum Online Players Required (0 = Disabled)": 0, "Maximum Online Players Required (0 = Disabled)": 0, "Announce Next Run Time": false, "Restart Timer On Entity Kill": true, "Kill Existing Event On Plugin Loaded": false, "Maximum Number On Server": 1, "Exclude Player's Entity": true, "Event Weights": [] }, "Christmas Event": { "Enabled": false, "Display Name": "Christmas", "Disable Vanilla Event": false, "Event Start Offset (Minutes)": 0.0, "Minimum Time Between (Minutes)": 60.0, "Maximum Time Between (Minutes)": 120.0, "Minimum Online Players Required (0 = Disabled)": 0, "Maximum Online Players Required (0 = Disabled)": 0, "Announce Next Run Time": false, "Restart Timer On Entity Kill": true, "Kill Existing Event On Plugin Loaded": false, "Maximum Number On Server": 1, "Exclude Player's Entity": true, "Event Weights": [ { "Weight": 80, "Name": null, "Argument Type (Command or CallHook)": null, "Arguments": null }, { "Weight": 20, "Name": "AlphaChristmas", "Argument Type (Command or CallHook)": "Command", "Arguments": [ "alphachristmas.refill" ] } ] }, "Easter Event": { "Enabled": false, "Display Name": "Easter", "Disable Vanilla Event": false, "Event Start Offset (Minutes)": 0.0, "Minimum Time Between (Minutes)": 30.0, "Maximum Time Between (Minutes)": 60.0, "Minimum Online Players Required (0 = Disabled)": 0, "Maximum Online Players Required (0 = Disabled)": 0, "Announce Next Run Time": false, "Restart Timer On Entity Kill": true, "Kill Existing Event On Plugin Loaded": false }, "Halloween Event": { "Enabled": false, "Display Name": "Halloween", "Disable Vanilla Event": false, "Event Start Offset (Minutes)": 0.0, "Minimum Time Between (Minutes)": 30.0, "Maximum Time Between (Minutes)": 60.0, "Minimum Online Players Required (0 = Disabled)": 0, "Maximum Online Players Required (0 = Disabled)": 0, "Announce Next Run Time": false, "Restart Timer On Entity Kill": true, "Kill Existing Event On Plugin Loaded": false } } }

官方配置示例

Bradley,
            CargoPlane,
            CargoShip,
            Chinook,
            Helicopter,
            SantaSleigh,
            Christmas,
            Easter,
            Halloween
"Event Weights": [
{
  "Weight": 60,
  "Name": null, // If it is null, it means the weight of normal event
  "Argument Type (Command or CallHook)": null,
  "Arguments": null
},
{
  "Weight": 20,
  "Name": "PlaneCrash",
  "Argument Type (Command or CallHook)": "Command", // If the argument type is command, the argmuent will be run
  "Arguments": [
	"callcrash" // console command
  ]
},
{
  "Weight": 20,
  "Name": "FancyDrop",
  "Argument Type (Command or CallHook)": "CallHook", // If the argument type is CallHook, a function of the plugin will be called
  "Arguments": [ 
	"FancyDrop", // plugin name
	"createCargoPlane" // function name
  ]
}
]

更新日志

最新版本: v1.0.12
最后版本发布:
最后更新(条目): 2026-07-18

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

安装方法

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

使用前注意

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

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