@@ -59,6 +59,7 @@ All credit for the original client goes to Wurst-Imperium and its contributors.
5959### Waypoints
6060- Create and save waypoints, with optional automatic death waypoints for all players.
6161- Manager UI (` .waypoints ` or apostrophe key).
62+ - Preset icons
6263- Features: name, coords, dimension, icon, visibility, lines, color, copy button, opposite coords, death pruning.
6364- Constant-size labels and optional tracers.
6465- Stored per world/server under ` wurst/waypoints/<worldId>.json ` .
@@ -77,14 +78,14 @@ All credit for the original client goes to Wurst-Imperium and its contributors.
7778Highlights dropped, equipped, and framed items with powerful filters and customization.
7879
7980- Base highlighting: all dropped items with configurable base color.
80- - Special filters: List, Item ID, or Query (keywords).
81+ - Special filters: List, Item ID, or Query (multi-term keywords).
8182- Special colors & styles: fixed or rainbow, outline-only, lines-only-for-special.
8283- Equipped specials: highlight items held or worn by players/mobs (not yourself).
8384- Item frames: highlight frames if the contained item matches special criteria.
84- - Keyword matching: supports base ID, translation key, and display name (works with renamed/NBT/plugin-modified items).
85+ - Keyword matching: supports base ID, translation key, and display name (works with renamed/NBT/plugin-modified items).
86+ - Multi-term queries: comma-separated (e.g., ` head, axe ` ).
8587- Rendering: boxes with fill + outline; tracers use special color (or base color).
8688- Robust parsing: lists accept unknown entries as keywords (safe parsing via ` Identifier.tryParse ` ).
87- - Works across item, block, and entity lists (Search, MobSearch, X-Ray, BaseFinder, HandNoClip, Nuker).
8889
8990Examples:
9091- Highlight skulls → Item ID: ` minecraft:player_head ` , special color: magenta, outline-only ON.
@@ -93,13 +94,16 @@ Examples:
9394### Search improvements
9495- Keyword queries supported; falls back to picker when empty.
9596- List mode with visual item list.
96- - Multi-term queries supported .
97+ - Multi-term queries: comma-separated (e.g., ` ore, ancient ` ) .
9798- Rendering: Boxes, Lines, or Both. Tracers cancel view-bobbing.
9899- Fixed/rainbow line colors.
99100- Safer rescans and better crash handling.
100101
101- ### Xray improvements
102- - Opacity and block type changes apply live without toggling.
102+ ### X-Ray improvements
103+ - Added ESP (Highlight Corners and or Fill Blocks)
104+ - Uses cached positions for speed
105+ - Multi-term queries: comma-separated (e.g., ` diamond, ancient ` ).
106+ - Opacity, block type changes and 'only show exposed' apply live without toggling.
103107
104108### BaseFinder improvements
105109- Updated natural blocks list to latest versions.
0 commit comments