Skip to content

ItemESP Expanded

cev-api edited this page Apr 12, 2026 · 1 revision

ItemESP (Expanded)

Highlights dropped, equipped, and framed items with powerful filters and customization.

  • Base highlighting: all dropped items with configurable base color.
  • Special filters: List, Item ID, or Query (multi-term keywords).
  • Special colors & styles: fixed or rainbow, outline-only, lines-only-for-special.
  • Equipped specials: highlight items held or worn by players/mobs (not yourself).
  • Item frames: highlight frames if the contained item matches special criteria.
  • Keyword matching: supports base ID, translation key, and display name (works with renamed/NBT/plugin-modified items).
  • Multi-term queries: comma-separated (e.g., head, axe).
  • Rendering: boxes with fill + outline; tracers use special color (or base color).
  • Robust parsing: lists accept unknown entries as keywords (safe parsing via Identifier.tryParse).
  • Ignore list: using keywords or specific item names you can exclude items from being highlighted entirely.
  • Entity ignore: Can ignore other players, armor stands etc
  • Detects XP Orbs and allows for different coloring or disabling entirely.

Examples:

  • Highlight skulls → Item ID: minecraft:player_head, special color: magenta, outline-only ON.
  • Highlight talismans (non-standard item) → Query: talisman, special color: rainbow, highlight frames ON, lines-only-for-special ON.

Item


Parent: What's changed or improved in this fork?

Navigation

Clone this wiki locally