Just wanted to tell everybody I've created a new page solely for my MUSHclient plugins, it's at:
http://geocities.com/cage_fire_2000/MCPlugins.htm
Most of my plugins are designed for pennMUSH based games, because that's all I play on, but a couple should work on anything, because they're not game-type specific.
Currently the plugins I have are:
* GrabName.xml - This is useful for editing object names, eg. adding aliases to an exit.
* GrabLock.xml - This lets you grab and edit a lock.
* RegExp_Tester.xml - This lets you test regular expressions using the MUSHes built-in regmatchi() and shows you what each argument to the command would be.
* GrabPack.xml - This is a combination of cosmetically improved versions of grab, editor, grabname, and grablock as well as @rnattr. News: 8/22/2007 v1.01 converted to Lua language for hopefully universal compatibility.
* Paste_As_MUSH.xml - This plugin will convert the contents of the clipboard into MUSHcode format(%b, %r, etc) and paste it into the command window. Just install it, copy what you want converted to the clipboard, then ctrl-click to bring up the alias menu, and click `Paste As MUSH`. It was designed for 8bitMUSH, but as long as you don't try to use extended characters it should work for any MUSH(at least pennMUSH based ones)
* ClientLock.xml - New 6/6/2007 v1.01. This plugin allows you to lock the command window so you can step away from the keyboard without somebody messing with your character.
* NoAnsi.xml - This plugin strips ANSI codes out of output, I personally don't see why anybody would want to, but I saw it on the MUSHclient suggestions/requests list(although it /was/ back in 1998) and decided that I might as well since it's soooo easy.
* QueueControl.xml - This plugin gives a little more functionality to the speedwalk queue, mainly the ability to pause and resume it.
* DailyLog.xml - This plugin closes and opens the logfile at midnight, you /must/ have a log filename with date substitutions set in the world preferences for this to work right.
* WeeklyLog.xml - This plugin is like the DailyLog plugin, but does it once a week.
|