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

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 result | send to chat |
| RMB on result | pin to bottom slot |
| MMB on result | favorite (★) |
| LMB on slot/history | re-send |
| RMB on slot/history | remove |
| Enter | send typed text |
| ESC | cancel |
Install
- 1
Install Fabric Loader for Minecraft 1.21.11.
- 2
Drop the WMS jar plus Fabric API, Cloth Config, and (optional) Mod Menu into your mods/ folder.
- 3
Launch, join Wynncraft, open any market prompt — the GUI takes over from there.
Commands
| /wms | open the GUI manually |
| /wms add <name> | add a personal custom item |
| /wms del <name> | remove one |
| /wms list | list personal customs |
| /wms reload | force 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.