Skip to content

Instantly share code, notes, and snippets.

@vadi2
Created February 28, 2025 12:52
Show Gist options
  • Save vadi2/0d5338fa2beef65659eae02d134c66ce to your computer and use it in GitHub Desktop.
Save vadi2/0d5338fa2beef65659eae02d134c66ce to your computer and use it in GitHub Desktop.
Mudlet Deep Research
Mudlet is an advanced, open-source MUD (Multi-User Dungeon) client designed for real-time, text-based multiplayer games. I will conduct a detailed research on Mudlet, covering its features, installation process, scripting capabilities, compatibility, community support, and any other relevant details. I will let you know once the research is ready.
# Mudlet: Advanced MUD Client Guide
## Overview
**Mudlet** is a cross-platform, open-source client for MUDs (Multi-User Dungeons) – text-based multiplayer games. It is designed to enhance the gameplay experience by providing an intuitive user interface, a powerful scripting system, and extremely fast text processing ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=Mudlet%20is%20a%20quality%20MUD,mudding%20to%20a%20new%20level)). Mudlet runs on Windows, macOS, and Linux (even on Chromebooks or Raspberry Pi) and aims to be easy to use for both newcomers and power users ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=Mudlet%20runs%20on%20Windows%2C%20macOS%2C,share%20your%20profiles%20via%20Dropbox)) ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=We%E2%80%99re%20big%20on%20usability%2C%20and,out%20how%20to%20do%20something)). Its primary purpose is to connect players to MUD servers and give them tools to customize and automate gameplay beyond a basic telnet connection.
## Features
Mudlet offers a rich set of features that set it apart from simpler clients:
- **Customizable UI**: The interface is fully modifiable – users can rearrange windows, add gauges, maps, chat tabs, and style the client with themes ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=,on%20any%20of%20the%20above)). You can run multiple game sessions simultaneously in tabs or windows ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=,IRC%20Client%20%26%20Lua%20API)) and design your own GUI layout.
- **Powerful Scripting**: Mudlet includes a built-in Lua scripting engine. Players can create **triggers** (pattern-match text to invoke actions), **aliases** (shortcuts for commands), **key bindings**, and **timers** using Lua code ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=,Completely%20themable)). A full-featured script editor is provided for writing and debugging scripts ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=,Completely%20themable)). The Lua API is extensive and shared across all scripting components (triggers, aliases, etc.), enabling complex automation ([About – Mudlet](https://www.mudlet.org/about/#:~:text=Mudlet%20features%20a%20scripting%20framework,buttons%20and%20other%20Mudlet%20components)).
- **Speed and Performance**: The client is optimized to handle large volumes of text (combat spam, big events) with minimal lag ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=It%E2%80%99s%20a%20modern%20breed%20of,a%20very%20likable%20game%20client)). Even in massive battles or events, Mudlet’s custom text display and efficient engine keep up smoothly ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=Fast%20%26%20Lightweight)).
- **Mapping System**: A built-in **2D/3D mapper** allows players to visualize the game world and auto-navigate (pathfinding) between rooms ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=,on%20Windows%2C%20macOS%20and%20Linux)). Mudlet supports capturing room exits to build maps and provides features like speed-walking and location tracking.
- **Protocol Support**: Mudlet natively supports modern MUD protocols such as **GMCP** (Generic Mud Communication Protocol), **MSDP** (Mud Server Data Protocol), **MSP** (Mud Sound Protocol), **MXP** (Mud eXtension Protocol), and others ([Manual:Supported Protocols - Mudlet](https://wiki.mudlet.org/w/Manual:Supported_Protocols#:~:text=Mudlet%20negotiates%20and%20supports%20the,following%20telnet%20based%20protocols)). This means it can handle out-of-band data for things like character stats, map coordinates, sound triggers, etc. It also supports secure Telnet (SSL/TLS) connections for MUDs that offer encryption ([Manual:Supported Protocols - Mudlet](https://wiki.mudlet.org/w/Manual:Supported_Protocols#:~:text=%2A%20%20NEW,52%20Transport%20Layer%20Security)).
- **Additional Features**: Other notable features include an in-game **IRC client** (for chat networks), support for Discord Rich Presence integration ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=match%20at%20L135%20,Accessible%20for%20visually%20impaired%20players)), and accessibility options for visually-impaired players (Mudlet works with screen readers) ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=%2A%20Supports%20Discord%20Rich,Accessible%20for%20visually%20impaired%20players)). Mudlet is completely free to use and extend, and being open-source, its development is community-driven ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=,on%20any%20of%20the%20above)).
([Mudlet UI — Imperian's Forums](https://forums.imperian.com/discussion/868/mudlet-ui)) *Mudlet’s GUI can be extensively customized by players via scripting. The screenshot above shows a custom interface with multiple panels (for chat channels, character stats, “Defences” status icons, etc.) in the Imperian MUD. Using Mudlet’s Lua-based GUI APIs (such as the Geyser framework), players create maps, health bars, and other visual elements to augment the text game content. This flexibility allows each player to tailor the client’s layout to their preferences and the game's needs.*
([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/)) *Mudlet includes a powerful mapping system to visualize rooms and exits in the game world ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=,Discord%20integration)). In the example above, a portion of a MUD’s map is shown over a custom background image (illustrating that you can skin the mapper to fit themes). Mudlet’s mapper supports standard two-dimensional layouts as well as a three-dimensional view, and it can automatically track your movements to build maps. Players can use the mapper’s autowalk (pathfinding) to find routes, and share or import map files for their game. Many games provide Mudlet mapping scripts so that the client can capture room data and generate an interactive map for easy navigation.*
## Installation
Installing Mudlet is straightforward on all major operating systems. The latest release can be downloaded for free from the official website for Windows, Linux, and macOS ([Download – Mudlet](https://www.mudlet.org/download/#:~:text=Download%20Mudlet%20Download%20for%20Windows,OS%20%E2%80%93%20Source%20Code%20%E2%80%93)). Below are platform-specific installation notes:
- **Windows**: Download the Mudlet installer (`.exe`) from the [official site](https://www.mudlet.org/download) and run it. A setup wizard will guide you through installation. Once installed, launch Mudlet and you can immediately choose a MUD to connect to or add a new game profile.
- **macOS**: Download the macOS `.dmg` package from the official site and open it. Drag the Mudlet application into your Applications folder. On first launch, you may need to authorize the app (since it’s downloaded from the internet). After that, Mudlet will open and show the connection window.
- **Linux**: Mudlet provides AppImage and other packages for Linux on the official site. You can download the `.AppImage` file, make it executable, and run it (which works across most distributions). Alternatively, Mudlet may be available via your distro’s package manager or via Snap. For example, on Ubuntu you can install via **snap** (`sudo snap install mudlet`) or use community packages. Once installed, simply run the `mudlet` program to start the client.
After installation, the first screen Mudlet presents is a connection dialog. Mudlet comes with a list of popular MUDs pre-configured, so you can select one and click **Connect** to jump in ([Manual:Mudlet User Interface - Mudlet](https://wiki.mudlet.org/w/Manual:Mudlet_User_Interface#:~:text=Connection%20Window)). You can also set up a new connection by entering the server address (hostname) and port of any MUD you want to play. If the MUD supports SSL/TLS, check the "Secure" option before connecting for an encrypted connection ([Manual:Mudlet User Interface - Mudlet](https://wiki.mudlet.org/w/Manual:Mudlet_User_Interface#:~:text=To%20connect%20to%20a%20game,in%20the%20profile%20connection%20settings)).
## Scripting & Automation
One of Mudlet’s core strengths is its scripting and automation capabilities, all powered by Lua. **Lua** is a lightweight, fast scripting language, and Mudlet embeds a Lua interpreter for users to extend the client ([About – Mudlet](https://www.mudlet.org/about/#:~:text=Mudlet%20features%20a%20scripting%20framework,buttons%20and%20other%20Mudlet%20components)). In Mudlet, you can write scripts to react to game events or to streamline your commands, enabling semi-automation or quality-of-life improvements to gameplay.
Key components of Mudlet automation include:
- **Triggers**: Triggers monitor incoming text from the game and execute actions when patterns are matched. You can create simple substring triggers or complex regular expression triggers. For example, you might set a trigger that detects the phrase “Your health is critically low!” and have it automatically send a healing command. Triggers can execute Lua code, enabling sophisticated logic (e.g., checking variables, sending multiple commands). Mudlet’s trigger engine is very powerful and efficient ([About – Mudlet](https://www.mudlet.org/about/#download#:~:text=,Completely%20themable)), allowing many triggers to run without slowing down the client.
- **Aliases**: An alias is like a shortcut or custom command. Users can define an alias (e.g., typing `.h` in the input) that expands to a longer command or runs a script (e.g., `.h` might send `health` or run a Lua function to display a status). This saves typing and can bundle complex actions into a single short command.
- **Timers**: You can schedule actions to occur after a delay or to repeat on an interval. For instance, a timer could automatically save your character’s data every 5 minutes, or remind you of an in-game event.
- **Key Bindings**: Mudlet lets you bind keyboard keys to actions or scripts. For example, you might bind F1 to cast a spell or Ctrl+H to drink a health potion.
- **Script Files**: In addition to individual triggers/aliases, you can write longer Lua scripts in Mudlet’s script editor. These can define functions, handle complex automation, or implement mini-features (like a custom status HUD). All scripts and user-defined variables live within your Mudlet profile and can be saved/exported.
Because Mudlet’s Lua API is unified across these components, they can work together. For example, an alias might set a variable that a trigger later uses in its logic. The scripting system is event-driven (triggers reacting to text or events like GMCP messages) which is ideal for automating repetitive tasks and responding to game state changes. To illustrate, a common automation is an “auto-healing” trigger: Mudlet can parse your character’s HP from the prompt and if it falls below a threshold, a Lua trigger function can automatically send a healing command or use a potion.
Mudlet’s approach to automation still requires the user to create the logic (it’s not a bot out-of-the-box), but it provides the tools to make playing easier and more fun. There are many community-created scripts and modules available (for combat, inventory management, mapping, etc.) that users can install to avoid reinventing the wheel.
## Compatibility
Mudlet is compatible with virtually all text-based MUD games. It connects to MUD servers using the Telnet protocol (the standard for MUDs) and supports a wide range of MUD types and server implementations. Whether your game is a classic DikuMUD, an LP MUD, or even a roleplay-intensive MUSH or MUCK, Mudlet can handle it. In fact, Mudlet’s command-line input is designed for both MUD and MUSH style gameplay, offering conveniences like command history and tab-completion to reduce typing ([Manual:Introduction - Mudlet](https://wiki.mudlet.org/w/manual:introduction#:~:text=Command%20Line)).
Beyond basic connectivity, Mudlet excels in supporting MUD **protocol extensions**. Many modern MUDs send additional data to clients (for example, JSON messages with character status, or signals to play sounds). Mudlet negotiates and understands protocols like GMCP, MSDP, MSSP (server status), MXP (extended text markup for things like clickable links), MSP (sound cues), and more ([Manual:Supported Protocols - Mudlet](https://wiki.mudlet.org/w/Manual:Supported_Protocols#:~:text=Mudlet%20negotiates%20and%20supports%20the,following%20telnet%20based%20protocols)). For the user, this means if your MUD provides out-of-band info such as your exact HP value or map coordinates via GMCP, Mudlet will receive that and you can use it in your scripts (e.g., to display a HUD). Mudlet also supports the MCCP protocol (compression) to save bandwidth, and as mentioned, can connect securely over SSL/TLS to servers that require or support encryption ([Manual:Supported Protocols - Mudlet](https://wiki.mudlet.org/w/Manual:Supported_Protocols#:~:text=%2A%20%20NEW,52%20Transport%20Layer%20Security)).
There is essentially no limitation on the type of MUD Mudlet can work with – from combat-oriented MUDs to social MUSH/MOO environments, anything that uses a telnet-based interface should work. Some MUDs with very custom clients may use proprietary protocols that Mudlet might not implement, but those cases are rare. Generally, if a game adheres to common MUD standards or even just plain text over telnet, Mudlet can connect and you can play it. Mudlet also has features for special use cases; for example, it can be used to connect to the in-game chat consoles of certain MMORPGs or roguelikes (anything that offers a telnet console) ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=Outside%20the%20realm%20of%20MUD,console%20protocols)), demonstrating its versatility beyond traditional MUDs.
## Community & Support
Mudlet has an active community and robust support resources, which is great for both new users learning the client and experienced scripters looking to share knowledge. Key support and community outlets include:
- **Official Documentation**: Mudlet maintains a comprehensive **wiki** that includes a user manual, tutorials, and an extensive reference of the Mudlet Lua API. New users are encouraged to read the Mudlet Manual and the “Getting Started” guides on the wiki ([FAQ - Mudlet](https://wiki.mudlet.org/w/FAQ#:~:text=Is%20there%20a%20Manual%3F)). There’s also a FAQ that addresses common questions and troubleshooting tips.
- **Forums**: The Mudlet Forums (forums.mudlet.org) are a major hub for support. Users can search for help on specific issues or post questions. The forums contain years’ worth of Q&A, guides, and user-contributed packages. If you encounter a problem or need advice on writing a script, chances are someone on the forums can assist. The developers and experienced community members are quite active there ([FAQ - Mudlet](https://wiki.mudlet.org/w/FAQ#:~:text=Well%2C%20we%20have%20a%20few,moment)).
- **Discord**: Mudlet has an official Discord server with hundreds of users online ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=Mudlet%20offers%20excellent%20help%20for,easier%20to%20get%20started%20with)). This real-time chat is great for asking quick questions or getting to know other Mudlet users. There are channels for scripting help, general discussion, and announcements. The community is friendly and often quick to help newcomers (as noted, 400–600 people are usually online in the Discord) ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=Mudlet%20offers%20excellent%20help%20for,easier%20to%20get%20started%20with)). Many Mudlet developers are present on Discord as well.
- **Community Packages**: A lot of third-party support comes in the form of user-created scripts and modules. Mudlet’s community has created **packages** (often with the `.mpackage` or `.xml` format) that players can import to instantly get new features (for example, a GUI layout for a specific game, or a mapping script). Recently, the Mudlet team introduced a Package Manager (`mpkg`) that lets you browse and install community packages easily ([Mudlet packages](https://packages.mudlet.org/#:~:text=,here)). On the Mudlet packages website, you can find game-specific UIs, frameworks like curing systems for certain MUDs, and other enhancements – all created by fellow players. This ecosystem of third-party addons means you don’t always have to code everything from scratch; you can leverage what others have shared.
- **Additional Support**: The wiki and forums combined with Discord cover most needs, but if needed, you can also reach out via Mudlet’s GitHub (for bug reports or contributing code) and even an old IRC channel (`#mudlet` on libera.chat, formerly Freenode) which some long-time users still idle in ([FAQ - Mudlet](https://wiki.mudlet.org/w/FAQ#:~:text=Well%2C%20we%20have%20a%20few,using%20an%20IRC%20channel%20on)). Mudlet’s maintainers are approachable, and because it’s open-source, community feedback often directly influences new features and fixes.
Overall, whether you need help installing Mudlet, writing a complex regex trigger, or just want to show off your custom UI, the Mudlet community likely has a place for it. The combination of official documentation and enthusiastic player contributions makes it easier to learn and master Mudlet’s capabilities.
## Use Cases
Mudlet is used in various ways by different groups in the MUD community. Here are some common use cases for both players and game administrators/developers:
- **For Players**: Most Mudlet users are players who use the client to improve their gameplay. A typical player will use Mudlet to **automate repetitive tasks** (for example, automatically eat food when hungry in-game, or highlight important messages), set up **alerts** (like an audible ping when a friend logs in), and create a more informative UI (status bars for health/mana, or separate windows for different chat channels). Mudlet is especially popular in combat-heavy MUDs where players create complex systems for **curing** (managing ailments), **attack combos**, and **timers** to gain an edge in fast-paced scenarios. The client’s speed and scripting allow these elaborate systems to function smoothly in real-time combat. Additionally, players appreciate the ability to **customize visuals** – many design their own themes or layouts to immerse themselves (changing background colors, adding character portraits, etc.). Mudlet’s mapping feature is a lifesaver for exploring large worlds: players can map as they go and never get lost, using the autowalk to quickly move to known locations.
- **For Game Administrators/Developers**: Mudlet isn’t only for players; many MUD developers encourage its use or even build on it. **Game admins often create Mudlet profiles or GUI packages tailored to their specific game** and distribute them to players. For example, an admin might provide a Mudlet package that automatically configures triggers and displays a fancy UI for their game (with guild-specific maps, or gauges for unique resources). This helps new players get started quickly and enjoy a richer experience. Mudlet facilitates this by allowing games to send data via protocols like GMCP – e.g., a game can send the player’s coordinates or quest info, and a Mudlet UI package will catch that and display a map or quest journal window. In this way, **MUD creators use Mudlet to add visual flair or build features into their text games** ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=Mudlet%20is%20a%20platform%20for,MUD)). Some administrators also use Mudlet as a testing client; since it’s powerful and scriptable, they can simulate player actions or run test scripts to monitor the game. Mudlet’s open-source nature means devs can peek at how it handles certain protocols or even suggest improvements that benefit their game. In summary, admins leverage Mudlet to enhance how their game is presented to players – turning plain text into a more GUI-driven experience without having to write a custom client from scratch.
Finally, Mudlet has seen some unconventional use cases. Outside the realm of traditional MUDs, it’s been used to interface with other systems that use telnet-like interfaces. For instance, some users have hooked Mudlet up to roguelike games or MMORPGs that expose a telnet console, using Mudlet’s automation to manage those games in creative ways ([Mudlet – A cross-platform, open source, and super fast MUD client with scripting in Lua](https://www.mudlet.org/#:~:text=Outside%20the%20realm%20of%20MUD,console%20protocols)). This speaks to Mudlet’s flexibility as a telnet client platform.
## Alternatives
Mudlet is one of the leading MUD clients today, but there are several alternatives out there with their own strengths. Here’s a brief comparison with some other popular MUD clients:
- **TinTin++** – TinTin++ (often stylized tt++) is a classic text-based MUD client that runs on almost any platform (Windows, macOS, Linux, even Android via ports) ([Erion Mud](https://www.erionmud.com/client.php#:~:text=TinTin%2B%2B%20,Rogue%2C%20BBS%2C%20and%20Linux%20servers)). It’s a console application (no graphical GUI), and it uses its own scripting language. TinTin++ is extremely lightweight and very powerful for automation, favored by some for its speed and flexibility. However, it lacks a graphical interface or built-in mapper like Mudlet. TinTin++ is a good choice for Linux users who prefer terminal-based clients or anyone who wants to run a client on a remote server. That said, Mudlet’s Lua scripting is arguably more approachable than TinTin’s custom scripting, and Mudlet provides a modern UI which TinTin++ doesn’t. TinTin++ does work with MUDs, MUSHes, and even BBS/MOO servers as well ([Erion Mud](https://www.erionmud.com/client.php#:~:text=TinTin%2B%2B%20,Rogue%2C%20BBS%2C%20and%20Linux%20servers)).
- **MUSHclient** – MUSHclient is a widely used Windows-based MUD client (it can run on Linux via Wine as well). It’s been around for a long time and is known for its **extensive scripting support**: you can script it using Lua, JavaScript, VBScript, Perl, Python, etc. MUSHclient is very flexible and quite lightweight (the installer is only a few MB). It’s freeware (maintained by Nick Gammon) and has active community forums. Many MUD players, especially in role-playing MUSH communities, use MUSHclient. Compared to Mudlet, MUSHclient lacks a built-in mapper, and its interface is a bit more old-school (you have to configure windows and plugins manually, and it doesn’t have the same modern UI toolkit Mudlet does). However, if you need a Windows client with multi-language scripting, MUSHclient is a strong choice ([clients [Dune MUD]](https://dunemud.net/clients#:~:text=Aliases%2C%20Spell%20Check%2C%20Maps%2C%20Stats%2C,%28Free%2FOpen%20source)).
- **CMUD (and zMUD)** – zMUD was *the* client of choice for many Windows users in the late 90s and 2000s. Its successor, **CMUD**, brought improvements and was designed for newer Windows systems. CMUD has a graphical interface and its own scripting language that was known for being very user-friendly and powerful (including a mapper, automapper, and many plugins). It is a commercial product (with a free trial), but it’s important to note that it has been retired from active development ([clients [Dune MUD]](https://dunemud.net/clients#:~:text=CMud%20,%28Free%2030%20day%20trial)). Many longtime MUD players have since migrated to Mudlet or other clients as CMUD is no longer updated. Still, one might encounter communities of users sharing CMUD scripts. Mudlet differs by being free and open-source, and cross-platform, whereas CMUD/zMUD are Windows-only and closed-source. For a new player today, Mudlet or other free clients are usually recommended over CMUD, unless you are already invested in the zMUD/CMUD ecosystem.
- **BeipMU** – A newer client primarily for MU* (MUSH/MUX) style games, BeipMU is a free and open-source Windows client (also available via the Microsoft Store). It offers a modern interface and supports many features like SSL, triggers, macros, and even built-in mapping and spell-check ([clients [Dune MUD]](https://dunemud.net/clients#:~:text=BeipMU%20,%28Free%2FOpen%20source)). BeipMU aims to be newbie-friendly for role-play intensive games. It’s a viable alternative if you play mostly social MUSH/MUX type games, though Mudlet’s features are very comparable (Mudlet can do everything on that list, except spell-check perhaps).
- **Others**: There are numerous other MUD clients: **TinyFugue** (a command-line client for Unix, similar to TinTin++), **KILDclient** (a GUI Linux client with Perl scripting), **Atlantis** (macOS client), **BlowTorch** (Android app for MUDing, with basic trigger and alias support ([Erion Mud](https://www.erionmud.com/client.php#:~:text=BlowTorch))), and web-based clients like the Iron Realms **Nexus** or **CrossBrowser** clients that some specific games provide. Each has its niche. For example, BlowTorch is a go-to for playing MUDs on mobile, and TinyFugue appeals to those who want to script in C-style macros. In terms of raw power and community support, Mudlet often comes out on top among modern clients, especially given its cross-platform nature.
In summary, while alternatives exist (some with very long histories), Mudlet distinguishes itself with its combination of speed, a polished UI, and a unified Lua scripting environment that works consistently across Windows, Mac, and Linux ([clients [Dune MUD]](https://dunemud.net/clients#:~:text=Mudlet%20is%20a%20modern%20client,choice%20for%20a%20new%20player)). Many players and developers consider Mudlet the current gold standard for an advanced MUD client, but the best choice can also depend on personal preference or specific game requirements.
## Additional Resources
For more information and learning materials, check out these official Mudlet resources:
- **Mudlet Official Website** – [mudlet.org](https://www.mudlet.org) – News, downloads, and feature highlights.
- **Mudlet Documentation (Wiki)** – [wiki.mudlet.org](https://wiki.mudlet.org) – The official Mudlet manual, FAQs, and API reference. A great place to deepen your scripting knowledge.
- **Mudlet Forums** – [forums.mudlet.org](https://forums.mudlet.org) – Community forums for help, sharing scripts, and discussion. Browsing or searching the forums can answer many specific questions.
- **Mudlet Discord** – Join via the invite link on the official site or forums. The Discord community is very helpful for real-time support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment