免费插件

Raid Tracker

突袭追踪器

通过详细的屏幕视觉效果跟踪爆炸物、武器和弹药的袭击

raidlog服务器管理unmaintained

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

插件介绍

通过详细的屏幕视觉效果跟踪爆炸物、武器和弹药的袭击

Raid Tracker tracks raids by explosions, weapons, ammo and fire in the event that an admin needs to investigate a raid for suspicious activity. Detailed reports include an on-screen drawing of arrows from where the attacker was standing to the entity that was damaged or destroyed with the attacker's name, team and weapon.

Basic filtering is available to limit the number of events shown on-screen when there is a large amount of raid events near by. Each raid event is color coded by player, team or weapon depending on the type of filter used.

Raid Tracker v2 has been completely redesigned from scratch and is not compatible with any configuration or data files from Raid Tracker v1.

Before installing Raid Tracker v2 backup or delete all Raid Tracker v1 files and folders from /oxide/config, /oxide/data, /oxide/lang and /oxide/plugins.

主要用途

主要用于raid、log、服务器管理、unmaintained等服务端功能。 本插件由 发布,当前目录记录版本为 v2.1.3,uMod 累计下载 25,105 次。

适用场景

  • 需要管理、审计或维护能力的服务器
  • PVP、战斗或攻防玩法服务器

功能分类

raidlog服务器管理unmaintained
查看 uMod 官方英文简介

Track raids by explosives, weapons, and ammo with detailed on-screen visuals

权限节点

All commands require auth level 1 permission

raidtracker.wipe

Allow admins to wipe raid events

raidtracker.px

Allow players to view raid events

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

指令说明

All commands require auth level 1 permission

/x help

raid tracker command help

/x <radius>

show all raid events within <radius> (default 50m)

/x extra

toggle extra info mode

/x wipe <radius>

wipe all raid events within <radius> ( perm: raidtracker.wipe )

/x last

Re-run last command

/x <filterType> <filter> <radius>

basic filtering, args depend on type of filter used/x time <hrs> <radius> -- show all raid events near by over the past <hrs> within <radius>/x weapon <partial weapon shortname or item name> <radius> -- show all raid events within <radius> filtered by weapon/x entity <partial entity shortname> <radius> -- show all raid events within <radius> filtered by entity/x team <team id> <radius> -- show all raid events within <radius> filtered by team/x player <steam id or partial name> <radius> -- show all raid events within <radius> filtered by player

/re <event id>

print info about a raid event, each event has an ID

/x time <hrs> <radius>

show all raid events near by over the past <hrs> within <radius>

/x weapon <partial weapon shortname or item name> <radius>

show all raid events within <radius> filtered by weapon

/x entity <partial entity shortname> <radius>

show all raid events within <radius> filtered by entity

/x team <team id> <radius>

show all raid events within <radius> filtered by team

/x player <steam id or partial name> <radius>

show all raid events within <radius> filtered by player

相关依赖

  • Clans

配置说明

debug

debug mode

chatIconID

steamid to use for chat icon

deleteDataOnWipe

delete all raid event logs on wipe

daysBeforeDelete

number of days to save a raid event before it is deleted

searchRadius

default raid event search radius

drawDuration

duration to display on-screen visuals in seconds

ignoreBuildingGrades

ignore raids based on building grade (TopTier = HQM)

ignoreSameOwner

ignore raids by the same owner

ignoreTeamMember

ignore raids of team members

ignoreClanMemberOrAlly

ignore raids of team members or allies

enableNewTrackers

automatically enable new weapon config entries added to the tracker config list

printToClientConsole

print chat messages to client F1 console

playerViewExplosionsCommand

player view explosion command config optionsdrawAttackerName -- draw attackers nameignoreRaidEventsLessThanMinutes -- ignore recent raid events to prevent abuse (players can abuse /px command to see where attacking player is during raid)

notificationCooldown

cooldown for all notification types if same attacking playerenabled -- enable global notification cooldowncooldown -- notification cooldown per attacking player in seconds

discord

discord webhook config, trackers must have notifyDiscord enabledwebhookURL -- discord webhook urlsimpleMessage - discord simple message optionsembed -- discord embed message options

trackers

list of tracker weapon configs

eventTypes

list of event type translations (used with discord and server console messages)

drawAttackerName

draw attackers name

ignoreRaidEventsLessThanMinutes

ignore recent raid events to prevent abuse (players can abuse /px command to see where attacking player is during raid)

enabled

enable global notification cooldown

cooldown

notification cooldown per attacking player in seconds

webhookURL

discord webhook url

simpleMessage - discord simple message options

embed

discord embed message options

{ "debug": false, "chatIconID": 76561199278762587, "deleteDataOnWipe": true, "daysBeforeDelete": 7.0, "searchRadius": 50.0, "drawDuration": 30.0, "ignoreBuildingGrades": { "Twigs": true, "Wood": false, "Stone": false, "Metal": false, "TopTier": false }, "ignoreSameOwner": true, "ignoreTeamMember": true, "ignoreClanMemberOrAlly": true, "enableNewTrackers": true, "printToClientConsole": true, "playerViewExplosionsCommand": { "drawAttackerName": false, "ignoreRaidEventsLessThanMinutes": 30.0 }, "notificationCooldown": { "enabled": false, "cooldown": 300.0 }, "discord": { "webhookURL": "https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks", "simpleMessage": { "enabled": false, "message": "{attackerName}[{attackerSteamID}] is raiding {victimName}[{victimSteamID}] ~ {weaponName} -> {raidEventType} {entityItemName} ({entityShortname}) @ {gridPos} (teleportpos {teleportPos})" }, "embed": { "title": "{attackerName} is raiding {victimName} @ {gridPos}", "thumbnail": { "newUrl": "https://cdn.rusthelp.com/images/public/128/{weaponItemShortname}.png" }, "fields": [ { "name": "Weapon", "value": "{weaponName} ({raidTrackerCategory} / {weaponShortname})", "inline": false }, { "name": "Entity", "value": "{raidEventType} {entityItemName} ({entityShortname})", "inline": false }, { "name": "Attacker", "value": "{attackerName} \n[Steam Profile](https://steamcommunity.com/profiles/{attackerSteamID}) ({attackerSteamID})\n[SteamID.uk](https://steamid.uk/profile/{attackerSteamID})\n\n**Attacker Team**\n{attackerTeamName}", "inline": true }, { "name": "Victim", "value": "{victimName} \n[Steam Profile](https://steamcommunity.com/profiles/{victimSteamID}) ({victimSteamID})\n[SteamID.uk](https://steamid.uk/profile/{victimSteamID})\n\n**Victim Team**\n{victimTeamName}", "inline": true }, { "name": "Location", "value": "{gridPos} - teleportpos {teleportPos}", "inline": false } ], "footer": { "text": "Raid Tracker {0} by Clearshot", "icon_url": "https://i.imgur.com/DluJ5X5.png" } } }, "trackers": { "_global": { "*": { "enabled": false, "name": "Enable all trackers in every category", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false } }, "entity_collision": { "*": { "enabled": false, "name": "Enable all 'entity_collision' trackers", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false }, "rocket_basic": { "enabled": true, "name": "Rocket", "hexColor": "#8800FF", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false } }, "entity_death_ammo": { "*": { "enabled": false, "name": "Enable all 'entity_death_ammo' trackers", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false }, "ammo.rifle.explosive": { "enabled": true, "name": "Explosive 5.56 Rifle Ammo", "hexColor": "#808080", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false } }, "entity_death_fire": { "*": { "enabled": false, "name": "Enable all 'entity_death_fire' trackers", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false }, "fireball_small_arrow": { "enabled": true, "name": "Small Arrow Fireball", "hexColor": "#FF8C24", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false } }, "entity_death_weapon": { "*": { "enabled": false, "name": "Enable all 'entity_death_weapon' trackers", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false }, "rifle.ak": { "enabled": true, "name": "Assault Rifle", "hexColor": "#C5D52D", "notifyConsole": false, "notifyAdmin": false, "notifyDiscord": false, "logToFile": false } } }, "eventTypes": { "EVENT.ATTACHED": "attached to", "EVENT.BURNT": "burnt", "EVENT.DESTROYED": "destroyed", "EVENT.HIT": "hit", "EVENT.NO_HIT": "no hit" } }

官方配置示例

Clearshot[7656119] is raiding Clearshot[7656119] ~ C4 -> attached to Sheet Metal Door (door.hinged.metal) @ M23 (teleportpos -286.3,10.4,-1373.9)
{
  "attackerName": "Attacker Name",
  "attackerSteamID": 7656119123,
  "attackerTeamID": 0,
  "victimSteamID": 7656119456,
  "weapon": "explosive.satchel.deployed[entity_collision]",
  "hitEntity": "EVENT.ATTACHED door.hinged.metal",
  "startPos": "(-336.8, 61.2, 245.9)",
  "endPos": "(-335.5, 61.8, 240.7)",
  "timestamp": "2022-08-04T22:53:26.05157Z"
}

更新日志

最新版本: v2.1.3
最后版本发布:
最后更新(条目): 2026-07-19

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

安装方法

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

使用前注意

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

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