
Click here to see the screenshot by itself.
Description
Displays current msdp GROUP information in an adjustable container (window).
Container can be dragged, resized, minimized/restored, closed and re-opened and position will persist through Mudlet restarts.
From the Mudlet console you can run the following commands:
If you closed the window and want it to come back
- Code: Select all
lua win_group:show()
If you locked the container and want to be able to move/drag/resize it again
- Code: Select all
lua win_group:unlockContainer()
If you want to lock the container in place so you don't accidentally move/drag/resize.
- Code: Select all
lua win_group:lockContainer()
See for more info on adjustable containers:
https://wiki.mudlet.org/w/manual:geyser ... .Container
https://www.mudlet.org/geyser/files/gey ... ainer.html
Installation
Download win_group.zip from releases/latest
Extract win_group.xml from zip.
Use Mudlet package manager to install or uninstall the xml file.
It can be installed as either a package or a module.