免费插件

CTF Events 可下载

周大福活动

将“捕获标志”类型事件添加到您的服务器

flag ctf capture 活动事件 entertainment

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

插件介绍

将“捕获标志”类型事件添加到您的服务器

Plugin allows to create server events which goal is to capture the area of the flag. Flags are based on floating items, to capture an area player needs to enter it and stay in for configurable amount of time while keeping other players away from it.

ctfevents.manage - allows to create and destroy events

UI, rewards, and other plugin integrations are currently WIP, feel free to leave a suggestion in the support section.

Plugin API is unstable and subject to change, hence undocumented. Don't rely on available methods right now.

主要用途

主要用于flag、ctf、capture、活动事件等服务端功能。 本插件由 2CHEVSKII 发布,当前目录记录版本为 v1.0.0,uMod 累计下载 10,682 次。

适用场景

  • PVE、活动服或任务玩法服务器
  • 希望改善玩家交互与日常体验的社区服务器

功能分类

flag ctf capture 活动事件 entertainment
查看 uMod 官方英文简介

Adds 'capture the flag' type events to your server

权限节点

ctfevents.manage - allows to create and destroy events

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

指令说明

ctf help - shows information about command usage

ctf info - shows information about events (all, or specific, if supplied with event id or grid cell name)

ctf start - starts new event (at random point, or at player's view if supplied with here argument)

ctf end - stops event (specified by event id / grid cell or all events if supplied with all argument)

配置说明

{ "Capture item shortname": "rifle.ak", "Capture item skin ID": 1167207039, "Total event time": 300.0, "Time needed to capture": 60.0, "Capture radius": 30.0, "Allow capturing with teammates": false, "Capture speed increase per teammate": 0.5, "Enable map markers": true, "Event status update notifications frequency": 15.0, "Event autospawn frequency": 900.0, "Allow autospawn if another event is present": false, "Event count limit": -1 }

官方配置示例


{
  "Capture item shortname": "rifle.ak",
  "Capture item skin ID": 1167207039,
  "Total event time": 300.0,
  "Time needed to capture": 60.0,
  "Capture radius": 30.0,
  "Allow capturing with teammates": false,
  "Capture speed increase per teammate": 0.5,
  "Enable map markers": true,
  "Event status update notifications frequency": 15.0,
  "Event autospawn frequency": 900.0,
  "Allow autospawn if another event is present": false,
  "Event count limit": -1
}

{
  "Chat prefix": "[CTF] ",
  "No permission": "<color=#ff5526>You have no access to this command</color>",
  "Wrong usage": "<color=#f5cd2c>Syntax error. Use <color=#309bd9>/ctf help</color> to get help</color>",
  "Help": "Usage: <color=#309bd9>/ctf</color> [<color=#72c93c>command</color>] <<color=#a2ad9c>arguments</color>>\nCommands:\nno command | <color=#72c93c>info</color> - Shows info about all current events. Can be provided with an id or grid cell name to get info about specific event\n<color=#72c93c>start</color> - Starts event at random position. Additional argument - <color=#a2ad9c>here</color> might be specified to create event on the point you are currently looking at\n<color=#72c93c>end</color> - Stops an event, needs to be provided with either id or grid cell as an argument",
  "Event info": "#<color=#309bd9>{0}</color>: [ <color=#f5cd2c>{1}</color> ], Time left: <color=#a2ad9c>{2}</color>",
  "Event not found": "<color=#ff5526>Event not found</color>",
  "No events running": "<color=#f5cd2c>No events currently in process</color>",
  "Event started": "Capture the flag event started at [ <color=#f5cd2c>{0}</color> ], check your map!",
  "Event started by player/plugin": "Capture the flag event started by <color=#309bd9>{1}</color> at [ <color=#f5cd2c>{0}</color> ], check your map!",
  "Event time expired": "<color=#a2ad9c>Capture the flag event at [ <color=#f5cd2c>{0}</color> ] has ran out of time, no winner chosen</color>",
  "Event finished forcefully": "Capture the flag event at [ <color=#a2ad9c>{0}</color> ] was stopped by <color=#f5cd2c>{1}</color>",
  "Event finished by capturing flag": "Capture the flag event at [ <color=#72c93c>{0}</color> ] was won by {1}",
  "Invalid position for event": "<color=#ff5526>Event cannot be spawned here</color>",
  "Event already exists": "<color=#f5cd2c>Event already exists near that position, try choosing another place</color>",
  "Event limit reached": "<color=#ff5526>Event limit reached, wait for other event to end, or stop it manually</color>",
  "Event tick capture": "You are capturing flag at [ <color=#72c93c>{0}</color> ], stay in the zone for <color=#309bd9>{1}</color> more seconds",
  "Event tick contested": "The objective at [ <color=#f5cd2c>{0}</color> ] is being contested, make other <color=#ff5526>{1}</color> players leave the zone or put a bullet in their heads!",
  "Player entered capture zone": "You've entered event zone [ <color=#72c93c>{0}</color> ]",
  "Player left capture zone": "You've left event zone [ <color=#ff5526>{0}</color> ]"
}

更新日志

最新版本: v1.0.0
最后版本发布: 2021-10-19
最后更新(条目): 2026-08-28

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

安装方法

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

使用前注意

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

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