MUSHclient plugins for the Aardwolf MUD.
They run inside the Aardwolf MUSHclient client package
(they use its bundled movewindow, serialize, and constants.lua). Each
plugin lives in its own folder with a README and a screenshot. To install one:
MUSHclient → File → Plugins → Add… and pick the plugin's .xml. Nothing
depends on the folder a plugin lives in.
- Recall Manager — a miniwindow of clickable
buttons you build yourself. Each button fires a
|-separated list of commands (recalls, portals, held-item transports, shop runs, whatever you repeat), with optional arrival detection and use counters. Ships empty and fully user-configurable; nothing about your character is hardcoded. - Explorer — generates map docs from the Aardwolf mapper's own database: reads the mapper's rooms/exits/terrain/flags/notes and exports a gaardian-style terrain-colored SVG grid map (+ JSON) for any area. Read-only; never moves you or changes the map. Companion library: SeanStoves/aardwolf-maps.
- Info Window — captures
INFO:lines into their own draggable, resizable, scrollable miniwindow (keeping their colors) and gags them from the main output. - Player Tracker — remembers everyone your
whosees: one record per player with clan, ranks, level, title and last-seen, in a searchable miniwindow. Clickable names, a search bar, seen/online/avg stats, and live online/offline for your own clan. - Loot Tracker — a searchable SQLite database of
where things come from: mob loot, room resources, shop stock, campaign goals —
captured automatically as you play, each stamped with the GMCP room. Stands
alone (no mapper or S&D needed);
loot item/mob/shop/...to query.
MIT — see LICENSE.