My first plugin, mainly because I get asked how to set this up a lot from first-time MUSHclient users. So I'm practicing posting plugins and directions :)
1. Copy the following text
2. Save it as \Program Files\MUSHClient\WOrlds\Plugins\FugueEdit.xml
3. Start MUSHclient and connect to a world.
4. Go to the File/Plugins menu, select FugueEdit and click Add, then Close.
5. Type "grab me/desc" to test
1. Copy the following text
2. Save it as \Program Files\MUSHClient\WOrlds\Plugins\FugueEdit.xml
3. Start MUSHclient and connect to a world.
4. Go to the File/Plugins menu, select FugueEdit and click Add, then Close.
5. Type "grab me/desc" to test
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE muclient [
<!ENTITY GrabCommand "grab" >
]>
<muclient>
<plugin name="FugueEdit" author="Krenath" language="vbscript"
purpose = "This tiny plugin adds the ability to GRAB an attribute into the command window for editing"
save_state = "n" date_written = "2002-06-14" date_modified = "2002-06-14" requires="3.23" version="1.00"
id = "64e1102123cffbfc10847c85"
>
<description trim="y">
<![CDATA[
This tiny plugin adds the ability to GRAB an attribute into the command window for editing. Type GRAB <object>/<attribute> to use.
]]>
</description>
</plugin>
<triggers muclient_version="3.23" world_file_version="15" date_saved="2002-06-14 10:01:22" >
<trigger enabled="y" match="FugueEdit > *" omit_from_output="y" send_to="1" sequence="100" >
<send>%1</send>
</trigger>
</triggers>
<aliases muclient_version="3.23" world_file_version="15" date_saved="2002-06-14 10:01:22" >
<alias match="&GrabCommand; */*" enabled="y" >
<send>@dec/tf %1/%2</send>
</alias>
</aliases>
</muclient>