TiltShield updated by GladPush

Anti-tilt addon for rated PvP — GladPush TiltShield hides your rating, filters toxic chat, and replaces whispers with encouragement

File Details

TiltShield-v2.0.zip

  • R
  • Apr 15, 2026
  • 104.79 KB
  • 66
  • 12.0.5+1
  • Retail

File Name

TiltShield-v2.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1

  <h2>New Features</h2>
  <ul>
    <li><strong>Visual config panel</strong> — Configure filters and whisper replacements through a proper in-game UI.
  Open with <code>/gp config</code> or via <strong>Interface → AddOns → GladPush TiltShield</strong>.
      <ul>
        <li>Scrollable list of filter patterns with inline Remove buttons</li>
        <li>Scrollable list of encouragement replacements with inline Remove buttons</li>
        <li>Add field with Enter-to-submit for each section</li>
        <li>Reset buttons to restore defaults per section</li>
      </ul>
    </li>
    <li><strong>Customizable encouragements</strong> — Arena whisper replacements are now editable and persist to
  <code>GladPushDB.encouragements</code>. Previously hardcoded.</li>
    <li><strong>New slash command</strong> — <code>/gp config</code> (aliases: <code>/gp options</code>, <code>/gp
  ui</code>) opens the new panel.</li>
  </ul>

  <h2>Fixes</h2>
  <ul>
    <li>Fixed <code>OpenSettingsPanel</code> error when opening config via slash command (bad category ID type).</li>
  </ul>

  <h2>Technical</h2>
  <ul>
    <li>New file: <code>options.lua</code> (registered via <code>Settings.RegisterCanvasLayoutCategory</code> with
  legacy <code>InterfaceOptions_AddCategory</code> fallback).</li>
    <li><code>GladPushDB</code> schema extended: <code>encouragements</code> table added alongside
  <code>filterPatterns</code>. Existing saved variables are preserved and upgraded in place.</li>
  </ul>