魔兽科普汇聚WoW玩家们专属综合资讯门户网站!

Sentinel

Sentinel 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、背包、银行、专业制造或物品整理。建议根据自己的版本和插件环境先测试兼容性。

免费下载 举报 收藏插件
插件详情

插件中文资料库

中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。

玩家一句话点评
Sentinel 适合需要聊天与通讯、界面增强或玩法辅助的玩家,建议结合自己的职业和版本先测试再长期使用。
适用场景
  • 背包、银行和物品整理
  • 任务路线、地图标记和野外探索
  • 界面布局、头像框、姓名板和动作条优化

Sentinel 插件下载与使用指南

本页整理了 Sentinel 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。

适合谁用

Sentinel 是一款 开发工具 / 数据导出 / 聊天与通讯 / 其他插件 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。

基本信息

  • 插件作者:Kkthnx
  • 插件分类:开发工具 / 数据导出 / 聊天与通讯 / 其他插件
  • 适配版本:1.15.8,2.5.5,12.0.5,5.5.4,12.0.7
  • 累计下载:13,764

安装方法

  1. 点击上方下载按钮获取 Sentinel插件文件。
  2. 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
  3. 重启游戏或在角色界面点击插件,确认 Sentinel 已启用。
  4. 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。

使用建议

Sentinel 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。

Sentinel 常见问题

这个插件适合哪些玩家?

Sentinel 适合需要 开发工具 / 数据导出 / 聊天与通讯 / 其他插件 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。

下载后怎么安装?

下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。

为什么插件不显示或不生效?

常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。

有没有类似插件可以替代?

可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。

插件 AI 问答

可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。

Sentinel 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、背包、银行、专业制造或物品整理。建议根据自己的版本和插件环境先测试兼容性。

插件用途

Sentinel 主要面向需要聊天与通讯功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。

适用场景

  • 界面框架、头像、动作条或冷却显示优化
  • 背包、银行、专业制造或物品整理

使用建议

安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。

Sentinel

A modern, Secret-Value-safe Lua error watcher for World of Warcraft — it catches, dedupes, persists, and lets you share UI bugs.


Overview

Sentinel is a from-the-ground-up Lua error display built for the modern WoW client. It quietly takes ownership of the game's error handler, captures the full call stack and locals at the fault site, and presents everything in a clean, dark, readable window — then lets you copy, export, or send a bug straight to a friend for help.

It's designed for the Midnight era from day one: every value that touches the UI is checked against the new Secret Value system, so Sentinel degrades gracefully instead of throwing errors of its own.

  • Catches everything that matters — Lua errors with stack + locals, plus blocked/forbidden action taint and Lua warnings.
  • Never spams your frame rate — a token-bucket throttle pauses capture during an error storm so addon CPU never competes with rendering.
  • Remembers across sessions — errors persist in SavedVariables, grouped by play session, with a hard cap so the file never balloons.
  • Share bugs peer-to-peer — send a caught error to another Sentinel user and triage it together.
  • Native & modern — Blizzard Settings panel, Addon Compartment entry, modern scrollbars, and an ornate Maw/runecarving frame skin over a flat dark theme.

Installation

Via an addon manager (recommended)

Manual

  1. Download the latest release from the Releases page.
  2. Extract the !Sentinel folder into World of Warcraft\_retail_\Interface\AddOns.
  3. Restart the game (or /reload if already in-game).

The leading ! keeps Sentinel near the top of the load order so it can hook the error handler as early as possible.


Getting Started

Command Description
/sentinel or /sen Toggle the Sentinel window
/sen config Open the settings panel
/sen clear Wipe all stored errors
/sen test Fire a genuine test error (real stack + locals) to verify capture

Minimap button

Action Result
Left-click Open the error window
Right-click Open settings
Shift-click Reload the UI
Alt-click Wipe all stored errors
Drag Reposition around the minimap ring

Sentinel also registers an Addon Compartment entry, so it's reachable even with the minimap button hidden.


Features

Error Capture

  • Full stack + locals — captures the call stack and local variables at the real fault site, the same way Blizzard's own handler does.
  • Sole-owner handler — installs its error handler last and prevents it from being silently replaced, and disables legacy grabbers (!BugGrabber, !Swatter, !BaudErrorFrame) so capture is never swallowed.
  • Taint & warnings — also records ADDON_ACTION_BLOCKED / ADDON_ACTION_FORBIDDEN, the macro equivalents, and LUA_WARNING, while suppressing the default blue blocked-action popups.
  • Dedupe + counts — repeated errors are collapsed into one entry with an occurrence counter and re-stamped time.
  • Flood protection — a token-bucket throttle pauses capture if errors arrive faster than a safe rate, protecting your FPS.

The Window

  • Tabbed viewsAll bugs, This session, Previous session, Received, plus live Search.
  • Smart default — opens to This session, or falls back to All bugs when the session is clean but older bugs exist, so you never land on an empty list.
  • Syntax-highlighted detail — colourised stack traces and locals in a readable, scrollable pane.
  • Hover tooltips — every row shows occurrences, last-seen date/time, session, and (for shared bugs) who sent it.
  • Copy & Export — copy a single error or export the whole list as clean plaintext, ready to paste into a ticket or Discord.

Sharing

  • Send to a player — share the selected error with another Sentinel user via a chunked, throttled addon channel (AceComm-3.0 + AceSerializer-3.0).
  • Received tab — incoming bugs are tagged with the sender's name and marked with a * in the list.
  • Secret-safe transport — Secret values are stripped before sending, and sharing is disabled inside instances (where Midnight blocks addon messages) with a nudge to use Export instead.

Settings

A clean options page built on Blizzard's own Settings API:

  • Toggle the minimap button
  • Throttled sound on new errors
  • Chat announcement on new errors
  • Auto-open the window on a new error (never during combat)
  • One-click wipe of all stored errors

Performance & Safety

  • Event-driven throughout — no idle OnUpdate; the minimap button only polls while being dragged.
  • Combat-aware — never opens the window or fights the secure environment during combat lockdown.
  • Memory-conscious — pooled list rows, reused tables, and a capped error store.
  • Persistence done rightLoadSavedVariablesFirst, default-merging, and schema versioning for safe upgrades.

Configuration

Open the panel with /sen config (or through the Blizzard AddOns settings). All toggles apply live. Settings are bound directly to your SavedVariables, so they persist per account.


Contributing

Contributions, bug reports and ideas are welcome! Open an issue or a pull request. When filing a bug, including your client version and a /reload-able repro helps a ton.


Credits

Sentinel is a ground-up rewrite, but it stands on the shoulders of the addons that defined Lua error handling in WoW — studied with respect and reimagined for the modern client:

  • Rabbit & contributors (!BugGrabber) — the proven error-handler ownership and stack/locals capture approach.
  • Funkydude & contributors (BugSack) — inspiration for friendly error display and peer sharing.
  • Baudtack (!BaudErrorFrame) — the original lightweight error-frame concept this project grew out of.
  • The Ace3 team — AceComm-3.0, AceSerializer-3.0, CallbackHandler-1.0 and LibStub, embedded for sharing.

Sentinel reuses none of their code verbatim — it's a new implementation with its own architecture, UI, persistence, sharing, and Midnight Secret-Value compatibility layer.


Support

Appreciate the work that goes into Sentinel? Consider showing your support:


License

Released under the MIT License. See LICENSE for details.

Developed and maintained by Josh "Kkthnx" Russell. Built to keep your UI honest.

CurseForge: https://www.curseforge.com/wow/addons/sentinel

用户评价

暂无 / 5,0 条评价
免费插件下载后可以评价;付费插件 / WA 购买后可以评价;委托订单完成后可以评价。
暂无评价。

相关推荐

继续看看这些内容

全站搜索