forked from Delwing/mudlet-map-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmudlet-map-reader.xml
More file actions
42 lines (42 loc) · 1.08 KB
/
mudlet-map-reader.xml
File metadata and controls
42 lines (42 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MudletPackage>
<MudletPackage version="1.001">
<TriggerPackage />
<TimerPackage />
<AliasPackage>
<Alias isActive="yes" isFolder="no">
<name>exportMap (legacy)</name>
<script>MapExporter:export()</script>
<command></command>
<packageName></packageName>
<regex>^/export_map$</regex>
</Alias>
<Alias isActive="yes" isFolder="no">
<name>exportMap</name>
<script>MapExporter:export()</script>
<command></command>
<packageName></packageName>
<regex>^/map_export$</regex>
</Alias>
<Alias isActive="yes" isFolder="no">
<name>openMap</name>
<script>MapExporter:openUrl()</script>
<command></command>
<packageName></packageName>
<regex>^/map_open$</regex>
</Alias>
<Alias isActive="yes" isFolder="no">
<name>exportArea</name>
<script>MapExporter:echoUrl()</script>
<command></command>
<packageName></packageName>
<regex>^/map_link$</regex>
</Alias>
</AliasPackage>
<ActionPackage />
<ScriptPackage />
<KeyPackage />
<HelpPackage>
<helpURL></helpURL>
</HelpPackage>
</MudletPackage>