Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Plugins
➜ Plugins are fun!
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Krenath
USA (76 posts) Bio
|
Date
| Fri 14 Jun 2002 03:08 PM (UTC) |
Message
| 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
<?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>
|
- Krenath from
bDv TrekMUSH
ATS TrekMUSH
TNG TrekMUSE
TOS TrekMUSE | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
9,792 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top