WMS

WynnMarketSearch

A Fabric mod that replaces Wynncraft’s market chat search with a fast, searchable GUI — with favorites, pinned slots, and search history.

Minecraft 1.21.11 · Fabric · client-side · no API keys for users

In-game screenshot of the search GUI

What’s in the box

Instant search GUI

When the market asks for an item name, you get a live, fuzzy search instead of typing into chat.

Favorites & pinned slots

Star the items you trade often. Pin up to 18 to a hotbar-style strip — one click sends them.

History at hand

Last 20 sent queries are right there in the side panel. Click to re-send, never retype.

No API keys for you

Items come from this site's daily-cached endpoint. The Wynncraft key never ships to the client.

Controls

LMB on resultsend to chat
RMB on resultpin to bottom slot
MMB on resultfavorite (★)
LMB on slot/historyre-send
RMB on slot/historyremove
Entersend typed text
ESCcancel

Install

  1. 1

    Install Fabric Loader for Minecraft 1.21.11.

  2. 2

    Drop the WMS jar plus Fabric API, Cloth Config, and (optional) Mod Menu into your mods/ folder.

  3. 3

    Launch, join Wynncraft, open any market prompt — the GUI takes over from there.

Commands

/wmsopen the GUI manually
/wms add <name>add a personal custom item
/wms del <name>remove one
/wms listlist personal customs
/wms reloadforce a fresh fetch from this API

For developers

The slim item database is exposed at /api/items. Each entry has only displayName, tier, and icon— refreshed twice a day. Self-host? Override the apiUrl setting in Mod Menu and point the mod at your own backend.